DataSource: IDmDataSource;
DataSource: Prognoz.Platform.Interop.Ms.IDmDataSource;
The DataSource property returns the data source, to which the field belongs.
To get field name, use the IDmField.Name property.
The property use is given in the example for IDmMethod.Execute.
See also: