easydbresultset-class
The result set.
public class Korzh.EasyQuery.Services.EasyDbResultSet
: EasyResultSet, IDbResultSet, IEqResultSet, IEasyDataResultSet, IDisposable
Assembly: Korzh.EasyQuery.Db.dll
Constructors
Name | Type | Description |
---|---|---|
EasyDbResultSet(DbQuery query, IDataReader dataReader = null, [ResultSetOptions](/korzh-easyquery-services-namespace/resultsetoptions-class) options = null) | void | Initializes a new instance of the Korzh.EasyQuery.Services.EasyDbResultSet class. |
Fields
Name | Type | Description |
---|---|---|
DataReader | IDataReader | The data reader |
Methods
Name | Type | Description |
---|---|---|
CreateRow(IDataReader dataReader) | EasyDataRow | Creates a new row and fills its content from the data reader. |
Dispose(bool disposing) | void | Releases unmanaged and - optionally - managed resources. |