DBDriverBaseCreateDataAdapter Method (DbCommand) |
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.3.0.0 (5.3.0)
Syntax public virtual DbDataAdapter CreateDataAdapter(
DbCommand selectCommand
)
Public Overridable Function CreateDataAdapter (
selectCommand As DbCommand
) As DbDataAdapter
Parameters
- selectCommand
- Type: System.Data.CommonDbCommand
The select command.
Return Value
Type:
DbDataAdapterraedy to use dataadapter
See Also