CollationInfo.Comparer Property

 

Applies To: SQL Server 2016 Preview

Gets an IComparer<T> object that can be used to compare strings.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

public IComparer<string> Comparer { get; }
public:
property IComparer<String^>^ Comparer {
    IComparer<String^>^ get();
}
member Comparer : IComparer<string> with get
Public ReadOnly Property Comparer As IComparer(Of String)

Property Value

Type: System.Collections.Generic.IComparer<String>

An IComparer<T> object that can be used to compare strings.

See Also

CollationInfo Class
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top