Click or drag to resize
DbProviderFactoryInfo Properties

The DbProviderFactoryInfo type exposes the following members.

Properties
  NameDescription
Public propertyFactoryForReflection
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.
Public propertyFactoryToUse
Gets the DbProviderFactory to use for creating elements for the DQE
Top
See Also