| IQuerySetCommandText Method  | 
 
            Sets the command text to the text specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxvoid SetCommandText(
	string commandText
)
Sub SetCommandText ( 
	commandText As String
)
Parameters
- commandText
 - Type: SystemString
The command text. 
See Also