Skip to content

Commit aa8bf73

Browse files
authored
Merge | SqlCommand NonQuery (#3630)
* Add partial for non-query execution * Merge ExecuteNonQuery * Merge InternalExecuteNonQueryWithRetry * Merge InternalExecuteNonQuery * Merge RunExecuteNonQueryTds * Merge RunExecuteNonQueryTdsSetupReconnnectContinuation * Merge ExecuteNonQueryAsync * Merge InternalExecuteNonQueryAsync * Merge InternalExecueNonQueryWithRetryAsync * Merge BeginExecuteNonQueryAsync * Merge EndExecuteNonQueryAsync * Merge BeginExecuteNonQuery * Merge BeginExecuteNonQueryInternal * Merge BeginExecuteNonQueryInternalReadState * Merge InternalEndExecuteNonQuery * Merge EndExecuteNonQuery * Merge EndExecuteNonQueryInternal * Merge CleanupAfterExecuteNonQueryAsync * Merge ExecuteNonQueryAsyncCallCallback * Add <content> tag to partial
1 parent 481a2c4 commit aa8bf73

File tree

6 files changed

+1031
-1469
lines changed

6 files changed

+1031
-1469
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,9 @@
582582
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlCommand.cs">
583583
<Link>Microsoft\Data\SqlClient\SqlCommand.cs</Link>
584584
</Compile>
585+
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlCommand.NonQuery.cs">
586+
<Link>Microsoft\Data\SqlClient\SqlCommand.NonQuery.cs</Link>
587+
</Compile>
585588
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlCommand.Scalar.cs">
586589
<Link>Microsoft\Data\SqlClient\SqlCommand.Scalar.cs</Link>
587590
</Compile>

0 commit comments

Comments
 (0)