Click or drag to resize
DbProviderFactoryInfoMergeDbProviderFactories Method
Merges the specified factories with the central static store for dbproviderfactories registered through the DQEConfiguration system.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static void MergeDbProviderFactories(
	Dictionary<string, DbProviderFactory> registeredFactories
)

Parameters

registeredFactories
Type: System.Collections.GenericDictionaryString, DbProviderFactory
the name-value pairs to merge. A factory which is previously registered is updated with the value in this dictionary. Invalid entries are ignored
See Also