Class CompileResultSQL
- Namespace
- Styra.Opa.OpenApi.Models.Components
- Assembly
- Styra.Opa.dll
The partially evaluated result of the query, in SQL format. Result will be empty if the query is never true.
public class CompileResultSQL
- Inheritance
-
CompileResultSQL
- Inherited Members
Properties
Result
The partially evaluated result of the query as SQL.
[JsonProperty("result")]
public CompileResultSQLResult? Result { get; set; }