Skip to content

Commit 6751652

Browse files
committed
fixup! async generator using roslyn compiler
1 parent 05d9c46 commit 6751652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Engine/IBatcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public partial interface IBatcher : IDisposable
119119
/// The Batcher is responsible for ensuring that all of the Drivers rules for how many open
120120
/// <see cref="DbDataReader"/>s it can have are followed.
121121
/// </remarks>
122-
DbDataReader ExecuteReader(IDbCommand cmd);
122+
DbDataReader ExecuteReader(DbCommand cmd);
123123

124124
/// <summary>
125125
/// Executes the <see cref="DbCommand"/>.

0 commit comments

Comments
 (0)