IDmDataSource.Save

Fore Syntax

Save;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IDmDataSource