We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d16db commit caf6acbCopy full SHA for caf6acb
docs/pages/tutorials/licensing.md
@@ -63,7 +63,7 @@ if (!Z.Dapper.Plus.DapperPlusManager.ValidateLicense(out licenseErrorMessage))
63
64
// CHECK if the license if valid for a specific provider
65
string licenseErrorMessage;
66
-if (!Z.Dapper.Plus.DapperPlusManager.ValidateLicense(out licenseErrorMessage, ProviderType.SqlServer))
+if (!Z.Dapper.Plus.DapperPlusManager.ValidateLicense(out licenseErrorMessage, DapperProviderType.SqlServer))
67
{
68
throw new Exception(licenseErrorMessage);
69
}
0 commit comments