AVEVA Database .NET Public Interface

MDB.Issue Method 

Issue changes from extract. Issue is actually done on a DB by DB basis. If an issue of a DB fails no changes will be issued for that DB. If an issue of one DB fails, the others will still be done.

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

Parameters

elements
comment

See Also

MDB Class | Aveva.Pdms.Database Namespace