Web API Core | ComponentOne
C1.Web.Api.DataEngine.Data Namespace / FlexPivotEngineProviderManager Class / AddDataEngine Method / AddDataEngine(String,String,String) Method
The unique value used to stand for the data source.
Path in the server's file system where DataEngine data files locate.
The name of the DataEngine table.

In This Topic
    AddDataEngine(String,String,String) Method
    In This Topic
    Adds a DataEngine data which data files already exist.
    Syntax
    'Declaration
     
    
    Public Overloads Function AddDataEngine( _
       ByVal name As String, _
       ByVal workspace As String, _
       ByVal tableName As String _
    ) As FlexPivotEngineProviderManager

    Parameters

    name
    The unique value used to stand for the data source.
    workspace
    Path in the server's file system where DataEngine data files locate.
    tableName
    The name of the DataEngine table.

    Return Value

    The flex pivot engine provider manager.
    See Also