IDmMethod.OutputDataSource

Fore Syntax

OutputDataSource: IDmDataSource;

Fore.NET Syntax

OutputDataSource: Prognoz.Platform.Interop.Ms.IDmDataSource;

Description

The OutputDataSource property determines an output data source.

Comments

Input data source is determined by the IDmMethod.InputDataSource property.

Fore and Fore.NET Examples

The property use is given in the example for IDmMethod.Execute.

See also:

IDmMethod