RetrievalQueryToString Method (Boolean) | 
 
            Overloaded ToString implementation
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic override string ToString(
	bool verbose
)
Public Overrides Function ToString ( 
	verbose As Boolean
) As String
Parameters
- verbose
 - Type: SystemBoolean
if set to true it will return the query including parameter values. If false, it will only emit the SQL statement. 
Return Value
Type: 
String
            Returns a complete textual representation of the command stored. 
            
See Also