Kinetica C# API
Version 6.0.1.0
|
Indicates whether the table exists or not. More...
Public Attributes | |
const string | TRUE = "true" |
const string | FALSE = "false" |
Indicates whether the table exists or not.
Values: true, false.
A set of string constants for the parameter <member name="table_exists">.
Definition at line 58 of file HasTable.cs.
const string kinetica.HasTableResponse.TableExists.FALSE = "false" |
Definition at line 61 of file HasTable.cs.
const string kinetica.HasTableResponse.TableExists.TRUE = "true" |
Definition at line 60 of file HasTable.cs.