public class PgSqlProviderFactory : System.Data.Common.DbProviderFactory, System.IServiceProvider
'Declaration Public Class PgSqlProviderFactory Inherits System.Data.Common.DbProviderFactory Implements System.IServiceProvider
You can use PgSqlProviderFactory class to implement a code where user chooses which DBMS to use.
To obtain an instance of the class you can use the DbProviderFactories.GetFactory method with the invariant name Devart.Data.PostgreSql.
System.Object
System.Data.Common.DbProviderFactory
Devart.Data.PostgreSql.PgSqlProviderFactory