IDimAttributeInstance.DisplayDataType

Syntax

DisplayDataType: DbDataType;

Description

The DisplayDataType property returns data type for displayed value.

Comments

If links are used in MDM dictionaries, displayed attribute values used to establish links, may have data type that does not match type of attribute data. Type of displayed data depends on selected  display format. Use this property to get the type of displayed value.

Example

The example of property use is given in the example for the IDimAttributeInstance.DisplayDifferentValue property.

See also:

IDimAttributeInstance