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

In This Topic
    Remove Method (DataProviderManager)
    In This Topic
    Remove the item with the specified key.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal key As String _
    ) 
    public void Remove( 
       string key
    )

    Parameters

    key
    The item key.
    See Also