Gets a value indicating whether the INSERT query for the specified type should include the identity column.
- Namespace
- DbSyncKit
.DB .Manager - Containing Type
- CacheManager
Syntax
public static bool GetInsertWithID(Type type)Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | The type for which to determine whether to include the identity column in the INSERT query. |
Return Value
| Type | Description |
|---|---|
| bool | true if the INSERT query should include the identity column; otherwise, false. |