Share via


ModelComparerConfiguration.UseSourceCollation Property

Gets or sets a value that indicates whether to use source collation during identifier comparison.

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

Syntax

'Declaration
Public Property UseSourceCollation As Boolean
public bool UseSourceCollation { get; set; }
public:
property bool UseSourceCollation {
    bool get ();
    void set (bool value);
}
member UseSourceCollation : bool with get, set
function get UseSourceCollation () : boolean
function set UseSourceCollation (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ModelComparerConfiguration Class

Microsoft.Data.Schema.SchemaModel Namespace