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