IDataManagerConnector..::..GetDbCommand Method (String, DbConnection)
Returns a standard DbCommand
Namespace:
FLEXYGO.DataAssembly: 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