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.4.0.0 (5.4.0)
Syntax public static void MergeDbProviderFactories(
Dictionary<string, DbProviderFactory> registeredFactories
)
Public Shared Sub MergeDbProviderFactories (
registeredFactories As Dictionary(Of String, DbProviderFactory)
)
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