{CompanyName} FlexyGo

IDataManagerConnector..::..GetDbCommand Method (String, DbConnection)

Returns a standard DbCommand

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

Syntax


DbCommand GetDbCommand(
	string sentence,
	DbConnection connection
)
Function GetDbCommand ( _
	sentence As String, _
	connection As DbConnection _
) As DbCommand

Parameters

sentence
Type: String
SQL Senentece for the command
connection
Type: DbConnection
Connection for the command

Return Value

System.Data.DbCommand.