Table of Contents

Class SqlStatementWithQueryBase

Namespace
LinqToDB.Internal.SqlQuery
Assembly
linq2db.dll
public abstract class SqlStatementWithQueryBase : SqlStatement, IQueryElement
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

bool

SelectQuery

public override SelectQuery? SelectQuery { get; set; }

Property Value

SelectQuery

With

public SqlWithClause? With { get; set; }

Property Value

SqlWithClause

Methods

GetTableSource(ISqlTableSource, out bool)

public override ISqlTableSource? GetTableSource(ISqlTableSource table, out bool noAlias)

Parameters

table ISqlTableSource
noAlias bool

Returns

ISqlTableSource