Enterprise Library Data Access Application Block  7.0-rc1
The Data Access Application Block abstracts the actual database you are using, and exposes a collection of methods that make it easy to access that database and to perform common tasks.
System.Data.Common.DbProviderFactories Class Reference

Temporary implemenation of DbProviderFactories as it is not ready yet for .Net Core https://github.com/dotnet/standard/issues/356 More...

Static Public Member Functions

static DbProviderFactory GetFactory (string providerInvariantName)
 Gets the DbProviderFactory by the provider name
More...
 

Detailed Description

Temporary implemenation of DbProviderFactories as it is not ready yet for .Net Core https://github.com/dotnet/standard/issues/356

Member Function Documentation

◆ GetFactory()

static DbProviderFactory System.Data.Common.DbProviderFactories.GetFactory ( string  providerInvariantName)
static

Gets the DbProviderFactory by the provider name

Parameters
providerInvariantNameProvider name
Returns
The DbProviderFactory with provided name

The documentation for this class was generated from the following file: