IRdsBaseBinding.DataDomain

Fore Syntax

DataDomain: DbDataDomain;

Fore.NET Syntax

DataDomain: Prognoz.Platform.Interop.Dal.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:

DataDomain can be set to DbDataDomain.Memo or to DbDataDomain.None for table MDM dictionaries or for composite table MDM dictionaries.

Fore and Fore.NET Examples

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

See also:

IRdsBaseBinding