Click or drag to resize

DatabaseGetAddedIdentityKey Method (DataRow, IDbConnection, Int32)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static int GetAddedIdentityKey(
	ref DataRow row,
	ref IDbConnection connection,
	int index
)

Parameters

row
Type: System.DataDataRow
connection
Type: System.DataIDbConnection
index
Type: SystemInt32

Return Value

Type: Int32
See Also