IMatrixQueryFilter

Assembly: Matrix;

Description

The IMatrixQueryFilter interface is used to set up matrix filtering.

Inheritance Hierarchy

IMatrixQueryFilter

Comments

To get matrix query filtering parameters, use the IMatrixQuery.Filter property.

Properties

  Property name Brief description
AllowNull The AllowNull property determines whether empty values are allowed in the output matrix.
Ranges The Ranges property returns collection of filtering ranges of matrix data.
Selection The Selection property determines selection of dictionary collection for matrix query.
Values The Values property returns a dynamic array of filter elements.

See also:

Matrix Assembly Interfaces