AVEVA Database .NET Public Interface

DbElementTypeList.AddAll Method

Add all DbElementTypes to the DbElementTypeList

Overload List

Add all DbElementTypes to the DbElementTypeList

public void AddAll();

 

public void AddAll(DbElementTypeList,DbNounField,bool);

 

public void AddAll(DbElementTypeList,DbNounField,bool,bool);

 

public void AddAll(DbElementTypeList,DbNounField,int);

 

public void AddAll(DbElementTypeList,DbNounField,int,bool);

 

public void AddAll(DbElementTypeList,DbNounField,string);

 

public void AddAll(DbElementTypeList,DbNounField,string,bool);

Add all DbElementTypes with a specified value of a given logical field

public void AddAll(DbNounField,bool);

 

public void AddAll(DbNounField,bool,bool);

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

 

public void AddAll(DbNounField,int,bool);

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

 

public void AddAll(DbNounField,string,bool);

See Also

DbElementTypeList Class | Aveva.Pdms.Database Namespace