VistaDB 6
VistaDB.Provider Namespace / VistaDBCommandBuilder Class / DataAdapter Property


In This Topic
    DataAdapter Property
    In This Topic
    Gets or sets a VistaDBDataAdapter object for which SQL statements are automatically generated.
    Syntax
    'Declaration
     
    
    Public Shadows Property DataAdapter As VistaDBDataAdapter
    'Usage
     
    
    Dim instance As VistaDBCommandBuilder
    Dim value As VistaDBDataAdapter
     
    instance.DataAdapter = value
     
    value = instance.DataAdapter
    public new VistaDBDataAdapter DataAdapter {get; set;}
    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