|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter type_exists. More...
Public Attributes | |
| const string | TRUE = "true" |
| const string | FALSE = "false" |
A set of string constants for the parameter type_exists.
Indicates whether the type exists or not.
Definition at line 54 of file HasType.cs.
| const string HasTypeResponse.TypeExists.FALSE = "false" |
Definition at line 57 of file HasType.cs.
| const string HasTypeResponse.TypeExists.TRUE = "true" |
Definition at line 56 of file HasType.cs.