ITsModelParam.ParamType

Fore Syntax

ParamType: TsParamType;

Fore.NET Syntax

ParamType: Prognoz.Platform.Interop.Transform.TsParamType;

Description

The ParamType property determines a parameter type.

Comments

To determine a data type of parameter, use the ITsModelParam.DataType property.

Fore and Fore.NET Examples

The property use is given in the example for ITsModelParams.Add.

See also:

ITsModelParam