File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Microsoft.Data.SqlClient/ref Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class SqlBatch : System.Data.Common.DbBatch
44
44
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ExecuteReader/*'/>
45
45
public Microsoft . Data . SqlClient . SqlDataReader ExecuteReader ( ) => throw null ;
46
46
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ExecuteReaderAsync/*'/>
47
- public Microsoft . Data . SqlClient . SqlDataReader ExecuteReaderAsync ( ) => throw null ;
47
+ public System . Threading . Tasks . Task < Microsoft . Data . SqlClient . SqlDataReader > ExecuteReaderAsync ( ) => throw null ;
48
48
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ExecuteScalar/*'/>
49
49
public override object ExecuteScalar ( ) => throw null ;
50
50
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ExecuteScalarAsync/*'/>
You can’t perform that action at this time.
0 commit comments