IDmMethod.InputDataSource

Fore Syntax

InputDataSource: IDmDataSource;

Fore.NET Syntax

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

Description

The InputDataSource property determines an input data source.

Comments

Output data source is determined by the IDmMethod.OutputDataSource property.

Fore and Fore.NET Examples

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

See also:

IDmMethod