Class CompiledPvtQuery
Compiled PVT query with SQL template and metadata.
public record CompiledPvtQuery : IEquatable<CompiledPvtQuery>
Inheritance
Implements
Properties
DebugComment
public string DebugComment { get; init; }
Fields
public IReadOnlyList<FieldInfo> Fields { get; init; }
SqlTemplate
public string SqlTemplate { get; init; }
Constructors
CompiledPvtQuery(string, IReadOnlyList<FieldInfo>, string)
Compiled PVT query with SQL template and metadata.