AdoDotNetObjectMemberComparer Constructors
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.
Overloads
AdoDotNetObjectMemberComparer() |
Initializes a new instance of the AdoDotNetObjectMemberComparer class. |
AdoDotNetObjectMemberComparer(IVsDataConnection) |
Initializes a new instance of the AdoDotNetObjectMemberComparer class with the data connection object. |
AdoDotNetObjectMemberComparer()
Initializes a new instance of the AdoDotNetObjectMemberComparer class.
public:
AdoDotNetObjectMemberComparer();
public AdoDotNetObjectMemberComparer ();
Public Sub New ()
Applies to
AdoDotNetObjectMemberComparer(IVsDataConnection)
Initializes a new instance of the AdoDotNetObjectMemberComparer class with the data connection object.
public:
AdoDotNetObjectMemberComparer(Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ connection);
public AdoDotNetObjectMemberComparer (Microsoft.VisualStudio.Data.Services.IVsDataConnection connection);
new Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetObjectMemberComparer : Microsoft.VisualStudio.Data.Services.IVsDataConnection -> Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetObjectMemberComparer
Public Sub New (connection As IVsDataConnection)
Parameters
- connection
- IVsDataConnection
An IVsDataConnection object containing the connection properties to the data source.