ModelCollationComparisonManager.GetCollationComparer<T> Method

Gets the model collation comparer.

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

Syntax

'Declaration
Public Function GetCollationComparer(Of T) As ModelCollationComparer(Of T)
'Usage
Dim instance As ModelCollationComparisonManager
Dim returnValue As ModelCollationComparer(Of T)

returnValue = instance.GetCollationComparer()
public ModelCollationComparer<T> GetCollationComparer<T>()
public:
generic<typename T>
ModelCollationComparer<T>^ GetCollationComparer()
JScript does not support generic types or methods.
member GetCollationComparer : unit -> ModelCollationComparer<'T> 

Type Parameters

  • T

Return Value

Type: Microsoft.Data.Schema.SchemaModel.ModelCollationComparer<T>

.NET Framework Security

See Also

Reference

ModelCollationComparisonManager Class

ModelCollationComparisonManager Members

Microsoft.Data.Schema.SchemaModel Namespace