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)
Syntaxint GetLastCreatedRowID(
	int inputId,
	DbConnection connection
)
Function GetLastCreatedRowID ( 
	inputId As Integer,
	connection As DbConnection
) As Integer
Parameters
- inputId
 - Type: SystemInt32
Default Value - connection
 - Type: System.Data.CommonDbConnection
Database Connection to use 
Return Value
Type: 
Int32The last created row id for this transaction.
See Also