InsertStatement allows the construction of INSERT statement.
Default constructor
public Void InsertStatement()Initializes a new instance of InsertStatement.
public Void InsertStatement(repository)| Name | Type | Summary |
|---|---|---|
| repository | Repository | The underlaying repository. |
Initializes a new instance of InsertStatement.
public Void InsertStatement(name, repository)| Name | Type | Summary |
|---|---|---|
| name | String | The name of the statement. |
| repository | Repository | The underlaying repository. |
List of Columns for the INSERT statement.
public IList<SetColumn> Columns { get; }In this document