  | DatabaseGetAddedIdentityKey Method (DataRow, IDbConnection, Int32) | 
  
    Namespace: 
   Dynamicweb.Data
    Assembly:
   Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntaxpublic static int GetAddedIdentityKey(
	ref DataRow row,
	ref IDbConnection connection,
	int index
)
Public Shared Function GetAddedIdentityKey ( 
	ByRef row As DataRow,
	ByRef connection As IDbConnection,
	index As Integer
) As Integer
Parameters
- row
 - Type: System.DataDataRow
 - connection
 - Type: System.DataIDbConnection
 - index
 - Type: SystemInt32
 
Return Value
Type: 
Int32
See Also