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.
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[],string);
Refresh dbs.
public abstract bool Refresh(string);
MDB Class | Aveva.Pdms.Database Namespace