Class FrozenQueryCondition
- Namespace
- The.SQL.QIR.Conditions
- Assembly
- Instagile.dll
[MessagePackObject(false)]
public sealed record FrozenQueryCondition : Condition, IEquatable<Condition>, IEquatable<FrozenQueryCondition>
- Inheritance
-
FrozenQueryCondition
- Implements
- Inherited Members
Constructors
FrozenQueryCondition(AliasedEntity, long)
public FrozenQueryCondition(AliasedEntity Table, long QueryID)
Parameters
TableAliasedEntityQueryIDlong
Properties
QueryID
[Key(1)]
public long QueryID { get; init; }
Property Value
Table
[Key(0)]
public AliasedEntity Table { get; init; }