TSqlModel.CollationComparer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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