ISequence.Database

Fore Syntax

Database: IDatabase;

Fore.NET Syntax

Database: Prognoz.Platform.Interop.Db.IDatabase;

Description

The Database property determines a database

Comments

The database contains the table used to generate keys. The ISequence.NativeName property determines a physical name of the table.

Fore and Fore.NET Examples

The property use is given in the example for IRubricator.UseDistinctSequence.

See also:

ISequence