Click or drag to resize
ApplicationUtilsGetNameOrderingComparer Method
Gets the name ordering comparer to be used in OrderBy calls. It relies on the preference setting 'UseCurrentCultureForNameSorting'

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static StringComparer GetNameOrderingComparer()

Return Value

Type: StringComparer
the currentculture string comparer if UseCurrentCultureForNameSorting is true, otherwise the invariant culture string comparer.
See Also