DBDriverBaseCreateDataAdapter Method |
Name | Description | |
---|---|---|
![]() | CreateDataAdapter(DbCommand) |
Creates a new data adapter with the connection specified and the query specified as the select query for the select command
|
![]() | CreateDataAdapter(String) |
Creates a new data adapter with the connection specified and the query specified as the select query for the select command
|
![]() | CreateDataAdapter(DbConnection, String) |
Creates a new data adapter with the connection specified and the query specified as the select query for the select command
|