Table of Contents

Interface IEntityInsertSpec<TTarget>

Namespace
LinqToDB.Linq
Assembly
linq2db.dll

Fluent configuration builder for a standalone entity INSERT (table.Insert(item, b => b.Set(…).Ignore(…))). Carries only Set / Ignore; the Upsert-only chain methods When / DoNothing live on IUpsertInsertSpec<TTarget> and are unreachable from this builder by design.

public interface IEntityInsertSpec<TTarget> : IEntityInsertSpec<TTarget, IEntityInsertSpec<TTarget>> where TTarget : notnull

Type Parameters

TTarget

Target table record type.

Inherited Members
Extension Methods