DBDriverBaseCreateDataAdapter Method (String) | 
 
            Creates a new data adapter with the connection specified and the query specified as the select query for the select command
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntaxpublic DbDataAdapter CreateDataAdapter(
	string query
)
Public Function CreateDataAdapter ( 
	query As String
) As DbDataAdapter
Parameters
- query
 - Type: SystemString
The query. 
Return Value
Type: 
DbDataAdapterraedy to use dataadapter
See Also