IDmField.FieldType

Fore Syntax

FieldType: DmFieldType;

Fore.NET Syntax

FieldType: Prognoz.Platform.Interop.Ms.DmFieldType;

Description

The FieldType property determines a field data type.

Comments

If it is necessary to understand whether the field contains numeric data, use the IDmField.IsNumerical property.

Fore and Fore.NET Examples

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

See also:

IDmField