Skip to content

GdtResultSet class

Represents a result set which can be easly convertend into Google’s DataTable format

public class Korzh.EasyQuery.Services.GdtResultSet
: IEqResultSet
TypeNameDescription
BooleanIsDataFillStartedIndicates whether the data filling process has started already.
TypeNameDescription
IList<GdtColumn>ColsGets the columns.
Int32ColumnCountGets the number of columns.
Int64RecordCountGets or sets the record count.
IList<GdtRow>RowsGets the rows.
TypeNameDescription
voidAddColumn(String columnId, String title, Type columnType)Adds the column.
BooleanContainsTime(DateTime dt)Determines whether the specified DateTime object contains time (the time part differs from 0:00)
StringGetGoogleTypeBySystemType(Type systemType)Converts the system type to the type identified compatible with Google’s DataTable.