Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.HasTableResponse.TableExists Struct Reference

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

Public Attributes

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

Detailed Description

Indicates whether the table exists or not.

Supported values:

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

Definition at line 72 of file HasTable.cs.

Member Data Documentation

const string kinetica.HasTableResponse.TableExists.FALSE = "false"

Definition at line 75 of file HasTable.cs.

const string kinetica.HasTableResponse.TableExists.TRUE = "true"

Definition at line 74 of file HasTable.cs.


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