Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public WindowSpecification PartitionBy(
	params Object[] expressions
)

Parameters

expressions
Type: SystemObject
the expressions to use for the partition

Return Value

Type: WindowSpecification
this instance, for command chaining
See Also