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.6.0.0 (5.6.19.0117)
Syntax public virtual string ToQueryText()
Public Overridable Function ToQueryText As String
Return Value
Type:
Stringthe window specification in textual format
Remarks For efficiency, there's already a leading space in front of 'OVER'
See Also