Share via


SqlInterpreter.Comparer Property

Gets or sets the comparer that is used to compare identifiers.

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

Syntax

'Declaration
Public Property Comparer As ModelCollationComparer
public ModelCollationComparer Comparer { get; private set; }
public:
property ModelCollationComparer^ Comparer {
    ModelCollationComparer^ get ();
    private: void set (ModelCollationComparer^ value);
}
member Comparer : ModelCollationComparer with get, private set
function get Comparer () : ModelCollationComparer
private function set Comparer (value : ModelCollationComparer)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelCollationComparer

.NET Framework Security

See Also

Reference

SqlInterpreter Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace