IVsDataConnectionEquivalencyComparer Interface
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 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. |