FilterAdapterCollectionExecutionOrder Property
Gets or sets the values that determines the order in which filter adapters are executed.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.166 -- Release Build+57b72ea94712c6fb93701495d2d13b86cd7b5162
public int ExecutionOrder { get; set; }
Public Property ExecutionOrder As Integer
Get
Set
public:
virtual property int ExecutionOrder {
int get () sealed;
void set (int value) sealed;
}
function get_ExecutionOrder();
function set_ExecutionOrder(value);
Int32IFilterAdapterExecutionOrder