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
Section titled “Fields”Type | Name | Description |
---|---|---|
Boolean | IsDataFillStarted |
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
Int32 | ColumnCount | |
IList<JsonDict> | Columns | |
Int64 | RecordCount | |
IList<JsonDict> | Rows |
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
void | AddColumn(String columnId, String title, Type columnType) | |
Boolean | ContainsTime(DateTime dt) | |
String | GetGoogleTypeBySystemType(Type systemType) |