IDmDataSource.Save

Syntax

Save;

Description

The Save method saves a data source

Comments

To determine whether data source can be edited, use the IDmDataSource.SupportsEdit property; to determine whether data is read-only, use the IDmDataSource.ReadOnly property.

Example

The method use is given in the example for IDmTemplateFillDetails.FillTarget.

See also:

IDmDataSource