AVEVA Database .NET Public Interface

MDB.Flush Method 

Flush changes from extract. Flush is actually done on a DB by DB basis. If a flush of a DB fails no changes will be flushed for that DB. If a flush of one DB fails, the others will still be done.

public abstract bool Flush(
   DbElement[] elements,
   string comment
);

Parameters

elements
comment

See Also

MDB Class | Aveva.Pdms.Database Namespace