WindowSpecificationPartitionBy Method |
Specifies the Partition of this instance, overwriting an existing partition specification
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 WindowSpecification PartitionBy(
params Object[] expressions
)
Public Function PartitionBy (
ParamArray expressions As Object()
) As WindowSpecification
Parameters
- expressions
- Type: SystemObject
the expressions to use for the partition
Return Value
Type:
WindowSpecificationthis instance, for command chaining
See Also