Represents an extension of IEqResultSet interface which also contains a function for creating a row. Implements the Korzh.EasyQuery.Services.IEqResultSet
public interface Korzh.EasyQuery.Services.IDbResultSet
: IEqResultSet, IEasyDataResultSet, IDisposable
Package: Korzh.EasyQuery.Db
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.Db.dll
Methods
Name | Type | Description |
---|---|---|
CreateRow(IDataReader dataReader) |
EasyDataRow | Creates a new row and fills it from the data reader. |