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.10.0.0 (5.10.0)
Syntaxpublic 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