VistaDB 6
VistaDB.DDA Namespace / IVistaDBDatabase Interface / TableSchema Method
Table name


In This Topic
    TableSchema Method
    In This Topic
    Get table schema existing in the database. You may read table schema without opening the table
    Syntax
    'Declaration
     
    
    Function TableSchema( _
       ByVal name As System.String _
    ) As IVistaDBTableSchema
    'Usage
     
    
    Dim instance As IVistaDBDatabase
    Dim name As System.String
    Dim value As IVistaDBTableSchema
     
    value = instance.TableSchema(name)
    IVistaDBTableSchema TableSchema( 
       System.string name
    )

    Parameters

    name
    Table name

    Return Value

    IVistaDBTableSchema instance
    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