Add all attributes to the AttributeList NB: The Include_UDA and Include_System properties may be used to specify whether or not UDAs/System attributes are included in 'all'
Add all attributes to the AttributeList 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 AddAll();
Add all attributes with a specified value of a given logical field 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 AddAll(DbAttributeField,bool);
public void AddAll(DbAttributeField,bool,bool);
Add all attributes with a specified value of a given integer field NB: Also works for integer array fields; an attribute is added if any array element matches the required value 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 AddAll(DbAttributeField,int);
public void AddAll(DbAttributeField,int,bool);
Add 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 AddAll(DbAttributeField,string);
public void AddAll(DbAttributeField,string,bool);
public void AddAll(DbAttributeList,DbAttributeField,bool);
public void AddAll(DbAttributeList,DbAttributeField,bool,bool);
public void AddAll(DbAttributeList,DbAttributeField,int);
public void AddAll(DbAttributeList,DbAttributeField,int,bool);
public void AddAll(DbAttributeList,DbAttributeField,string);
public void AddAll(DbAttributeList,DbAttributeField,string,bool);
DbAttributeList Class | Aveva.Pdms.Database Namespace