IRdsBaseBinding.DataDomain

Syntax

DataDomain: DbDataDomain;

Description

The DataDomain property determines data type used to store multibyte information in attribute.

Comments

If the DataDomain property is set to DbDataDomain.Memo and the IRdsAttribute.DataType property is set to DbDataType.String, the attribute has the Long Text type.

Consider the following constraints on working with the Long Text attribute:

Example

The property use is given in the example for IRdsBaseBinding.InUniqueKey.

See also:

IRdsBaseBinding