IDatasetModel.Database

Syntax

Database: IDatabase;

Description

The Database property returns parameters of repository database containing given data source.

Comments

This property returns the database which was specified on creating the object. For example, for the table the property returns the database which was specified in the ITable.Database property.

See also:

IDatasetModel