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