IDmField.FieldType

Syntax

FieldType: DmFieldType;

Description

The FieldType property determines a field data type.

Comments

To get whether the field contains numeric data, use the IDmField.IsNumerical property.

Example

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

See also:

IDmField