Table of Contents

Class SelectStatement

Namespace
The.SQL.QIR.Statements
Assembly
Instagile.dll
[MessagePackObject(false)]
public sealed record SelectStatement : IEquatable<SelectStatement>
Inheritance
SelectStatement
Implements
Inherited Members

Constructors

SelectStatement(Query)

public SelectStatement(Query Query)

Parameters

Query Query

SelectStatement(Query, RecordList<Ordering>, int?)

public SelectStatement(Query Query, RecordList<Ordering> OrderBy, int? Limit)

Parameters

Query Query
OrderBy RecordList<Ordering>
Limit int?

SelectStatement(RecordList<CommonTable>, SelectExpression)

public SelectStatement(RecordList<CommonTable> With, SelectExpression Expression)

Parameters

With RecordList<CommonTable>
Expression SelectExpression

Properties

Expression

[Key(1)]
public SelectExpression Expression { get; init; }

Property Value

SelectExpression

With

[Key(0)]
public RecordList<CommonTable> With { get; init; }

Property Value

RecordList<CommonTable>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.