Class UpdateStatement
- Namespace
- The.SQL.QIR.Statements
- Assembly
- Instagile.dll
[MessagePackObject(false)]
public sealed record UpdateStatement : IEquatable<UpdateStatement>
- Inheritance
-
UpdateStatement
- Implements
- Inherited Members
Constructors
UpdateStatement(Table, RecordList<Assignment>, Condition?)
public UpdateStatement(Table SourceTable, RecordList<Assignment> SetValues, Condition? Where)
Parameters
SourceTableTableSetValuesRecordList<Assignment>WhereCondition
Properties
SetValues
[Key(1)]
public RecordList<Assignment> SetValues { get; init; }
Property Value
SourceTable
[Key(0)]
public Table SourceTable { get; init; }
Property Value
Where
[Key(2)]
public Condition? Where { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.