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 a 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