Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.HasProcResponse.ProcExists Struct Reference

Indicates whether the proc exists or not. More...

Public Attributes

const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

Indicates whether the proc exists or not.

Values: true, false.
A set of string constants for the parameter <member name="proc_exists">.

Definition at line 58 of file HasProc.cs.

Member Data Documentation

const string kinetica.HasProcResponse.ProcExists.FALSE = "false"

Definition at line 61 of file HasProc.cs.

const string kinetica.HasProcResponse.ProcExists.TRUE = "true"

Definition at line 60 of file HasProc.cs.


The documentation for this struct was generated from the following file: