The IVariableStubExecuteResult interface contains properties and methods that are used to work with the results of loading data from a source.
Loading results are available after the IVariableStub.Execute method is executed.
| Property name | Brief description | |
![]() |
Matrix | The Matrix property returns the matrix with loaded source data. |
![]() |
NeedSaveChangeHistory | The NeedSaveChangeHistory property determines whether to create a new revision in history on data saving. |
![]() |
Origin | The Origin property returns the key of the object that initializes changes in the matrix with loaded source data. |
![]() |
SaveDataMode | The SaveDataMode property determines where to save data. |
| Method name | Brief description | |
![]() |
Save | The Save method saves data. |
![]() |
SaveO | The SaveO method saves data in the specified mode. |
See also: