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