IRdsAttribute.DataType

Fore Syntax

DataType: DbDataType;

Fore.NET Syntax

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

Description

The DataType property determines data type that may be contained in elements values by a specified attribute.

Comments

If DataType = DbDataType.DateTime, use the IRdsAttribute.TimeDependent property to determine whether the time component is accounted for.

The attribute data type depending on the value of IRdsAttribute.TimeDependent:

Fore and Fore.NET Examples

The property use is given in the example for IRdsAttribute.Calculated.

See also:

IRdsAttribute