{CompanyName} FlexyGo

IDataManagerConnector..::..InsertRowAndReturnIdentity Method

Inserts a row in the database and returns the identity value for that row

Namespace:  FLEXYGO.Data
Assembly:  flxDataManager (in flxDataManager.dll)

Syntax


int InsertRowAndReturnIdentity(
	DataManager dm,
	string tableName,
	string sql
)
Function InsertRowAndReturnIdentity ( _
	dm As DataManager, _
	tableName As String, _
	sql As String _
) As Integer

Parameters

dm
Type: FLEXYGO.Data..::..DataManager
Datamanager to execute te query
tableName
Type: String
Name of the table
sql
Type: String
SQL Sentence to insert

Return Value

Integer