|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter options. More...
Public Attributes | |
| const string | NO_JOIN_TYPES = "no_join_types" |
| When set to 'true', no join types will be included. More... | |
| const string | TRUE = "true" |
| const string | FALSE = "false" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 23 of file ShowTypes.cs.
| const string ShowTypesRequest.Options.FALSE = "false" |
Definition at line 41 of file ShowTypes.cs.
| const string ShowTypesRequest.Options.NO_JOIN_TYPES = "no_join_types" |
When set to 'true', no join types will be included.
Supported values:
The default value is FALSE.
Definition at line 38 of file ShowTypes.cs.
| const string ShowTypesRequest.Options.TRUE = "true" |
Definition at line 40 of file ShowTypes.cs.