ModelCollationComparer<T> Constructor

Initializes a new instance of the ModelCollationComparer<T> class.

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

Syntax

'Declaration
Protected Sub New ( _
    collation As ModelCollation _
)
'Usage
Dim collation As ModelCollation

Dim instance As New ModelCollationComparer(collation)
protected ModelCollationComparer(
    ModelCollation collation
)
protected:
ModelCollationComparer(
    ModelCollation^ collation
)
protected function ModelCollationComparer(
    collation : ModelCollation
)
new : 
        collation:ModelCollation -> ModelCollationComparer

Parameters

.NET Framework Security

See Also

Reference

ModelCollationComparer<T> Class

ModelCollationComparer<T> Members

Microsoft.Data.Schema.SchemaModel Namespace