Gets a value indicating whether to include database-specific SQL statements during insert query generation
that affect identity insert behavior (e.g., SET IDENTITY_INSERT for MSSQL).
- Namespace
- DbSyncKit
.DB .Attributes - Containing Type
- Generate
Insert With I D Attribute - Property Type
- bool
Syntax
public bool IncludeIdentityInsert { get; }
Value
Type | Description |
---|---|
bool | true to include identity insert statements; otherwise, false . |