Skip to content

IDbResultSet interface

Represents an extension of IEqResultSet interface which also contains a function for adding a row. Implements the Korzh.EasyQuery.Services.IEqResultSet

public interface Korzh.EasyQuery.Services.IDbResultSet
: IEqResultSet
TypeNameDescription
voidAddRow(IDataReader dataReader)Adds a new row and fills it from the data reader.