IRdsAttribute.DataType

Syntax

DataType: 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:

Example

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

See also:

IRdsAttribute