Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | INCLUDE_FILES = "include_files" |
If set to TRUE, the files that make up the proc will be returned. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 20 of file ShowProc.cs.
const string kinetica.ShowProcRequest.Options.FALSE = "false" |
Definition at line 38 of file ShowProc.cs.
const string kinetica.ShowProcRequest.Options.INCLUDE_FILES = "include_files" |
const string kinetica.ShowProcRequest.Options.TRUE = "true" |
Definition at line 37 of file ShowProc.cs.