Web API Core | ComponentOne
C1.Web.Api.Data Namespace / DataProviderManager Class / Contains Method
The item key.

In This Topic
    Contains Method (DataProviderManager)
    In This Topic
    Gets a boolean value which indicates whether the key exists in the manager.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal key As String _
    ) As Boolean
    public bool Contains( 
       string key
    )

    Parameters

    key
    The item key.

    Return Value

    A boolean value which indicates whether the key exists in the manager.
    See Also