Web API Core | ComponentOne
C1.Web.Api.DataEngine.Data Namespace / FlexPivotEngineProviderManager Class / AddDataSource Method / AddDataSource(String,IEnumerable) Method
The unique value used to stands for the data.
The arbitrary IEnumerable.

In This Topic
    AddDataSource(String,IEnumerable) Method
    In This Topic
    Adds a DataSource data from an arbitrary IEnumerable.
    Syntax
    'Declaration
     
    
    Public Overloads Function AddDataSource( _
       ByVal name As String, _
       ByVal dataSource As IEnumerable _
    ) As FlexPivotEngineProviderManager

    Parameters

    name
    The unique value used to stands for the data.
    dataSource
    The arbitrary IEnumerable.

    Return Value

    The flex pivot engine provider manager.
    See Also