Kinetica   C#   API  Version 7.2.3.1
KineticaAdo.ParsedInsert Class Reference

Parsed INSERT statement result. More...

Properties

string TableName = string.Empty [get, set]
 
List< string > ColumnNames = new() [get, set]
 
List< object?> Values = new() [get, set]
 

Detailed Description

Parsed INSERT statement result.

Definition at line 787 of file InsertBatchManager.cs.

Property Documentation

◆ ColumnNames

List<string> KineticaAdo.ParsedInsert.ColumnNames = new()
getset

Definition at line 790 of file InsertBatchManager.cs.

◆ TableName

string KineticaAdo.ParsedInsert.TableName = string.Empty
getset

Definition at line 789 of file InsertBatchManager.cs.

◆ Values

List<object?> KineticaAdo.ParsedInsert.Values = new()
getset

Definition at line 791 of file InsertBatchManager.cs.


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