DBDriverBaseCreateCommand Method (String) | 
 
            Creates a new command with the query set as command text and a new connection object set as its connection. It sets the command timeout
            to the static command time set in the DDDriverbase class
            
 
    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 DbCommand CreateCommand(
	string query
)
Public Function CreateCommand ( 
	query As String
) As DbCommand
Parameters
- query
 - Type: SystemString
The query. 
Return Value
Type: 
DbCommandready to use command
See Also