SequenceRetrievalQueryToString Method (Boolean) |
Returns a
String that represents this instance.
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 string ToString(
bool verbose
)
Public Function ToString (
verbose As Boolean
) As String
Parameters
- verbose
- Type: SystemBoolean
if set to true [verbose].
Return Value
Type:
String
A
String that represents this instance.
See Also