VistaDB 6
VistaDB.Provider Namespace / VistaDBCommand Class / DbConnection Property


In This Topic
    DbConnection Property (VistaDBCommand)
    In This Topic
    Gets or sets the System.Data.Common.DbConnection used by this System.Data.Common.DbCommand.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Property DbConnection As System.Data.Common.DbConnection
    'Usage
     
    
    Dim instance As VistaDBCommand
    Dim value As System.Data.Common.DbConnection
     
    instance.DbConnection = value
     
    value = instance.DbConnection
    protected override System.Data.Common.DbConnection DbConnection {get; set;}

    Property Value

    The connection to the data source.
    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