Table of Contents

Class SqlConditionalInsertClause

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

Constructors

SqlConditionalInsertClause(SqlInsertClause, SqlSearchCondition?)

public SqlConditionalInsertClause(SqlInsertClause insert, SqlSearchCondition? when)

Parameters

insert SqlInsertClause
when SqlSearchCondition

Properties

Insert

public SqlInsertClause Insert { get; }

Property Value

SqlInsertClause

When

public SqlSearchCondition? When { get; }

Property Value

SqlSearchCondition