| DatabaseGetAddedIdentityKey Method (IDbConnection, IDbTransaction) |
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax public static int GetAddedIdentityKey(
ref IDbConnection connection,
IDbTransaction transaction
)
Public Shared Function GetAddedIdentityKey (
ByRef connection As IDbConnection,
transaction As IDbTransaction
) As Integer
Parameters
- connection
- Type: System.DataIDbConnection
- transaction
- Type: System.DataIDbTransaction
Return Value
Type:
Int32See Also