AVEVA Database .NET Public Interface

DbElementTypeList.RemoveAll Method (DbNounField, Int32)

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 field,
   int intvalue
);

Parameters

field
The integer field
intvalue
The required value of the integer field

See Also

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