AVEVA Database .NET Public Interface

DbElementTypeList.RemoveAll Method

Remove all DbElementTypes from the DbElementTypeList

Overload List

Remove all DbElementTypes from the DbElementTypeList

public void RemoveAll();

Remove all DbElementTypes with a specified value of a given logical field

public void RemoveAll(DbNounField,bool);

Remove all DbElementTypes with a specified value of a given integer field NB: Also works for integer array fields; an attribute is removed if any array element matches the required value

public void RemoveAll(DbNounField,int);

Remove all DbElementTypes with a specified value of a given text field NB: This may be used for ANY field; the GetAsString value being used for comparison

public void RemoveAll(DbNounField,string);

See Also

DbElementTypeList Class | Aveva.Pdms.Database Namespace