Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter table_exists. More...
Public Attributes | |
const string | TRUE = "true" |
const string | FALSE = "false" |
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.
const string kinetica.HasTableResponse.TableExists.FALSE = "false" |
Definition at line 62 of file HasTable.cs.
const string kinetica.HasTableResponse.TableExists.TRUE = "true" |
Definition at line 61 of file HasTable.cs.