Skip to main content

A set of string constants for the parameter HasTableResponse.table_exists. More…

Static Public Attributes

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

Detailed Description

A set of string constants for the parameter HasTableResponse.table_exists.

Indicates whether the table exists or not.

Definition at line 59 of file HasTable.cs.

Member Data Documentation

◆ FALSE

const string kinetica.HasTableResponse.TableExists.FALSE = “false”
static

A boolean constant for the HasTableResponse.TableExists options.

Definition at line 67 of file HasTable.cs.

◆ TRUE

const string kinetica.HasTableResponse.TableExists.TRUE = “true”
static

A boolean constant for the HasTableResponse.TableExists options.

Definition at line 63 of file HasTable.cs.


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