TSqlModel.CollationComparer Property

Definition

Comparer that can compare strings and ObjectIdentifiers using the collation of this TSqlModel. This can be very useful when comparing objects in the model since comparisons will be consistent with the expected comparison results in SQL Server

public Microsoft.SqlServer.Dac.Model.ModelCollationComparer CollationComparer { get; }
member this.CollationComparer : Microsoft.SqlServer.Dac.Model.ModelCollationComparer
Public ReadOnly Property CollationComparer As ModelCollationComparer

Property Value

Applies to