Skip to content

Commit b555adf

Browse files
authored
Merge | SqlCommand Execute Reader (#3644)
1 parent 12934f4 commit b555adf

File tree

6 files changed

+1859
-2801
lines changed

6 files changed

+1859
-2801
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
@@ -585,6 +585,9 @@
585585
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlCommand.NonQuery.cs">
586586
<Link>Microsoft\Data\SqlClient\SqlCommand.NonQuery.cs</Link>
587587
</Compile>
588+
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlCommand.Reader.cs">
589+
<Link>Microsoft\Data\SqlClient\SqlCommand.Reader.cs</Link>
590+
</Compile>
588591
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlCommand.Scalar.cs">
589592
<Link>Microsoft\Data\SqlClient\SqlCommand.Scalar.cs</Link>
590593
</Compile>

0 commit comments

Comments
 (0)