ApplicationUtilsGetNameOrderingComparer Method |
Gets the name ordering comparer to be used in OrderBy calls. It relies on the preference setting 'UseCurrentCultureForNameSorting'
Namespace: SD.LLBLGen.Pro.ApplicationCoreAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public static StringComparer GetNameOrderingComparer()
Public Shared Function GetNameOrderingComparer As StringComparer
Return Value
Type:
StringComparerthe currentculture string comparer if UseCurrentCultureForNameSorting is true, otherwise the invariant culture string comparer.
See Also