Class DeleteStatement
- Namespace
- The.SQL.QIR.Statements
- Assembly
- Instagile.dll
[MessagePackObject(false)]
public sealed record DeleteStatement : IEquatable<DeleteStatement>
- Inheritance
-
DeleteStatement
- Implements
- Inherited Members
Constructors
DeleteStatement(Table, Condition?, int?)
public DeleteStatement(Table SourceTable, Condition? Where, int? Limit = null)
Parameters
Properties
Limit
[Key(2)]
public int? Limit { get; init; }
Property Value
- int?
SourceTable
[Key(0)]
public Table SourceTable { get; init; }
Property Value
Where
[Key(1)]
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.