Click or drag to resize
RetrievalQueryToString Method (Boolean)
Overloaded ToString implementation

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override string ToString(
	bool verbose
)

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