VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class / SelectCommand Property


In This Topic
    SelectCommand Property
    In This Topic
    Gets or sets a command used to select records in the data source.
    Syntax
    'Declaration
     
    
    Public Shadows Property SelectCommand As VistaDBCommand
    'Usage
     
    
    Dim instance As VistaDBDataAdapter
    Dim value As VistaDBCommand
     
    instance.SelectCommand = value
     
    value = instance.SelectCommand
    public new VistaDBCommand SelectCommand {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