Click or drag to resize

IDBConfigWriterGetLastCreatedRowID Method

Get Last Created Row ID

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
int GetLastCreatedRowID(
	int inputId,
	DbConnection connection
)

Parameters

inputId
Type: SystemInt32
Default Value
connection
Type: System.Data.CommonDbConnection
Database Connection to use

Return Value

Type: Int32
The last created row id for this transaction.
See Also