|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter proc_exists. More...
Public Attributes | |
| const string | TRUE = "true" |
| const string | FALSE = "false" |
A set of string constants for the parameter proc_exists.
Indicates whether the proc exists or not.
Definition at line 52 of file HasProc.cs.
| const string HasProcResponse.ProcExists.FALSE = "false" |
Definition at line 55 of file HasProc.cs.
| const string HasProcResponse.ProcExists.TRUE = "true" |
Definition at line 54 of file HasProc.cs.