IVsDataConnectionEquivalencyComparer Interface

Definition

Provides the ability to compare data connection strings for equivalence.

public interface class IVsDataConnectionEquivalencyComparer
[Microsoft.VisualStudio.Data.Core.DataDefaultObject("FE690B14-48F7-4687-81B1-44A111D2E919")]
public interface IVsDataConnectionEquivalencyComparer
[<Microsoft.VisualStudio.Data.Core.DataDefaultObject("FE690B14-48F7-4687-81B1-44A111D2E919")>]
type IVsDataConnectionEquivalencyComparer = interface
Public Interface IVsDataConnectionEquivalencyComparer
Derived
Attributes

Methods

AreEquivalent(String, String)

Compares the specified connection strings to determine whether they are equivalent and hence provide the same design-time experience.

Applies to