DataType: DbDataType;
The DataType property determines data type that may be contained in elements values by a specified attribute.
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:
True. Time component is accounted for. Attribute data type is date and time.
False. Time component is not accounted for. Attribute data type is date without time.
The property use is given in the example for IRdsAttribute.Calculated.
See also: