IMatrixQuery.Result

Syntax

Result: IMatrixQueryResult;

Description

The Result property returns query results.

Comments

The property can be used only after executing the IMatrixQuery.Execute method.

Example

The property use is given in IMatrixFactory.CreateQuery.

See also:

IMatrixQuery