Kinetica C# API
Version 7.2.3.0
|
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 54 of file HasProc.cs.
const string kinetica.HasProcResponse.ProcExists.FALSE = "false" |
Definition at line 57 of file HasProc.cs.
const string kinetica.HasProcResponse.ProcExists.TRUE = "true" |
Definition at line 56 of file HasProc.cs.