SpannerDQEConfigurationAddDbProviderFactory Method |
Adds the DbProviderFactory specified as the factory to use.
Namespace:
SD.LLBLGen.Pro.DQE.Spanner
Assembly:
SD.LLBLGen.Pro.DQE.Spanner (in SD.LLBLGen.Pro.DQE.Spanner.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public SpannerDQEConfiguration AddDbProviderFactory(
Type factoryType
)
Public Function AddDbProviderFactory (
factoryType As Type
) As SpannerDQEConfiguration
Parameters
- factoryType
- Type: SystemType
The DbProviderFactory derived type to use
Return Value
Type:
SpannerDQEConfigurationRemarks For Google Cloud Spanner the factory type always has to be registered through this method, for .NET full and .NET standard/core.
See Also