Click or drag to resize

DBDriverBase.CreateDataAdapter Method (DbConnection, String)

Creates a new data adapter with the connection specified and the query specified as the select query for the select command

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public DbDataAdapter CreateDataAdapter(
	DbConnection connection,
	string query
)

Parameters

connection
Type: System.Data.Common.DbConnection
The connection.
query
Type: System.String
The query.

Return Value

Type: DbDataAdapter
raedy to use dataadapter
See Also