Click or drag to resize

DQEConfigurationBaseStoreDbProviderFactoryRegistration Method

Stores a DbProviderFactory - invariant name registration with this configuration to use with the DQE.

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
protected void StoreDbProviderFactoryRegistration(
	Type factoryType,
	string invariantName = ""
)

Parameters

factoryType
Type: SystemType
invariantName (Optional)
Type: SystemString
See Also