IABACAttributeInstance.DataType

Syntax

DataType: DbDataType;

DataType: Prognoz.Platform.Interop.Dal.DbDataType;

Description

The DataType property returns type of attribute data.

Comments

To change attribute data type, use the IABACAttribute.DataType property.

Fore and Fore.NET Examples

The property use is given in the example for IABACAttributeInstance.Attribute.

See also:

IABACAttributeInstance