Kinetica   C#   API  Version 7.2.3.0
kinetica.HasProcResponse.ProcExists Struct Reference

A set of string constants for the parameter proc_exists. More...

Public Attributes

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

Detailed Description

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.

Member Data Documentation

◆ FALSE

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

Definition at line 57 of file HasProc.cs.

◆ TRUE

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

Definition at line 56 of file HasProc.cs.


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