Kinetica   C#   API  Version 7.2.3.0
kinetica.HasTableResponse.TableExists Struct Reference

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

Public Attributes

const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

A set of string constants for the parameter 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"

Definition at line 62 of file HasTable.cs.

◆ TRUE

const string kinetica.HasTableResponse.TableExists.TRUE = "true"

Definition at line 61 of file HasTable.cs.


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