DataAccessCreateDeleteAdapter Method |
Creates a data adpater using the specified update 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 CreateDeleteAdapter(
string deleteQuery
)
Public Function CreateDeleteAdapter (
deleteQuery As String
) As DbDataAdapter
Parameters
- deleteQuery
- Type: SystemString
The delete SQL query to use
Return Value
Type:
DbDataAdapterThe created data adapter
See Also