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

Fields

TypeNameDescription
BooleanIsDataFillStarted

Properties

TypeNameDescription
Int32ColumnCount
IList<JsonDict>Columns
Int64RecordCount
IList<JsonDict>Rows

Methods

TypeNameDescription
voidAddColumn(String columnId, String title, Type columnType)
BooleanContainsTime(DateTime dt)
StringGetGoogleTypeBySystemType(Type systemType)