AVEVA Database .NET Public Interface

DbElementTypeList.AddAll Method (DbNounField, Int32)

Add all DbElementTypes with a specified value of a given integer field NB: Also works for integer array fields; a DbElementType is added if any array element matches the required value

public void AddAll(
   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.AddAll Overload List