DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Workspace Class / GetTableNames Method

In This Topic
    GetTableNames Method
    In This Topic
    Returns the names of base tables in a workspace.
    Syntax
    'Declaration
     
    Public Function GetTableNames() As String()
    public string[] GetTableNames()
    See Also