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.6.0.0 (5.6.19.0117)
Syntax public 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:
WindowPartitionSee Also