IDmField.DataSource

Syntax

DataSource: IDmDataSource;

Description

The DataSource property returns the data source, to which the field belongs.

Comments

To get field name, use the IDmField.Name property.

Example

The property use is given in the example for IDmMethod.Execute.

See also:

IDmField