Kinetica C# API
Version 6.2.0.1
|
Indicates whether the proc exists or not. More...
Public Attributes | |
const string | TRUE = "true" |
const string | FALSE = "false" |
Indicates whether the proc exists or not.
Supported values:
A set of string constants for the parameter <member name="proc_exists">.
Definition at line 72 of file HasProc.cs.
const string kinetica.HasProcResponse.ProcExists.FALSE = "false" |
Definition at line 75 of file HasProc.cs.
const string kinetica.HasProcResponse.ProcExists.TRUE = "true" |
Definition at line 74 of file HasProc.cs.