Skip to main content
A newer version of this page is available. .

InsertStatement(DBTable, String) Constructor

Initializes a new instance of the InsertStatement class with the specified settings.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

public InsertStatement(
    DBTable table,
    string alias
)

Parameters

Name Type Description
table DBTable

A DBTable object that represents the table.

alias String

A String value that identifies the table. This value is assigned to the JoinNode.Alias property.

See Also