ISqlUpdateBuilder.Set Method
.NET Standard 2.x
Specifies the value of a column to be updated with SQL.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
Set(string columnName, ISqlParameter parameter) | Specifies the value of a column to be updated with a SQL parameter. |
Set(string columnName, string clause) | Specifies the value of a column to be updated with a raw SQL. |
Set(string columnName, ISqlBuilder queryBuilder) | Specifies the value of a column to be updated with a SQL subquery (specified by an ISqlBuilder object). |