Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter info. More...
Public Attributes | |
const string | COUNT = "count" |
Number of records in the final table More... | |
const string | RESULT_TABLE_LIST = "result_table_list" |
List of tables, comma-separated, in addition to the paging_table, created as result of the query. More... | |
A set of string constants for the parameter info.
Additional information.
Definition at line 1533 of file ExecuteSql.cs.
const string kinetica.RawExecuteSqlResponse.Info.COUNT = "count" |
Number of records in the final table
Number of records without final limits applied
Definition at line 1536 of file ExecuteSql.cs.
const string kinetica.RawExecuteSqlResponse.Info.RESULT_TABLE_LIST = "result_table_list" |
List of tables, comma-separated, in addition to the paging_table, created as result of the query.
These should be cleared by the caller when they are done querying.
Definition at line 1645 of file ExecuteSql.cs.