AdoDotNetObjectItemComparer Class

Definition

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

public ref class AdoDotNetObjectItemComparer : Microsoft::VisualStudio::Data::DataObjectItemComparer
public class AdoDotNetObjectItemComparer : Microsoft.VisualStudio.Data.DataObjectItemComparer
type AdoDotNetObjectItemComparer = class
    inherit DataObjectItemComparer
Public Class AdoDotNetObjectItemComparer
Inherits DataObjectItemComparer
Inheritance
AdoDotNetObjectItemComparer

Constructors

AdoDotNetObjectItemComparer(DataConnection)

Class constructor. Initializes a new instance of the AdoDotNetObjectItemComparer class with a connection to the data source.

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 DataObjectItemComparer)

Applies to