Skip to main content

A set of string constants for the parameter RawExecuteSqlResponse.has_more_records. More…

Static Public Attributes

const string TRUE = “true”
 A boolean constant for the RawExecuteSqlResponse.HasMoreRecords options.
 
const string FALSE = “false”
 A boolean constant for the RawExecuteSqlResponse.HasMoreRecords options.
 

Detailed Description

A set of string constants for the parameter RawExecuteSqlResponse.has_more_records.

Too many records. Returned a partial set.

Definition at line 1913 of file ExecuteSql.cs.

Member Data Documentation

◆ FALSE

const string kinetica.RawExecuteSqlResponse.HasMoreRecords.FALSE = “false”
static

A boolean constant for the RawExecuteSqlResponse.HasMoreRecords options.

Definition at line 1921 of file ExecuteSql.cs.

◆ TRUE

const string kinetica.RawExecuteSqlResponse.HasMoreRecords.TRUE = “true”
static

A boolean constant for the RawExecuteSqlResponse.HasMoreRecords options.

Definition at line 1917 of file ExecuteSql.cs.


The documentation for this struct was generated from the following files: