Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public virtual string ToQueryText()

Return Value

Type: String
the window specification in textual format
Remarks
For efficiency, there's already a leading space in front of 'OVER'
See Also