Table of Contents

Interface IEntityUpdateSpec<TTarget>

Namespace
LinqToDB.Linq
Assembly
linq2db.dll

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

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

Type Parameters

TTarget

Target table record type.

Inherited Members
Extension Methods