Skip to content

Commit 83625c9

Browse files
JornWildthazzik
authored andcommitted
Rename connection.provider_class to connection.provider
The documentation refers to "connection.provider_class" but the example shows "connection.provider". On the system I have been working on it is "connection.provider" that works.
1 parent b2767b2 commit 83625c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/reference/modules/configuration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ ISession session = sessions.OpenSession(conn);
203203
<tbody>
204204
<row>
205205
<entry>
206-
<literal>connection.provider_class</literal>
206+
<literal>connection.provider</literal>
207207
</entry>
208208
<entry>
209209
The type of a custom <literal>IConnectionProvider</literal>.
@@ -346,7 +346,7 @@ ISession session = sessions.OpenSession(conn);
346346
<para>
347347
You may define your own plugin strategy for obtaining ADO.NET connections by implementing the
348348
interface <literal>NHibernate.Connection.IConnectionProvider</literal>. You may select
349-
a custom implementation by setting <literal>connection.provider_class</literal>.
349+
a custom implementation by setting <literal>connection.provider</literal>.
350350
</para>
351351

352352
</sect1>

0 commit comments

Comments
 (0)