Web API Core | ComponentOne
C1.Web.Api.Data Namespace / DataProviderManager Class / Read Method
The name
The arguments

In This Topic
    Read Method (DataProviderManager)
    In This Topic
    Gets the data by specified name and arguments.
    Syntax
    'Declaration
     
    
    Public Shared Function Read( _
       ByVal name As String, _
       Optional ByVal args As NameValueCollection _
    ) As IEnumerable

    Parameters

    name
    The name
    args
    The arguments

    Return Value

    The data
    See Also