Class SqlRawSqlTable
Inheritance
SqlRawSqlTable
Assembly: linq2db.dll
Syntax
public class SqlRawSqlTable : SqlTable, ISqlTableSource, ISqlExpression, IEquatable<ISqlExpression>, ISqlExpressionWalkable, IQueryElement
Constructors
|
Improve this Doc
View Source
SqlRawSqlTable(EntityDescriptor, string, ISqlExpression[])
Declaration
public SqlRawSqlTable(EntityDescriptor endtityDescriptor, string sql, ISqlExpression[] parameters)
Parameters
|
Improve this Doc
View Source
SqlRawSqlTable(SqlRawSqlTable, ISqlExpression[])
Declaration
public SqlRawSqlTable(SqlRawSqlTable table, ISqlExpression[] parameters)
Parameters
Properties
|
Improve this Doc
View Source
ElementType
Declaration
public override QueryElementType ElementType { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Parameters
Declaration
public ISqlExpression[] Parameters { get; }
Property Value
|
Improve this Doc
View Source
SQL
Declaration
public string SQL { get; }
Property Value
|
Improve this Doc
View Source
SqlText
Declaration
public string SqlText { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
|
Improve this Doc
View Source
Walk<TContext>(WalkOptions, TContext, Func<TContext, ISqlExpression, ISqlExpression>)
Declaration
public override ISqlExpression Walk<TContext>(WalkOptions options, TContext context, Func<TContext, ISqlExpression, ISqlExpression> func)
Parameters
Returns
Type Parameters
Name |
Description |
TContext |
|
Overrides
LinqToDB.SqlQuery.SqlTable.Walk<TContext>(LinqToDB.SqlQuery.WalkOptions, TContext, System.Func<TContext, LinqToDB.SqlQuery.ISqlExpression, LinqToDB.SqlQuery.ISqlExpression>)
Implements
Extension Methods