AdoDotNetObjectMemberComparer 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.
Represents an implementation of the IVsDataObjectMemberComparer interface using the ADO .NET DataSourceInformation metadata collection.
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>) |