DbProviderFactory Constructor

Definition

Initializes a new instance of the DbProviderFactory class.

protected:
 DbProviderFactory();
protected DbProviderFactory ();
Protected Sub New ()

Remarks

Use one of the DbProviderFactories.GetFactory methods to get an instance of DbProviderFactory.

Applies to

See also