LqlStatement
Represents a parsed LQL statement that can be converted to various SQL dialects
public class LqlStatement
Properties
AstNode
public INode? AstNode { get; init; }
Gets the parsed AST node
ParseError
public SqlError? ParseError { get; init; }
TODO: remove this! Use the Result type instead Don't use this property!