[]
        
(Showing Draft Content)

C1.DataConnector.InsertStatement

InsertStatement Class

A class representing a SQL insert statement

Inheritance
InsertStatement
Implements
Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
public class InsertStatement : ISQLStatement

Constructors

Name Description
InsertStatement()

Properties

Name Description
Columns

The columnn whose value to be inserted are specified in the InsertStatement

ReturningColumns

An IList of the columns in the RETURNING statement represented as ColumnExpression

Table

The table to insert to

Type

The type of the SQL statement

ValuesOrSubQuery

The values to be inserted