ITsModelParam.DataType

Fore syntax

DataType: DbDataType;

Fore.NET syntax

DataType: Prognoz.Platform.Interop.Dal.DbDataType;

Description

The DataType property determines a data type of parameter.

Comments

To determine parameter type, use the ITsModelParam.ParamType property.

Fore and Fore.NET examples

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

See also:

ITsModelParam