IdentifierCollationComparer Class

Represents the identifier collation comparer.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.ModelCollationComparisonManager.ModelCollationComparerBase
    Microsoft.Data.Schema.SchemaModel.ModelCollationComparer<ModelStore.Identifier>
      Microsoft.Data.Schema.SchemaModel.IdentifierCollationComparer

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

IdentifierCollationComparer Members

Microsoft.Data.Schema.SchemaModel Namespace