AVEVA Database .NET Public Interface

MDB.Refresh Method

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.

Overload List

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);

See Also

MDB Class | Aveva.Pdms.Database Namespace