Click or drag to resize
DbProviderFactoryInfoFactoryForReflection Property
Gets the factory to use for reflection. Normally this is the same factory as FactoryToUse, but in case of when profilers have wrapped / injected their own factories, the factory to use for reflection is the real factory of the ado.net provider, while FactoryToUse is the factory returned by the profiler.

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 DbProviderFactory FactoryForReflection { get; }

Property Value

Type: DbProviderFactory
See Also