Interface IQueryElement
Sql AST node interface.
public interface IQueryElement
- Extension Methods
Properties
ElementType
AST node type.
QueryElementType ElementType { get; }
Property Value
Methods
GetElementHashCode()
int GetElementHashCode()
Returns
ToString(QueryElementTextWriter)
Generates debug text representation of AST node.
QueryElementTextWriter ToString(QueryElementTextWriter writer)
Parameters
writerQueryElementTextWriter