Class SqlStatementWithQueryBase
public abstract class SqlStatementWithQueryBase : SqlStatement, IQueryElement, ISqlExpressionWalkable
- Inheritance
-
SqlStatementWithQueryBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
SqlStatementWithQueryBase(SelectQuery?)
protected SqlStatementWithQueryBase(SelectQuery? selectQuery)
Parameters
selectQuery
SelectQuery
Properties
IsParameterDependent
public override bool IsParameterDependent { get; set; }
Property Value
SelectQuery
public override SelectQuery? SelectQuery { get; set; }
Property Value
With
public SqlWithClause? With { get; set; }
Property Value
Methods
GetTableSource(ISqlTableSource)
public override ISqlTableSource? GetTableSource(ISqlTableSource table)
Parameters
table
ISqlTableSource
Returns
WalkQueries<TContext>(TContext, Func<TContext, SelectQuery, SelectQuery>)
public override void WalkQueries<TContext>(TContext context, Func<TContext, SelectQuery, SelectQuery> func)
Parameters
context
TContextfunc
Func<TContext, SelectQuery, SelectQuery>
Type Parameters
TContext