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