VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class / VistaDBDataAdapter Constructor / VistaDBDataAdapter Constructor(VistaDBCommand)
A VistaDBCommand that is a SQL SELECT statement and is set as the SelectCommand property of the VistaDBDataAdapter.


In This Topic
    VistaDBDataAdapter Constructor(VistaDBCommand)
    In This Topic
    Initializes a new instance of the VistaDBDataAdapter class with the specified VistaDBCommand as the SelectCommand property.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal selectCommand As VistaDBCommand _
    )
    'Usage
     
    
    Dim selectCommand As VistaDBCommand
     
    Dim instance As New VistaDBDataAdapter(selectCommand)
    public VistaDBDataAdapter( 
       VistaDBCommand selectCommand
    )

    Parameters

    selectCommand
    A VistaDBCommand that is a SQL SELECT statement and is set as the SelectCommand property of the 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