AVEVA Database .NET Public Interface

DbElementTypeList.SortList Method

Sort DbElementTypeList on a predefined DbElementTypeComparer: this allows for more complex sorts with subkeys

Overload List

Sort DbElementTypeList on a predefined DbElementTypeComparer: this allows for more complex sorts with subkeys

public void SortList(DbElementTypeComparer);

Sort DbElementTypeList on a single field

public void SortList(DbNounField);

Sort DbElementTypeList on a field, using a second field to determine order when values of first are equal

public void SortList(DbNounField,DbNounField);

Sort DbElementTypeList on a single field

public void SortList(DbNounField,bool);

Sort DbElementTypeList on a field, using a second field to determine order when values of first are equal

public void SortList(DbNounField,bool,DbNounField,bool);

See Also

DbElementTypeList Class | Aveva.Pdms.Database Namespace