Update Interface
Represents the UPDATE
statement.
C#
public interface Update
Methods
Set(string) |
Gets a new UpdateSet object. |
Methods Detail
Set(string)
Gets a new UpdateSet object.
C#
UpdateSet Set(string expr)
Parameters
- expr
- string
The expression in the SET
clause. Note that this expression must
not contain the alias
specified in the Query.Update<T>(string) method. The values of the parameters
in the expression can be specified with the UpdateTerminator.Execute(IReadOnlyDictionary<string, object>)
method.