DeleteStatement(DBTable, String) Constructor
In This Article
Initializes a new instance of the DeleteStatement class with the specified settings.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#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 Join |
See Also