| QuerySpecGetGroupByAsString Method  | 
 
            Gets the group by as string.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxprotected virtual string GetGroupByAsString(
	int startIndent
)
Protected Overridable Function GetGroupByAsString ( 
	startIndent As Integer
) As String
Parameters
- startIndent
 - Type: SystemInt32
 
Return Value
Type: 
String
See Also