DataAccessCreateUpdateAdapter Method |
Creates a data adapter using the specified update SQL query
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public DbDataAdapter CreateUpdateAdapter(
string updateQuery
)
Public Function CreateUpdateAdapter (
updateQuery As String
) As DbDataAdapter
Parameters
- updateQuery
- Type: SystemString
The update SQL query to use
Return Value
Type:
DbDataAdapterThe created data adapter
See Also