VistaDB 6
VistaDB.DDA Namespace / IVistaDBDatabase Interface / AddToXmlTransferList Method
Table name to add


In This Topic
    AddToXmlTransferList Method
    In This Topic
    Add table name to the table transfer list used by xml ExportXml/ImportXml functions.
    Syntax
    'Declaration
     
    
    Sub AddToXmlTransferList( _
       ByVal tableName As System.String _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBDatabase
    Dim tableName As System.String
     
    instance.AddToXmlTransferList(tableName)
    void AddToXmlTransferList( 
       System.string tableName
    )

    Parameters

    tableName
    Table name to add
    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