Skip to content

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

NameTypeDescription
EasyDbResultSet(DbQuery query, IDataReader dataReader = null, ResultSetOptions options = null)voidInitializes a new instance of the Korzh.EasyQuery.Services.EasyDbResultSet class.
NameTypeDescription
DataReaderIDataReaderThe data reader
NameTypeDescription
CreateRow(IDataReader dataReader)EasyDataRowCreates a new row and fills its content from the data reader.
Dispose(bool disposing)voidReleases unmanaged and - optionally - managed resources.