Skip to main content

A set of string constants for the parameter HasTypeResponse.type_exists. More…

Static Public Attributes

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

Detailed Description

A set of string constants for the parameter HasTypeResponse.type_exists.

Indicates whether the type exists or not.

Definition at line 54 of file HasType.cs.

Member Data Documentation

◆ FALSE

const string kinetica.HasTypeResponse.TypeExists.FALSE = “false”
static

A boolean constant for the HasTypeResponse.TypeExists options.

Definition at line 62 of file HasType.cs.

◆ TRUE

const string kinetica.HasTypeResponse.TypeExists.TRUE = “true”
static

A boolean constant for the HasTypeResponse.TypeExists options.

Definition at line 58 of file HasType.cs.


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