DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / ConnectDataEngine Method
Table name to connect to.

In This Topic
    ConnectDataEngine Method (C1PivotEngine)
    In This Topic
    Connect to a C1.DataEngine table.
    Syntax
    'Declaration
     
    Public Sub ConnectDataEngine( _
       ByVal tableName As String _
    ) 
    public void ConnectDataEngine( 
       string tableName
    )

    Parameters

    tableName
    Table name to connect to.
    See Also