The result set.
public class Korzh.EasyQuery.Services.EasyDbResultSet
: EasyResultSet, IDbResultSet, IEqResultSet, IEasyDataResultSet, IDisposable
Package: Korzh.EasyQuery.Db
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.Db.dll
Constructors
Name | Type | Description |
---|---|---|
EasyDbResultSet(DbQuery query, IDataReader dataReader = null, ResultSetOptions 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. |