Table of Contents

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

SourceTable Table
SetValues RecordList<Assignment>
Where Condition

Properties

SetValues

[Key(1)]
public RecordList<Assignment> SetValues { get; init; }

Property Value

RecordList<Assignment>

SourceTable

[Key(0)]
public Table SourceTable { get; init; }

Property Value

Table

Where

[Key(2)]
public Condition? Where { get; init; }

Property Value

Condition

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.