Table of Contents

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

SourceTable Table
Where Condition
Limit int?

Properties

Limit

[Key(2)]
public int? Limit { get; init; }

Property Value

int?

SourceTable

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

Property Value

Table

Where

[Key(1)]
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.