Click or drag to resize
Grid Solutions Framework

StateFlagsTransferAdapterExecutionOrder Property

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

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

Property Value

Int32

Implements

IFilterAdapterExecutionOrder
See Also