Skip to content

GdtResultSet class

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

public class Korzh.EasyQuery.Services.GdtResultSet
: JsonDict, IDictionary<String, Object>, ICollection<KeyValuePair<String, Object>>, IEnumerable<KeyValuePair<String, Object>>, IEnumerable, IDictionary, ICollection, IReadOnlyDictionary<String, Object>, IReadOnlyCollection<KeyValuePair<String, Object>>, ISerializable, IDeserializationCallback, IEqResultSet
TypeNameDescription
BooleanIsDataFillStarted
TypeNameDescription
Int32ColumnCount
IList<JsonDict>Columns
Int64RecordCount
IList<JsonDict>Rows
TypeNameDescription
voidAddColumn(String columnId, String title, Type columnType)
BooleanContainsTime(DateTime dt)
StringGetGoogleTypeBySystemType(Type systemType)