Class SqlDeleteStatement
public class SqlDeleteStatement : SqlStatementWithQueryBase, IQueryElement, ISqlExpressionWalkable
  - Inheritance
 - 
      
      
      
      SqlDeleteStatement
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
SqlDeleteStatement()
public SqlDeleteStatement()
  SqlDeleteStatement(SelectQuery?)
public SqlDeleteStatement(SelectQuery? selectQuery)
  Parameters
selectQuerySelectQuery
Properties
ElementType
public override QueryElementType ElementType { get; }
  Property Value
IsParameterDependent
public override bool IsParameterDependent { get; set; }
  Property Value
Output
public SqlOutputClause? Output { get; set; }
  Property Value
QueryType
public override QueryType QueryType { get; }
  Property Value
Table
public SqlTable? Table { get; set; }
  Property Value
Top
public ISqlExpression? Top { get; set; }
  Property Value
Methods
ToString(StringBuilder, Dictionary<IQueryElement, IQueryElement>)
public override StringBuilder ToString(StringBuilder sb, Dictionary<IQueryElement, IQueryElement> dic)
  Parameters
Returns
WalkQueries<TContext>(TContext, Func<TContext, SelectQuery, SelectQuery>)
public override void WalkQueries<TContext>(TContext context, Func<TContext, SelectQuery, SelectQuery> func)
  Parameters
contextTContextfuncFunc<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
optionsWalkOptionscontextTContextfuncFunc<TContext, ISqlExpression, ISqlExpression>
Returns
Type Parameters
TContext