{CompanyName} FlexyGo

IDataManagerConnector..::..GetDbDataAdapter Method

Returns a standard DbDataAdapter

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

Syntax


DbDataAdapter GetDbDataAdapter(
	string sentence,
	DbConnection connection
)
Function GetDbDataAdapter ( _
	sentence As String, _
	connection As DbConnection _
) As DbDataAdapter

Parameters

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

Return Value

System.Data.DbDataAdapter.