Class SqlInsertClause
public class SqlInsertClause : IQueryElement, ISqlExpressionWalkable
  - Inheritance
 - 
      
      SqlInsertClause
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
SqlInsertClause()
public SqlInsertClause()
  Properties
DefaultItems
public List<SqlSetExpression> DefaultItems { get; }
  Property Value
ElementType
public QueryElementType ElementType { get; }
  Property Value
Into
public SqlTable? Into { get; set; }
  Property Value
Items
public List<SqlSetExpression> Items { get; }
  Property Value
WithIdentity
public bool WithIdentity { get; set; }