| 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)
Syntaxpublic DbProviderFactory FactoryForReflection { get; }Public ReadOnly Property FactoryForReflection As DbProviderFactory
	Get
Property Value
Type: 
DbProviderFactory
See Also