Click or drag to resize
Grid Solutions Framework

DynamicFilterExecutionOrder Property

Gets or sets the value that determines the order in which filter adapters are executed.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(0)]
public virtual int ExecutionOrder { get; set; }
View Source

Property Value

Int32

Implements

IFilterAdapterExecutionOrder
See Also