Creates a WindowPartition with the expressions specified. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic static WindowPartition By(
	params Object[] expressions
)
Public Shared Function By ( 
	ParamArray expressions As Object()
) As WindowPartition
Parameters
- expressions
 - Type: SystemObject
the expressions which define the partition for the window specification 
Return Value
Type: 
WindowPartition
See Also