AVEVA Database .NET Public Interface

MDB.Refresh Method (Db[], String)

Extract refresh specific DBs. Refresh is actually done on a DB by DB basis. If a refresh of a DB fails no changes will be refreshed for that DB. If a Refresh of one DB fails, the others will still be done.

public abstract bool Refresh(
   Db[] dbs,
   string comment
);

Parameters

dbs
comment

See Also

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