Skip to main content

idbresultset-interface

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

Assembly: Korzh.EasyQuery.Db.dll

Methods

NameTypeDescription
CreateRow(IDataReader dataReader)EasyDataRowCreates a new row and fills it from the data reader.