Skip to content

Commit

Permalink
Missing PrepareAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Yeo committed Feb 6, 2024
1 parent cf03fb0 commit 2c95099
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public class SqlBatch : System.Data.Common.DbBatch
public System.Collections.Generic.List<Microsoft.Data.SqlClient.SqlBatchCommand> Commands { get { throw null; } }
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ExecuteReader/*'/>
public Microsoft.Data.SqlClient.SqlDataReader ExecuteReader() => throw null;
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ExecuteReaderAsync/*'/>
public Microsoft.Data.SqlClient.SqlDataReader ExecuteReaderAsync() => throw null;
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/CreateDbBatchCommand/*'/>
protected override System.Data.Common.DbBatchCommand CreateDbBatchCommand() => throw null;
}
Expand Down

0 comments on commit 2c95099

Please sign in to comment.