IRdsBaseBinding.DataType

Syntax

DataType: DbDataType;

Description

The DataType property determines attribute data type.

Comments

This property is relevant if the binding is used to create a new dictionary. The data type specified in the DataType property is set for the attribute on its creation.

Example

The example of use is given in description of the IRdsLoaderBindings.Add method.

See also:

IRdsBaseBinding