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
- 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.