We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae835d commit 7826b5aCopy full SHA for 7826b5a
README.md
@@ -18,7 +18,7 @@ Set `connection.driver_class` in your NHibernate session factory config to:
18
19
or use the Configure-by-code helper:
20
21
- - `new Configuration().DataBaseIntegration.(c => c.MySqlConnectorDriver());`
+ - `new Configuration().DataBaseIntegration(c => c.MySqlConnectorDriver());`
22
23
Values of the other parameters should stay the same as when using `MySql.Data`:
24
0 commit comments