UpdateStatement allows the construction of SQL UPDATE statements.
Default constructor
public Void UpdateStatement()
Initializes a new instance of UpdateStatement.
public Void UpdateStatement(repository)
Name | Type | Summary |
---|---|---|
repository | Repository | The underlaying repository. |
Initializes a new instance of UpdateStatement.
public Void UpdateStatement(name, repository)
Name | Type | Summary |
---|---|---|
name | String | The name of the statement. |
repository | Repository | The underlaying repository. |
List of SetColumns for the UPDATE statement.
public IList<SetColumn> Columns { get; }
Gets or sets the top modifier for the UPDATE statement.
public TopModifier Top { get; set; }
In this document