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 05d9c46 commit 6751652Copy full SHA for 6751652
src/NHibernate/Engine/IBatcher.cs
@@ -119,7 +119,7 @@ public partial interface IBatcher : IDisposable
119
/// The Batcher is responsible for ensuring that all of the Drivers rules for how many open
120
/// <see cref="DbDataReader"/>s it can have are followed.
121
/// </remarks>
122
- DbDataReader ExecuteReader(IDbCommand cmd);
+ DbDataReader ExecuteReader(DbCommand cmd);
123
124
/// <summary>
125
/// Executes the <see cref="DbCommand"/>.
0 commit comments