InsertStatement

InsertStatement allows the construction of INSERT statement.

Namespace:
Inetdev.Data.Query
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.Query.Statement

Constructors

InsertStatement

Default constructor

Signature:
public Void InsertStatement()

InsertStatement

Initializes a new instance of InsertStatement.

Signature:
public Void InsertStatement(repository)
Parameters
Name Type Summary
repository Repository The underlaying repository.

InsertStatement

Initializes a new instance of InsertStatement.

Signature:
public Void InsertStatement(name, repository)
Parameters
Name Type Summary
name String The name of the statement.
repository Repository The underlaying repository.

Properties

Columns

List of Columns for the INSERT statement.

Signature:
public IList<SetColumn> Columns { get; }

In this document