AVEVA Database .NET Public Interface

MDB.SaveWork Method

Savework on specific Dbs. If a save of one DB fails, the others will still be done. Returns false if one of DB fails, use RetrieveErrors() in this case.

Overload List

Savework on specific Dbs. If a save of one DB fails, the others will still be done. Returns false if one of DB fails, use RetrieveErrors() in this case.

public abstract bool SaveWork(Db[],string);

Save all changes. Savework is actually done on a DB by DB basis. If a save of one DB fails, the others will still be done.

public abstract bool SaveWork(string);

See Also

MDB Class | Aveva.Pdms.Database Namespace