File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Microsoft.Data.SqlClient/ref Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ public class SqlBatch : System.Data.Common.DbBatch
47
47
public System . Collections . Generic . List < Microsoft . Data . SqlClient . SqlBatchCommand > Commands { get { throw null ; } }
48
48
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ExecuteReader/*'/>
49
49
public Microsoft . Data . SqlClient . SqlDataReader ExecuteReader ( ) => throw null ;
50
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ExecuteReaderAsync/*'/>
51
+ public Microsoft . Data . SqlClient . SqlDataReader ExecuteReaderAsync ( ) => throw null ;
50
52
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/CreateDbBatchCommand/*'/>
51
53
protected override System . Data . Common . DbBatchCommand CreateDbBatchCommand ( ) => throw null ;
52
54
}
You can’t perform that action at this time.
0 commit comments