SqlBuilder.UPDATE Method
Appends the UPDATE clause using the provided format string and parameters.
Namespace: DbExtensions
Assembly: DbExtensions.dll
Syntax
public SqlBuilder UPDATE(
string format,
params Object[] args
)
Parameters
format String
The format string that represents the body of the UPDATE clause.
args Object[]
The parameters of the clause body.
Return Value
SqlBuilder
A reference to this instance after the append operation has completed.