Class SqlInsertClause
public class SqlInsertClause : IQueryElement, ISqlExpressionWalkable
- Inheritance
-
SqlInsertClause
- Implements
- 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; }