AVEVA Database .NET Public Interface

DbElementTypeList.AddAll Method (DbNounField, String)

Add 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 AddAll(
   DbNounField field,
   string strvalue
);

Parameters

field
The field
strvalue
The required value of the field

See Also

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