Matrix > Matrix Assembly Interfaces > IMatrixQuery
Assembly: Matrix;
Namespace: Prognoz.Platform.Interop.Matrix;
The IMatrixQuery interface is used to get information about matrix data.
IMatrixQuery
Use the IMatrixFactory.CreateQuery method to create a query.
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. |
Method name | Brief description | |
![]() |
The Execute method requests for matrix data. | |
![]() |
The Select method determines matrix iterator parameters. |
See also: