IMatrixDataSourceExecutorCache.Executor

Syntax

Executor: IMatrixDataSourceExecutor;

Description

The Executor property determines an object, for which cache is created.

Comments

By default, this property returns an object, for which the CreateCache method was called.

If a new data source was obtained, and a new object was created for it to work with data, implemented by the IMatrixDataSourceExecutor interface, this object can be set as a value of the Executor property. In the case of identical dimensions set an existing cache is used. If dimensions set is different, the cache is cleared.

See also:

IMatrixDataSourceExecutorCache