IDatabase.AllowIdentityInsert Method

Allow an identity insert for the life of the identity object
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
string

the table this is allowed for

Return Value

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

In this article

Definition