Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbProviderFactories Class

 

Represents a set of static methods for creating one or more instances of DbProviderFactory classes.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

System::Object
  System.Data.Common::DbProviderFactories

public ref class DbProviderFactories abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetFactory(DataRow^)

Returns an instance of a DbProviderFactory.

System_CAPS_pubmethodSystem_CAPS_staticGetFactory(DbConnection^)

Returns an instance of a DbProviderFactory.

System_CAPS_pubmethodSystem_CAPS_staticGetFactory(String^)

Returns an instance of a DbProviderFactory.

System_CAPS_pubmethodSystem_CAPS_staticGetFactoryClasses()

Returns a DataTable that contains information about all installed providers that implement DbProviderFactory.

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft