Skip to content

Commit 1493972

Browse files
authored
Move to Shared for SqlDataAdapter.cs (#1295)
1 parent 64befd5 commit 1493972

File tree

4 files changed

+51
-376
lines changed

4 files changed

+51
-376
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,9 @@
238238
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlCredential.cs">
239239
<Link>Microsoft\Data\SqlClient\SqlCredential.cs</Link>
240240
</Compile>
241+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlDataAdapter.cs">
242+
<Link>Microsoft\Data\SqlClient\SqlDataAdapter.cs</Link>
243+
</Compile>
241244
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs">
242245
<Link>Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs</Link>
243246
</Compile>
@@ -511,7 +514,6 @@
511514
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs">
512515
<Link>Microsoft\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs</Link>
513516
</Compile>
514-
<Compile Include="Microsoft\Data\SqlClient\SqlDataAdapter.cs" />
515517
<Compile Include="Microsoft\Data\SqlClient\SqlDataReader.cs" />
516518
<Compile Include="Microsoft\Data\SqlClient\SqlDependency.cs" />
517519
<Compile Include="Microsoft\Data\SqlClient\SqlDependencyListener.cs" />

src/Microsoft.Data.SqlClient/netfx/src/Microsoft.Data.SqlClient.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@
306306
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlConnectionPoolProviderInfo.cs">
307307
<Link>Microsoft\Data\SqlClient\SqlConnectionPoolProviderInfo.cs</Link>
308308
</Compile>
309+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlDataAdapter.cs">
310+
<Link>Microsoft\Data\SqlClient\SqlDataAdapter.cs</Link>
311+
</Compile>
309312
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlEnclaveAttestationParameters.Crypto.cs">
310313
<Link>Microsoft\Data\SqlClient\SqlEnclaveAttestationParameters.Crypto.cs</Link>
311314
</Compile>
@@ -484,7 +487,6 @@
484487
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlCredential.cs">
485488
<Link>Microsoft\Data\SqlClient\SqlCredential.cs</Link>
486489
</Compile>
487-
<Compile Include="Microsoft\Data\SqlClient\SqlDataAdapter.cs" />
488490
<Compile Include="Microsoft\Data\SqlClient\SqlDataReader.cs" />
489491
<Compile Include="Microsoft\Data\SqlClient\SqlDataReaderSmi.cs" />
490492
<Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs" />

src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlDataAdapter.cs

Lines changed: 0 additions & 329 deletions
This file was deleted.

0 commit comments

Comments
 (0)