DataUtils.GetDbProviderFactory

Loads a SQL Provider factory based on the DbFactory type name and assembly.

public static DbProviderFactory GetDbProviderFactory(string dbProviderFactoryTypename,
	string assemblyName)

Parameters

dbProviderFactoryTypename
Type name of the DbProviderFactory

assemblyName
Short assembly name of the provider factory. Note: Host project needs to have a reference to this assembly

Overloads:


See also:

Class DataUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic