1 write to FactoryTypeAssemblyQualifiedName
System.Data.Common (1)
System\Data\Common\DbProviderFactories.cs (1)
22
this.
FactoryTypeAssemblyQualifiedName
= factoryTypeAssemblyQualifiedName;
4 references to FactoryTypeAssemblyQualifiedName
System.Data.Common (4)
System\Data\Common\DbProviderFactories.cs (4)
30
/// The cached instance of the type in <see cref="
FactoryTypeAssemblyQualifiedName
"/>. If null, this registration is seen as a deferred registration
31
/// and <see cref="
FactoryTypeAssemblyQualifiedName
"/> is checked the first time when this registration is requested through GetFactory().
97
newRow[AssemblyQualifiedNameColumnName] = kvp.Value.
FactoryTypeAssemblyQualifiedName
;
162
toReturn = GetFactoryInstance(GetProviderTypeFromTypeName(registration.
FactoryTypeAssemblyQualifiedName
));