IRdsBaseBinding.Nullable

Syntax

Nullable: Boolean;

Description

The Nullable property determines whether empty values can be stored in the attribute, for which the binding is created.

Comments

This property is relevant if the binding is used to create a new dictionary. Specified value of the Nullable 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