DataAccessCreateAdapter Method (String, Hashtable) |
Creates a data adpater using the specified select SQL query
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public DbDataAdapter CreateAdapter(
string selectQuery,
Hashtable selectQueryParameters
)
Public Function CreateAdapter (
selectQuery As String,
selectQueryParameters As Hashtable
) As DbDataAdapter
Parameters
- selectQuery
- Type: SystemString
The select SQL query to use - selectQueryParameters
- Type: System.CollectionsHashtable
The collection of parameters to use with the specified select SQL query
Return Value
Type:
DbDataAdapterThe created data adapter
See Also