ITsModelParam.DataType

Syntax

DataType: DbDataType;

Description

The DataType property determines a data type of parameter.

Comments

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

Example

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

See also:

ITsModelParam