StringCollationComparer Class

Represents the string collation comparer.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public NotInheritable Class StringCollationComparer _
    Inherits ModelCollationComparer(Of String)
'Usage
Dim instance As StringCollationComparer
public sealed class StringCollationComparer : ModelCollationComparer<string>
public ref class StringCollationComparer sealed : public ModelCollationComparer<String^>
public final class StringCollationComparer extends ModelCollationComparer<String>
[<SealedAttribute>]
type StringCollationComparer =  
    class
        inherit ModelCollationComparer<string>
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.ModelCollationComparisonManager.ModelCollationComparerBase
    Microsoft.Data.Schema.SchemaModel.ModelCollationComparer<String>
      Microsoft.Data.Schema.SchemaModel.StringCollationComparer

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

StringCollationComparer Members

Microsoft.Data.Schema.SchemaModel Namespace