GenerateWithID Property
Gets a value indicating whether the insert query generation should include the ID property.
Namespace
DbSyncKit.DB.Attributes
Containing Type
GenerateInsertWithIDAttribute
Property Type
bool

Syntax

public bool GenerateWithID { get; }

Value

Type Description
bool true if the insert query should include the ID property; otherwise, false.