QuerySpecToString Method (Int32) | 
 
            Returns a 
String that represents this instance.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic string ToString(
	int startIndent
)
Public Function ToString ( 
	startIndent As Integer
) As String
Parameters
- startIndent
 - Type: SystemInt32
The start indent. 
Return Value
Type: 
String
            A 
String that represents this instance.
            
See Also