IDatasetModel

Description

The IDatasetModel interface contains properties and methods used to access the structure of a data source.

Comments

The interface allows to operate with structure of any relational source of repository data source.

Relational data sources are:

To get data, open the repository object using the IMetabaseObjectDescriptor.Bind or IMetabaseObjectDescriptor.Edit methods and cast it to the IDatasetModel interface.

NOTE. On casting an MDM dictionary or composite MDM dictionary to IDatasetModel, multiple attributes are not supported.

Properties

  Property name Brief description
Database The Database property returns the object containing a parent database.
Fields The Fields property returns the object containing the field collection of data source.

Methods

  Method name Brief description
Open The Open method opens a data source.
OpenWhere The OpenWhere method opens a data source, using the filter.

See also:

Db Assembly Interfaces