AVEVA Database .NET Public Interface

DbAttributeComparer Constructor (DbAttributeField, Boolean)

Create a new attribute comparer

public DbAttributeComparer(
   DbAttributeField field,
   bool reversed
);

Parameters

field
The field to use for comparison
reversed
Whether to reverse comparison. If false (or omitted) comparison is 'less than', so sort order will be ascending. If true, comparison will be 'greater than' and sort order will be descending

See Also

DbAttributeComparer Class | Aveva.Pdms.Database Namespace | DbAttributeComparer Constructor Overload List