Skip to content

Commit caf6acb

Browse files
Update licensing.md
1 parent 22d16db commit caf6acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/tutorials/licensing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if (!Z.Dapper.Plus.DapperPlusManager.ValidateLicense(out licenseErrorMessage))
6363

6464
// CHECK if the license if valid for a specific provider
6565
string licenseErrorMessage;
66-
if (!Z.Dapper.Plus.DapperPlusManager.ValidateLicense(out licenseErrorMessage, ProviderType.SqlServer))
66+
if (!Z.Dapper.Plus.DapperPlusManager.ValidateLicense(out licenseErrorMessage, DapperProviderType.SqlServer))
6767
{
6868
throw new Exception(licenseErrorMessage);
6969
}

0 commit comments

Comments
 (0)