File tree Expand file tree Collapse file tree 5 files changed +111
-458
lines changed
src/Microsoft.Data.SqlClient
src/Microsoft/Data/SqlClient Expand file tree Collapse file tree 5 files changed +111
-458
lines changed Original file line number Diff line number Diff line change 241
241
<Compile Include =" ..\..\src\Microsoft\Data\SqlClient\SqlColumnEncryptionKeyStoreProvider.cs" >
242
242
<Link >Microsoft\Data\SqlClient\SqlColumnEncryptionKeyStoreProvider.cs</Link >
243
243
</Compile >
244
+ <Compile Include =" ..\..\src\Microsoft\Data\SqlClient\SqlCommandBuilder.cs" >
245
+ <Link >Microsoft\Data\SqlClient\SqlCommandBuilder.cs</Link >
246
+ </Compile >
244
247
<Compile Include =" ..\..\src\Microsoft\Data\SqlClient\SqlCommandSet.cs" >
245
248
<Link >Microsoft\Data\SqlClient\SqlCommandSet.cs</Link >
246
249
</Compile >
510
513
<Compile Include =" Microsoft\Data\SqlClient\SqlClientDiagnosticListenerExtensions.cs" />
511
514
<Compile Include =" Microsoft\Data\SqlClient\SqlClientFactory.cs" />
512
515
<Compile Include =" Microsoft\Data\SqlClient\SqlCommand.cs" />
513
- <Compile Include =" Microsoft\Data\SqlClient\SqlCommandBuilder.cs" />
514
516
<Compile Include =" Microsoft\Data\SqlClient\SqlConnection.cs" />
515
517
<Compile Include =" Microsoft\Data\SqlClient\SqlConnectionFactory.cs" />
516
518
<Compile Include =" Microsoft\Data\SqlClient\SqlConnectionHelper.cs" />
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ internal class ResourceNames
158
158
internal const string TCE_DbConnectionString_AttestationProtocol = @"Specifies an attestation protocol for its corresponding enclave attestation service." ;
159
159
internal const string TCE_DbConnectionString_IPAddressPreference = @"Specifies an IP address preference when connecting to SQL instances." ;
160
160
internal const string SqlConnection_ServerProcessId = @"Server Process Id (SPID) of the active connection." ;
161
+ internal const string SqlCommandBuilder_DataAdapter = @"The DataAdapter for which to automatically generate SqlCommands." ;
161
162
}
162
163
}
163
164
}
Original file line number Diff line number Diff line change 312
312
<Compile Include =" ..\..\src\Microsoft\Data\SqlClient\SqlColumnEncryptionKeyStoreProvider.cs" >
313
313
<Link >Microsoft\Data\SqlClient\SqlColumnEncryptionKeyStoreProvider.cs</Link >
314
314
</Compile >
315
+ <Compile Include =" ..\..\src\Microsoft\Data\SqlClient\SqlCommandBuilder.cs" >
316
+ <Link >Microsoft\Data\SqlClient\SqlCommandBuilder.cs</Link >
317
+ </Compile >
315
318
<Compile Include =" ..\..\src\Microsoft\Data\SqlClient\SqlCommandSet.cs" >
316
319
<Link >Microsoft\Data\SqlClient\SqlCommandSet.cs</Link >
317
320
</Compile >
489
492
<Compile Include =" Microsoft\Data\SqlClient\SqlColumnEncryptionCspProvider.cs" />
490
493
<Compile Include =" Microsoft\Data\SqlClient\SqlColumnEncryptionEnclaveProvider.cs" />
491
494
<Compile Include =" Microsoft\Data\SqlClient\SqlCommand.cs" />
492
- <Compile Include =" Microsoft\Data\SqlClient\SqlCommandBuilder.cs" />
493
495
<Compile Include =" Microsoft\Data\SqlClient\SqlConnection.cs" />
494
496
<Compile Include =" Microsoft\Data\SqlClient\SqlConnectionFactory.cs" />
495
497
<Compile Include =" Microsoft\Data\SqlClient\SqlConnectionHelper.cs" />
You can’t perform that action at this time.
0 commit comments