AVEVA Database .NET Public Interface

DbAttributeList.RemoveAll Method (DbAttributeField, String)

Remove all attributes with a specified value of a given text field NB: This may be used for ANY field; the GetAsString value being used for comparison NB: The Include_UDA and Include_System properties may be used to specify whether or not UDAs/System attributes are included in 'all'

public void RemoveAll(
   DbAttributeField field,
   string strvalue
);

Parameters

field
The field
strvalue
The required value of the field

See Also

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