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

In This Topic
    Get Method (DataProviderManager)
    In This Topic
    Gets the instance which is mapped to the specified key.
    Syntax
    'Declaration
     
    
    Public Function Get( _
       ByVal key As String _
    ) As IDataProvider
    public IDataProvider Get( 
       string key
    )

    Parameters

    key
    The item key.

    Return Value

    The item.
    See Also