ISqlDeleteBuilder.Delete Method
.NET Standard 2.x
Creates a SQL DELETE statement and specifies the name of the table or view from which the rows are to be removed.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
Delete(string table) | Creates a SQL DELETE statement and specifies the name of the table or view from which the rows are to be removed. |
Delete(string table, string schema) | Creates a SQL DELETE statement and specifies the name and the schema of the table or view from which the rows are to be removed. |