IMatrixQuery.Result

Fore Syntax

Result: IMatrixQueryResult;

Fore.NET Syntax

Result: Prognoz.Platform.Interop.Matrix.IMatrixQueryResult;

Description

The Result property returns query results.

Comments

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

Fore and Fore.NET Examples

The property use is given in IMatrixFactory.CreateQuery.

See also:

IMatrixQuery