AVEVA Database .NET Public Interface

MDB.SaveWork Method (Db[], String)

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[] dbs,
   string comment
);

Parameters

dbs
comment

See Also

MDB Class | Aveva.Pdms.Database Namespace | MDB.SaveWork Overload List