.NET Framework Class Library
DbProviderFactory Members

Represents a set of methods for creating instances of a provider's implementation of the data source classes.

The DbProviderFactory type exposes the following members.

Constructors

  NameDescription
Protected methodDbProviderFactoryInitializes a new instance of a DbProviderFactory class.
Top
Methods

  NameDescription
Public methodCreateCommandReturns a new instance of the provider's class that implements the DbCommand class.
Public methodCreateCommandBuilderReturns a new instance of the provider's class that implements the DbCommandBuilder class.
Public methodCreateConnectionReturns a new instance of the provider's class that implements the DbConnection class.
Public methodCreateConnectionStringBuilderReturns a new instance of the provider's class that implements the DbConnectionStringBuilder class.
Public methodCreateDataAdapterReturns a new instance of the provider's class that implements the DbDataAdapter class.
Public methodCreateDataSourceEnumeratorReturns a new instance of the provider's class that implements the DbDataSourceEnumerator class.
Public methodCreateParameterReturns a new instance of the provider's class that implements the DbParameter class.
Public methodCreatePermissionReturns a new instance of the provider's class that implements the provider's version of the CodeAccessPermission class.
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCanCreateDataSourceEnumeratorSpecifies whether the specific DbProviderFactory supports the DbDataSourceEnumerator class.
Top
See Also

Reference

Tags :


Page view tracker