AdoDotNetSourceInformation.IVsDataSourceInformation.Contains(String) Method
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.
Retrieves a Boolean value indicating whether the specified property is contained in the data source information instance.
virtual bool Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataSourceInformation.Contains(System::String ^ propertyName) = Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataSourceInformation::Contains;
bool IVsDataSourceInformation.Contains (string propertyName);
abstract member Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataSourceInformation.Contains : string -> bool
override this.Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataSourceInformation.Contains : string -> bool
Function Contains (propertyName As String) As Boolean Implements IVsDataSourceInformation.Contains
Parameters
- propertyName
- String
The name of a data source information property.
Returns
true if the specified property is contained in the data source information instance; otherwise, false.