VistaDB 6
VistaDB.Provider Namespace / VistaDBConnection Class / DbProviderFactory Property


In This Topic
    DbProviderFactory Property
    In This Topic
    Gets the System.Data.Common.DbProviderFactory for this System.Data.Common.DbConnection. DB Provider Factory object
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable ReadOnly Property DbProviderFactory As System.Data.Common.DbProviderFactory
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim value As System.Data.Common.DbProviderFactory
     
    value = instance.DbProviderFactory
    protected override System.Data.Common.DbProviderFactory DbProviderFactory {get;}

    Property Value

    A set of methods for creating instances of a provider's implementation of the data source classes.
    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