Constructor CompiledQuery(string, IReadOnlyList<FieldInfo>, string)

Assembly: redb.Core.dll

Compiled SQL query with template and metadata.
Used for caching and debugging.

public CompiledQuery(string SqlTemplate, IReadOnlyList<FieldInfo> Fields, string DebugComment)