AVEVA Database .NET Public Interface

DbElement.InsertBeforeFirst Method 

Insert Element before the first child of the given parent Element. This method throws an exception if insertion fails.

public abstract void InsertBeforeFirst(
   DbElement owner
);

Parameters

owner
Parent Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace