Determines whether the collection contains a specific data provider.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal DataProviderName As String _ ) As Boolean |
[C#] |
---|
public bool Contains( string DataProviderName ); |
[Managed C++] |
---|
public: bool Contains( String __gc ^ DataProviderName ); |
[Unmanaged C++] |
---|
public: HRESULT Contains( BSTR DataProviderName, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool contains( String DataProviderName ); |
[Python - STK API ] |
---|
def Contains(self, DataProviderName:str) -> bool: |
- DataProviderName