AVEVA Database .NET Public Interface

DbAttributeList Properties

The properties of the DbAttributeList class are listed below. For a complete list of DbAttributeList class members, see the DbAttributeList Members topic.

Public Instance Properties

Include_Invisible Whether to include invisible attributes in all AddAll and RemoveAll opeations (default FALSE) NB: The setting does *not* modify the existing list - it is used as a filter on all *subsequent* AddAll and RemoveAll operations. The setting does not apply to Add or Remove operations.
Include_Synonyms Whether to include synonyms in all AddAll and RemoveAll opeations (default FALSE) NB: The setting does *not* modify the existing list - it is used as a filter on all *subsequent* AddAll and RemoveAll operations. The setting does not apply to Add or Remove operations.
Include_System Whether to include system (ie non uda) attributes in all AddAll and RemoveAll opeations (default TRUE) NB: The setting does *not* modify the existing list - it is used as a filter on all *subsequent* AddAll and RemoveAll operations. The setting does not apply to Add or Remove operations.
Include_UDAs Whether to include udas in all AddAll and RemoveAll operations (default TRUE) NB: The setting does *not* modify the existing list - it is used as a filter on all *subsequent* AddAll and RemoveAll operations. The setting does not apply to Add or Remove operations.

See Also

DbAttributeList Class | Aveva.Pdms.Database Namespace