Class CompiledPvtQuery

Assembly: redb.Core.Pro.dll

Compiled PVT query with SQL template and metadata.

public record CompiledPvtQuery : IEquatable<CompiledPvtQuery>

Inheritance

ObjectCompiledPvtQuery

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.