AdoDotNetObjectItemComparer Class

Provides an implementation of the DataObjectItemComparer class that uses ADO.NET data source information to determine how to compare identifier parts.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public Class AdoDotNetObjectItemComparer _
    Inherits DataObjectItemComparer

Dim instance As AdoDotNetObjectItemComparer
public class AdoDotNetObjectItemComparer : DataObjectItemComparer
public ref class AdoDotNetObjectItemComparer : public DataObjectItemComparer
public class AdoDotNetObjectItemComparer extends DataObjectItemComparer

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.DataObjectItemComparer
    Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetObjectItemComparer

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AdoDotNetObjectItemComparer Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace