Web API Core | ComponentOne
C1.Web.Api.DataEngine.Data Namespace / FlexPivotEngineProviderManager Class / AddCube Method
The unique value used to stand for the data.
The connection string for the cube data.
Specify the cube name in the cube data.

In This Topic
    AddCube Method
    In This Topic
    Adds a cube data.
    Syntax
    'Declaration
     
    
    Public Function AddCube( _
       ByVal name As String, _
       ByVal connectionString As String, _
       ByVal cubeName As String _
    ) As FlexPivotEngineProviderManager

    Parameters

    name
    The unique value used to stand for the data.
    connectionString
    The connection string for the cube data.
    cubeName
    Specify the cube name in the cube data.

    Return Value

    The flex pivot engine provider manager.
    See Also