Class SqlInsertStatement
public class SqlInsertStatement : SqlStatementWithQueryBase, IQueryElement, ISqlExpressionWalkable
  - Inheritance
 - 
      
      
      
      SqlInsertStatement
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
SqlInsertStatement()
public SqlInsertStatement()
  SqlInsertStatement(SelectQuery)
public SqlInsertStatement(SelectQuery selectQuery)
  Parameters
selectQuerySelectQuery
Properties
ElementType
public override QueryElementType ElementType { get; }
  Property Value
Insert
public SqlInsertClause Insert { get; set; }
  Property Value
Output
public SqlOutputClause? Output { get; set; }
  Property Value
QueryType
public override QueryType QueryType { get; }
  Property Value
Methods
GetTableSource(ISqlTableSource)
public override ISqlTableSource? GetTableSource(ISqlTableSource table)
  Parameters
tableISqlTableSource
Returns
ToString(StringBuilder, Dictionary<IQueryElement, IQueryElement>)
public override StringBuilder ToString(StringBuilder sb, Dictionary<IQueryElement, IQueryElement> dic)
  Parameters
Returns
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