IMatrixQuery

Assembly: 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
Filter The Filter property returns parameters of matrix data filtering.
Matrix The Matrix property returns a matrix, for which a query was created.
Result The Result property returns query results.

Methods

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

See also:

Matrix Assembly Interfaces