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

In This Topic
    Add Method (DataProviderManager)
    In This Topic
    Add item with the key to the manager.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal key As String, _
       ByVal item As IDataProvider _
    ) 
    public void Add( 
       string key,
       IDataProvider item
    )

    Parameters

    key
    The item key.
    item
    The item.
    See Also