|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter encoding. More...
Public Attributes | |
| const string | BINARY = "binary" |
| const string | JSON = "json" |
A set of string constants for the parameter encoding.
Specifies the encoding for returned records; either 'binary' or 'json'.
Definition at line 43 of file ExecuteSql.cs.
| const string ExecuteSqlRequest.Encoding.BINARY = "binary" |
Definition at line 45 of file ExecuteSql.cs.
| const string ExecuteSqlRequest.Encoding.JSON = "json" |
Definition at line 46 of file ExecuteSql.cs.