Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an implementation of the DataObjectMemberComparer class that uses the ADO.NET DataSourceInformation metadata collection to determine how to compare identifier parts.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Class AdoDotNetObjectMemberComparer _
Inherits DataObjectMemberComparer
'Usage
Dim instance As AdoDotNetObjectMemberComparer
public class AdoDotNetObjectMemberComparer : DataObjectMemberComparer
public ref class AdoDotNetObjectMemberComparer : public DataObjectMemberComparer
public class AdoDotNetObjectMemberComparer extends DataObjectMemberComparer
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Framework.DataSiteableObject<IVsDataConnection>
Microsoft.VisualStudio.Data.Framework.DataObjectMemberComparer
Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetObjectMemberComparer
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.