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