AdoDotNetObjectItemComparer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |