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