Skip to main content
A newer version of this page is available. .

WindowExpressionBinding Constructors

Defines the calculation that uses a custom string expression with window functions.
Name Parameters Description
WindowExpressionBinding() none Initializes a new instance of the WindowExpressionBinding class.
WindowExpressionBinding(String, CalculationPartitioningCriteria, CalculationDirection) expression, mode, direction Initializes a new instance of the WindowExpressionBinding class with specified settings.
WindowExpressionBinding(String, CalculationPartitioningCriteria) expression, mode Initializes a new instance of the WindowExpressionBinding class with specified settings.
See Also