Skip to content

IEqResultSet interface

Represents a type used to store the result set of the query execution.

public interface Korzh.EasyQuery.Services.IEqResultSet
TypeNameDescription
Int32ColumnCountGets the number of columns in this result set.
Int64RecordCountGets the number of records in this result set.
TypeNameDescription
voidAddColumn(String columnId, String title, Type columnType)Adds a column.