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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public DbProviderFactory FactoryForReflection { get; }
Public ReadOnly Property FactoryForReflection As DbProviderFactory
Get
Property Value
Type:
DbProviderFactorySee Also