QueryToString Method (Boolean) |
Overloaded ToString implementation
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public virtual string ToString(
bool verbose
)
Public Overridable 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