VistaDB 6
VistaDB.Provider Namespace / VistaDBProviderFactory Class
Fields Properties Methods


In This Topic
    VistaDBProviderFactory Class Members
    In This Topic

    The following tables list the members exposed by VistaDBProviderFactory.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Static instance member which returns an instanced VistaDBProviderFactory class.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Specifies whether the specific System.Data.Common.DbProviderFactory supports the System.Data.Common.DbDataSourceEnumerator class. Always return false.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbCommand class. Returns a strongly typed DbCommand instance.  
    Public MethodOverridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbCommandBuilder class. Returns a strongly typed DbCommandBuilder instance.  
    Public MethodOverridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbConnection class. Returns a strongly typed DbConnection instance.  
    Public MethodOverridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbConnectionStringBuilder class. Returns a strongly typed DbConnectionStringBuilder instance.  
    Public MethodOverridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbDataAdapter class. Returns a strongly typed DbDataAdapter instance.  
    Public MethodReturns a new instance of the provider's class that implements the System.Data.Common.DbDataSourceEnumerator class. (Inherited from System.Data.Common.DbProviderFactory)
    Public MethodOverridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbParameter class. Returns a strongly typed DbParameter instance.  
    Public MethodOverridden. Returns a new instance of the provider's class that implements the provider's version of the System.Security.CodeAccessPermission class. Returns a new CodeAccessPermission.  
    Top
    See Also