AdoDotNetDataSourceInformation.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 this data source information instance.
public:
override bool Contains(System::String ^ propertyName);
public override bool Contains (string propertyName);
override this.Contains : string -> bool
Public Overrides Function Contains (propertyName As String) As Boolean
Parameters
- propertyName
- String
The name of a data source information property.
Returns
Returns true if the specified property is contained in this data source information instance; otherwise returns false.
Exceptions
The propertyName
parameter is null.