You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets a <see cref="DbProviderFactory"/> through reflection, using the <c>Instance</c> field of the <see cref="DbFactoryTypeName"/> type.
396
+
/// </summary>
397
+
/// <param name="dbProviderFactory">
398
+
/// When this method returns, contains the <see cref="DbProviderFactory"/> if the type is loaded; otherwise, <see langword="null"/>. This parameter is passed uninitialized.
399
+
/// </param>
400
+
/// <returns><see langword="true"/> if a <see cref="DbProviderFactory"/> was found; otherwise, <see langword="false"/>.</returns>
0 commit comments