[]
A class representing a SQL insert statement
public class InsertStatement : ISQLStatement
| Name | Description |
|---|---|
| InsertStatement() |
| 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 |