Skip to content

Commit 2c95099

Browse files
committed
Missing PrepareAsync
1 parent cf03fb0 commit 2c95099

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Microsoft.Data.SqlClient/ref/Microsoft.Data.SqlClient.Batch.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ public class SqlBatch : System.Data.Common.DbBatch
4747
public System.Collections.Generic.List<Microsoft.Data.SqlClient.SqlBatchCommand> Commands { get { throw null; } }
4848
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ExecuteReader/*'/>
4949
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;
5052
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/CreateDbBatchCommand/*'/>
5153
protected override System.Data.Common.DbBatchCommand CreateDbBatchCommand() => throw null;
5254
}

0 commit comments

Comments
 (0)