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
- collation
Type: Microsoft.Data.Schema.SchemaModel.ModelCollation
The model collation
.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
ModelCollationComparer<T> Class