Table of Contents

Class TranslatedQuery

Namespace
The.SQL.Persistence
Assembly
Instagile.dll
[MessagePackObject(false)]
public record TranslatedQuery : IEquatable<TranslatedQuery>
Inheritance
TranslatedQuery
Implements
Inherited Members

Constructors

TranslatedQuery(SelectStatement, Dictionary<int, string>)

public TranslatedQuery(SelectStatement Statement, Dictionary<int, string> Literals)

Parameters

Statement SelectStatement
Literals Dictionary<int, string>

Properties

Literals

[Key(1)]
public Dictionary<int, string> Literals { get; init; }

Property Value

Dictionary<int, string>

Statement

[Key(0)]
public SelectStatement Statement { get; init; }

Property Value

SelectStatement

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.