VistaDB 6
VistaDB.DDA Namespace / IVistaDBDatabase Interface / ContainsTable Method


In This Topic
    ContainsTable Method
    In This Topic
    Does this database contain a table with this name?
    Syntax
    'Declaration
     
    
    Function ContainsTable( _
       ByVal tableName As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As IVistaDBDatabase
    Dim tableName As System.String
    Dim value As System.Boolean
     
    value = instance.ContainsTable(tableName)
    System.bool ContainsTable( 
       System.string tableName
    )

    Parameters

    tableName

    Return Value

    bool true if the table was found
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also