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

In This Topic
    Read Method (ItemsSourceDataProvider)
    In This Topic
    Read data.
    Syntax
    'Declaration
     
    
    Public Function Read( _
       Optional ByVal args As NameValueCollection _
    ) As IEnumerable

    Parameters

    args
    The arguments.

    Return Value

    The data.
    See Also