IEqResultSet interface
Represents a type used to store the result set of the query execution.
public interface Korzh.EasyQuery.Services.IEqResultSet
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
Int32 | ColumnCount | Gets the number of columns in this result set. |
Int64 | RecordCount | Gets the number of records in this result set. |
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
void | AddColumn(String columnId, String title, Type columnType) | Adds a column. |