Click or drag to resize

DataAccessAdapterCoreGetDbProviderFactoryInstance Method

Gets the DB provider factory instance.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public virtual DbProviderFactory GetDbProviderFactoryInstance()

Return Value

Type: DbProviderFactory
ready to use Db provider factory instance

Implements

IDataAccessCoreGetDbProviderFactoryInstance
See Also