EasyDbResultSet class
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
Section titled “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
Section titled “Fields”Name | Type | Description |
---|---|---|
DataReader | IDataReader | The data reader |
Methods
Section titled “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. |