Class SqlSelectStatement
public sealed class SqlSelectStatement : SqlStatementWithQueryBase, IQueryElement
- Inheritance
-
SqlSelectStatement
- Implements
- Inherited Members
- Extension Methods
Constructors
SqlSelectStatement()
public SqlSelectStatement()
SqlSelectStatement(SelectQuery?)
public SqlSelectStatement(SelectQuery? selectQuery)
Parameters
selectQuerySelectQuery
Properties
ElementType
AST node type.
public override QueryElementType ElementType { get; }
Property Value
QueryType
public override QueryType QueryType { get; }
Property Value
Methods
ToString(QueryElementTextWriter)
Generates debug text representation of AST node.
public override QueryElementTextWriter ToString(QueryElementTextWriter writer)
Parameters
writerQueryElementTextWriter