AVEVA Database .NET Public Interface

MDB.Drop Method 

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

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

Parameters

elements
comment

See Also

MDB Class | Aveva.Pdms.Database Namespace