Gets whether the type specifies to generate an INSERT query with ID, considering the GenerateInsertWithIDAttribute if present.
- Namespace
- DbSyncKit
.DB .Helper - Containing Type
- QueryHelper
Syntax
public bool GetInsertWithID<T>()
Type Parameters
Name | Description |
---|---|
T | The type for which to determine the generation of INSERT query with ID. |
Return Value
Type | Description |
---|---|
bool | True if the INSERT query should include ID, otherwise false. |