Constructor CompiledQuery(string, IReadOnlyList<FieldInfo>, string)
Compiled SQL query with template and metadata.
Used for caching and debugging.
public CompiledQuery(string SqlTemplate, IReadOnlyList<FieldInfo> Fields, string DebugComment)
Compiled SQL query with template and metadata.
Used for caching and debugging.
public CompiledQuery(string SqlTemplate, IReadOnlyList<FieldInfo> Fields, string DebugComment)