WindowSpecificationToQueryText Method  | 
 
            Converts this instance to a string fragment which is used in a select query string. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic virtual string ToQueryText()
Public Overridable Function ToQueryText As String
Return Value
Type: 
Stringthe window specification in textual format
RemarksFor efficiency, there's already a leading space in front of 'OVER'
See Also