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
StatementSelectStatementLiteralsDictionary<int, string>
Properties
Literals
[Key(1)]
public Dictionary<int, string> Literals { get; init; }
Property Value
Statement
[Key(0)]
public SelectStatement Statement { 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.