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 cdf3a4f commit 64805c7Copy full SHA for 64805c7
src/NHibernate/Driver/DriverBase.cs
@@ -345,7 +345,7 @@ public void PrepareBatch(DbBatch batch)
345
/// Parameters have been bound by this point, so their order can be adjusted too.
346
/// This is analogous to the RegisterResultSetOutParameter() function in Hibernate.
347
/// </summary>
348
- protected virtual void OnBeforePrepare(DbBatch command)
+ protected virtual void OnBeforePrepare(DbBatch batch)
349
{
350
}
351
0 commit comments