IVariableStubExecuteResult.Matrix

Syntax

Matrix: IMatrix;

Description

The Matrix property returns the matrix with loaded source data.

Comments

If the IVariableStub.Execute method sends the EmptyMatrix parameter set to False, the Matrix property returns the matrix with loaded data. If the EmptyMatrix parameter is set to True, the Matrix property provides the empty matrix, which structure corresponds to the data source structure.

Example

The example of use is given in description of the IVariableStub.Execute, IVariableStubExecuteResult.Save methods.

See also:

IVariableStubExecuteResult