Interface IEntityUpdateSpec<TTarget>
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
TTargetTarget table record type.
- Inherited Members
- Extension Methods