DbProviderFactories::GetFactory Method (DataRow^)
.NET Framework (current version)
Returns an instance of a DbProviderFactory.
Assembly: System.Data (in System.Data.dll)
Parameters
- providerRow
-
Type:
System.Data::DataRow^
DataRow containing the provider's configuration information.
Return Value
Type: System.Data.Common::DbProviderFactory^An instance of a DbProviderFactory for a specified DataRow.
The providerRow parameter corresponds to the DataRow of a table returned by GetFactoryClasses.
.NET Framework
Available since 2.0
Available since 2.0
Show: