AVEVA Database .NET Public Interface

DbAttributeComparer.AddSubKey Method (DbAttributeField, Boolean)

Add a further subkey to an existing attribute comparer The subkey will be used to discriminate attributes if (and only if) all previously defined subkeys have returned identical values for the two attributes being compared

public void AddSubKey(
   DbAttributeField field,
   bool reversed
);

Parameters

field
The field to be used for discriminating comparisons
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.AddSubKey Overload List