GetIncludeIdentityInsert<T>() Method
Gets whether the type specifies to include database-specific SQL statements for identity insert behavior during insert query generation, considering the GenerateInsertWithIDAttribute if present.
Namespace
DbSyncKit.DB.Helper
Containing Type
QueryHelper

Syntax

public bool GetIncludeIdentityInsert<T>()

Type Parameters

Name Description
T The type for which to determine the inclusion of identity insert statements.

Return Value

Type Description
bool true if identity insert statements should be included; otherwise, false.