{CompanyName} FlexyGo

DataManager..::..InsertRowAndReturnIdentity Method

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

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

Syntax


public int InsertRowAndReturnIdentity(
	string tableName,
	string sql
)
Public Function InsertRowAndReturnIdentity ( _
	tableName As String, _
	sql As String _
) As Integer

Parameters

tableName
Type: String
Name of the table
sql
Type: String
SQL Sentence to insert

Return Value

Integer