DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Workspace Class / TableExists Method
Table name to check.

In This Topic
    TableExists Method
    In This Topic
    Determines whether the specified base table exists in the workspace.
    Syntax
    'Declaration
     
    Public Function TableExists( _
       ByVal tableName As String _
    ) As Boolean
    public bool TableExists( 
       string tableName
    )

    Parameters

    tableName
    Table name to check.

    Return Value

    true if the base table exists in the workspace; otherwise, false.
    See Also