Skip to content

Commit 64805c7

Browse files
Update src/NHibernate/Driver/DriverBase.cs
Co-authored-by: Frédéric Delaporte <[email protected]>
1 parent cdf3a4f commit 64805c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Driver/DriverBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public void PrepareBatch(DbBatch batch)
345345
/// Parameters have been bound by this point, so their order can be adjusted too.
346346
/// This is analogous to the RegisterResultSetOutParameter() function in Hibernate.
347347
/// </summary>
348-
protected virtual void OnBeforePrepare(DbBatch command)
348+
protected virtual void OnBeforePrepare(DbBatch batch)
349349
{
350350
}
351351

0 commit comments

Comments
 (0)