AVEVA Database .NET Public Interface

DbAttributeComparer Class

Class to define comparers for ordering lists of attributes. These allow lists of attributes to be sorted on the value of any field. At present, only an alphabetic sort on field values expressed as strings is implemented, although it would be possible to extend this to sort on numerical values. However, as most integers actually represent hash values or enumerations, this may be less useful than it at first sounds!

For a list of all members of this type, see DbAttributeComparer Members.

System.Object
   Aveva.Pdms.Database.DbAttributeComparer

public class DbAttributeComparer : IComparer

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Aveva.Pdms.Database

Assembly: Aveva.Pdms.Database (in Aveva.Pdms.Database.dll)

See Also

DbAttributeComparer Members | Aveva.Pdms.Database Namespace