IRepositoryScriptManager.Unicode

Syntax

Unicode: Boolean;

Description

The Unicode property determines whether the unicode repository version is created.

Comments

If the property is set to True, all string fields of the tables in the database are created with the NVARCHAR type while creating the repository.

Example

The example of use is given in description of the IRepositoryScriptManager.Connection property.

See also:

IRepositoryScriptManager