Allow an identity insert for the life of the identity object

Namespace: Contracts.Databases
Assembly: Contracts (in Contracts.dll)

Function AllowIdentityInsert( _ 
ByVal table As String
) As IDBIdentityInsert
This language is not supported or no code example is available.
IDBIdentityInsert AllowIdentityInsert( 
string table 
)
This language is not supported or no code example is available.
 
IDBIdentityInsert^ AllowIdentityInsert( 
String^ table 
)
This language is not supported or no code example is available.
function AllowIdentityInsert( 
table : String 
) : IDBIdentityInsert;
This language is not supported or no code example is available.

Parameters

table
Type: string

the table this is allowed for

Return Value

Type: IDBIdentityInsert

the identity insert object

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1