Click or drag to resize

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
)

Parameters

factoryType
Type: SystemType
The DbProviderFactory derived type to use

Return Value

Type: SpannerDQEConfiguration
Remarks
For Google Cloud Spanner the factory type always has to be registered through this method, for .NET full and .NET standard/core.
See Also