Table of Contents

Class SqlDropTableStatement

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public class SqlDropTableStatement : SqlStatement, IQueryElement, ISqlExpressionWalkable
Inheritance
SqlDropTableStatement
Implements
Inherited Members
Extension Methods

Constructors

SqlDropTableStatement(SqlTable)

public SqlDropTableStatement(SqlTable table)

Parameters

table SqlTable

Properties

ElementType

public override QueryElementType ElementType { get; }

Property Value

QueryElementType

IsParameterDependent

public override bool IsParameterDependent { get; set; }

Property Value

bool

QueryType

public override QueryType QueryType { get; }

Property Value

QueryType

SelectQuery

public override SelectQuery? SelectQuery { get; set; }

Property Value

SelectQuery

Table

public SqlTable Table { get; }

Property Value

SqlTable

Methods

GetTableSource(ISqlTableSource)

public override ISqlTableSource? GetTableSource(ISqlTableSource table)

Parameters

table ISqlTableSource

Returns

ISqlTableSource

ToString(StringBuilder, Dictionary<IQueryElement, IQueryElement>)

public override StringBuilder ToString(StringBuilder sb, Dictionary<IQueryElement, IQueryElement> dic)

Parameters

sb StringBuilder
dic Dictionary<IQueryElement, IQueryElement>

Returns

StringBuilder

WalkQueries<TContext>(TContext, Func<TContext, SelectQuery, SelectQuery>)

public override void WalkQueries<TContext>(TContext context, Func<TContext, SelectQuery, SelectQuery> func)

Parameters

context TContext
func Func<TContext, SelectQuery, SelectQuery>

Type Parameters

TContext

Walk<TContext>(WalkOptions, TContext, Func<TContext, ISqlExpression, ISqlExpression>)

public override ISqlExpression? Walk<TContext>(WalkOptions options, TContext context, Func<TContext, ISqlExpression, ISqlExpression> func)

Parameters

options WalkOptions
context TContext
func Func<TContext, ISqlExpression, ISqlExpression>

Returns

ISqlExpression

Type Parameters

TContext