Class SqlSelectStatement
public class SqlSelectStatement : SqlStatementWithQueryBase, IQueryElement, ISqlExpressionWalkable- Inheritance
- 
      
      
      
      SqlSelectStatement
- Implements
- Inherited Members
- Extension Methods
Constructors
SqlSelectStatement()
public SqlSelectStatement()SqlSelectStatement(SelectQuery)
public SqlSelectStatement(SelectQuery selectQuery)Parameters
- selectQuerySelectQuery
Properties
ElementType
public override QueryElementType ElementType { get; }Property Value
QueryType
public override QueryType QueryType { get; }Property Value
Methods
ToString(StringBuilder, Dictionary<IQueryElement, IQueryElement>)
public override StringBuilder ToString(StringBuilder sb, Dictionary<IQueryElement, IQueryElement> dic)Parameters
Returns
Walk<TContext>(WalkOptions, TContext, Func<TContext, ISqlExpression, ISqlExpression>)
public override ISqlExpression? Walk<TContext>(WalkOptions options, TContext context, Func<TContext, ISqlExpression, ISqlExpression> func)Parameters
- optionsWalkOptions
- contextTContext
- funcFunc<TContext, ISqlExpression, ISqlExpression>
Returns
Type Parameters
- TContext