AdoDotNetObjectMemberComparer Class

Definition

Provides an implementation of the DataObjectMemberComparer class that uses the ADO.NET DataSourceInformation metadata collection to determine how to compare identifier parts.

public ref class AdoDotNetObjectMemberComparer : Microsoft::VisualStudio::Data::Framework::DataObjectMemberComparer
public class AdoDotNetObjectMemberComparer : Microsoft.VisualStudio.Data.Framework.DataObjectMemberComparer
type AdoDotNetObjectMemberComparer = class
    inherit DataObjectMemberComparer
Public Class AdoDotNetObjectMemberComparer
Inherits DataObjectMemberComparer
Inheritance

Constructors

AdoDotNetObjectMemberComparer()

Initializes a new instance of the AdoDotNetObjectMemberComparer class.

AdoDotNetObjectMemberComparer(IVsDataConnection)

Initializes a new instance of the AdoDotNetObjectMemberComparer class with the data connection object.

Properties

Site

Gets or sets the object site.

(Inherited from DataSiteableObject<T>)

Methods

Compare(String, Object[], Int32, Object)

Compares one object identifier part with another specified object identifier part.

Compare(String, String, Object, Object)

Compares a property of a data object with another data object property.

(Inherited from DataObjectMemberComparer)
OnSiteChanged(EventArgs)

Raises the SiteChanged event.

RequiresQuoting(String)

Indicates whether an identifier part requires quotation marks.

Events

SiteChanged

Occurs when the Site property is changed.

(Inherited from DataSiteableObject<T>)

Applies to