IMatrixQuery

Assembly: Matrix;

Namespace: Prognoz.Platform.Interop.Matrix;

Description

The IMatrixQuery interface is used to get information about matrix data.

Inheritance Hierarchy

          IMatrixQuery

Comments

Use the IMatrixFactory.CreateQuery method to create a query.

Properties

  Property name Brief description
The Filter property returns parameters of matrix data filtering.
The Matrix property returns a matrix, for which a query was created.
The Result property returns query results.

Methods

  Method name Brief description
The Execute method requests for matrix data.
The Select method determines matrix iterator parameters.

See also:

Matrix Assembly Interfaces