DataAccessCreateInsertAdapter Method  | 
 
            Creates a data adpater using the specified insert SQL query
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic DbDataAdapter CreateInsertAdapter(
	string insertQuery
)
Public Function CreateInsertAdapter ( 
	insertQuery As String
) As DbDataAdapter
Parameters
- insertQuery
 - Type: SystemString
The insert SQL query to use 
Return Value
Type: 
DbDataAdapterThe created data adapter
See Also