Save;
The Save method saves a data source
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.
The method use is given in the example for IDmTemplateFillDetails.FillTarget.
See also: