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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelCollationComparisonManager Class