ModelCollationComparisonManager Class

Represents the model collation comparison manager.

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

Syntax

'Declaration
Public NotInheritable Class ModelCollationComparisonManager
'Usage
Dim instance As ModelCollationComparisonManager
public sealed class ModelCollationComparisonManager
public ref class ModelCollationComparisonManager sealed
public final class ModelCollationComparisonManager
[<SealedAttribute>]
type ModelCollationComparisonManager =  class end

Remarks

The collation awareness comparison manager constructs a ModelCollationComparer<T> according to the collation of the passed-in store in the constructor.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.ModelCollationComparisonManager

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

ModelCollationComparisonManager Members

Microsoft.Data.Schema.SchemaModel Namespace