Click or drag to resize

WindowFunctionsNtile Method

Creates a NTILE(integer_expression) function call returning a value of the type System.Int64.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public static FunctionMappingExpression Ntile(
	Object integer_expression
)

Parameters

integer_expression
Type: SystemObject
Is a positive integer expression that specifies the number of groups into which each partition must be divided

Return Value

Type: FunctionMappingExpression
Function mapping expression representing the function call
Remarks
Be sure to append an Over() clause to this function call.
See Also