AVEVA Database .NET Public Interface

DbElementTypeList.RemoveAll Method (DbNounField, String)

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 field,
   string strvalue
);

Parameters

field
The field
strvalue
The required value of the field

See Also

DbElementTypeList Class | Aveva.Pdms.Database Namespace | DbElementTypeList.RemoveAll Overload List