Advanced.Data.Provider Documentation

AdpProviderCollection.Contains Method (String)

[This is preliminary documentation and subject to change.]

Gets a value indicating whether the AdpProviderCollection contains the specified AdpProvider.

[Visual Basic]
Overloads Public Function Contains( _
   ByVal value As String _
) As Boolean
[C#]
public bool Contains(
   string value
);

Parameters

value
The AdpProvider name to locate.

Return Value

true if the AdpProvider is contained in the collection otherwise, false.

See Also

AdpProviderCollection Class | Advanced.Data.Provider Namespace | AdpProviderCollection.Contains Overload List