Kinetica C# API  Version 7.0.19.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.

Supported values:

A set of string constants for the parameter <member name="proc_exists">.

Definition at line 72 of file HasProc.cs.

Member Data Documentation

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.


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