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)
Syntaxpublic 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