Gets a value indicating whether the insert query generation should include the ID property.
- Namespace
- DbSyncKit
.DB .Attributes - Containing Type
- Generate
Insert With I D Attribute - Property Type
- bool
Syntax
public bool GenerateWithID { get; }
Value
Type | Description |
---|---|
bool | true if the insert query should include the ID property; otherwise, false . |