Skip to content

Commit

Permalink
Update src/NHibernate/Driver/DriverBase.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Delaporte <[email protected]>
  • Loading branch information
gliljas and fredericDelaporte authored Jan 7, 2025
1 parent cdf3a4f commit 64805c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NHibernate/Driver/DriverBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ public void PrepareBatch(DbBatch batch)
/// Parameters have been bound by this point, so their order can be adjusted too.
/// This is analogous to the RegisterResultSetOutParameter() function in Hibernate.
/// </summary>
protected virtual void OnBeforePrepare(DbBatch command)
protected virtual void OnBeforePrepare(DbBatch batch)
{
}

Expand Down

0 comments on commit 64805c7

Please sign in to comment.