SqlSmoObject.GetStringComparer Method

Definition

Returns the comparer used by all child object collections to perform comparison of object names. The comparer of a Server is based on the collation of master The comparer of a Database and its children is based on the database collation

public System.Collections.Generic.IComparer<string> GetStringComparer ();
member this.GetStringComparer : unit -> System.Collections.Generic.IComparer<string>
Public Function GetStringComparer () As IComparer(Of String)

Returns

Applies to