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.4.0.0 (5.4.0)
Syntax protected void StoreDbProviderFactoryRegistration(
Type factoryType,
string invariantName = ""
)
Protected Sub StoreDbProviderFactoryRegistration (
factoryType As Type,
Optional invariantName As String = ""
)
Parameters
- factoryType
- Type: SystemType
- invariantName (Optional)
- Type: SystemString
See Also