VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class
Members


In This Topic
    VistaDBDataAdapter Class
    In This Topic
    Represents a set of data commands and a database connection that are used to fill the DataSet and update a VistaDB database. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public NotInheritable Class VistaDBDataAdapter 
       Inherits System.Data.Common.DbDataAdapter
    'Usage
     
    
    Dim instance As VistaDBDataAdapter
    [System.ComponentModel.DesignerCategory("Component")]
    public sealed class VistaDBDataAdapter : System.Data.Common.DbDataAdapter 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DataAdapter
                System.Data.Common.DbDataAdapter
                   VistaDB.Provider.VistaDBDataAdapter

    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