Table of Contents

Class SqlInsertClause

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public class SqlInsertClause : IQueryElement, ISqlExpressionWalkable
Inheritance
SqlInsertClause
Implements
Extension Methods

Constructors

SqlInsertClause()

public SqlInsertClause()

Properties

DefaultItems

public List<SqlSetExpression> DefaultItems { get; }

Property Value

List<SqlSetExpression>

ElementType

public QueryElementType ElementType { get; }

Property Value

QueryElementType

Into

public SqlTable? Into { get; set; }

Property Value

SqlTable

Items

public List<SqlSetExpression> Items { get; }

Property Value

List<SqlSetExpression>

WithIdentity

public bool WithIdentity { get; set; }

Property Value

bool