Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter schema_exists. More...
Public Attributes | |
const string | TRUE = "true" |
const string | FALSE = "false" |
A set of string constants for the parameter schema_exists.
Indicates whether the schema exists or not.
Definition at line 58 of file HasSchema.cs.
const string kinetica.HasSchemaResponse.SchemaExists.FALSE = "false" |
Definition at line 61 of file HasSchema.cs.
const string kinetica.HasSchemaResponse.SchemaExists.TRUE = "true" |
Definition at line 60 of file HasSchema.cs.