@@ -189,23 +189,23 @@ public class SqlAuthenticationParameters
189
189
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationParameters.xml' path='docs/members[@name="SqlAuthenticationParameters"]/ctor/*'/>
190
190
protected SqlAuthenticationParameters ( Microsoft . Data . SqlClient . SqlAuthenticationMethod authenticationMethod , string serverName , string databaseName , string resource , string authority , string userId , string password , System . Guid connectionId , int connectionTimeout ) { }
191
191
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationParameters.xml' path='docs/members[@name="SqlAuthenticationParameters"]/AuthenticationMethod/*'/>
192
- public Microsoft . Data . SqlClient . SqlAuthenticationMethod AuthenticationMethod { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
192
+ public Microsoft . Data . SqlClient . SqlAuthenticationMethod AuthenticationMethod { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
193
193
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationParameters.xml' path='docs/members[@name="SqlAuthenticationParameters"]/Authority/*'/>
194
- public string Authority { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
194
+ public string Authority { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
195
195
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationParameters.xml' path='docs/members[@name="SqlAuthenticationParameters"]/ConnectionId/*'/>
196
- public System . Guid ConnectionId { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
196
+ public System . Guid ConnectionId { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
197
197
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationParameters.xml' path='docs/members[@name="SqlAuthenticationParameters"]/DatabaseName/*'/>
198
- public string DatabaseName { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
198
+ public string DatabaseName { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
199
199
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationParameters.xml' path='docs/members[@name="SqlAuthenticationParameters"]/Password/*'/>
200
- public string Password { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
200
+ public string Password { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
201
201
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationParameters.xml' path='docs/members[@name="SqlAuthenticationParameters"]/Resource/*'/>
202
- public string Resource { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
202
+ public string Resource { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
203
203
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationParameters.xml' path='docs/members[@name="SqlAuthenticationParameters"]/ServerName/*'/>
204
- public string ServerName { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
204
+ public string ServerName { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
205
205
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationParameters.xml' path='docs/members[@name="SqlAuthenticationParameters"]/UserId/*'/>
206
- public string UserId { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
206
+ public string UserId { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
207
207
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationParameters.xml' path='docs/members[@name="SqlAuthenticationParameters"]/ConnectionTimeout/*'/>
208
- public int ConnectionTimeout { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
208
+ public int ConnectionTimeout { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
209
209
}
210
210
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationProvider.xml' path='docs/members[@name="SqlAuthenticationProvider"]/SqlAuthenticationProvider/*'/>
211
211
public abstract partial class SqlAuthenticationProvider
@@ -231,9 +231,9 @@ public partial class SqlAuthenticationToken
231
231
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationToken.xml' path='docs/members[@name="SqlAuthenticationToken"]/ctor/*'/>
232
232
public SqlAuthenticationToken ( string accessToken , System . DateTimeOffset expiresOn ) { }
233
233
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationToken.xml' path='docs/members[@name="SqlAuthenticationToken"]/AccessToken/*'/>
234
- public string AccessToken { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
234
+ public string AccessToken { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
235
235
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationToken.xml' path='docs/members[@name="SqlAuthenticationToken"]/ExpiresOn/*'/>
236
- public System . DateTimeOffset ExpiresOn { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
236
+ public System . DateTimeOffset ExpiresOn { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
237
237
}
238
238
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlBulkCopy.xml' path='docs/members[@name="SqlBulkCopy"]/SqlBulkCopy/*'/>
239
239
public sealed partial class SqlBulkCopy : System . IDisposable
@@ -427,6 +427,14 @@ internal SqlClientFactory() { }
427
427
public override System . Data . Common . DbDataAdapter CreateDataAdapter ( ) { throw null ; }
428
428
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientFactory.xml' path='docs/members[@name="SqlClientFactory"]/CreateParameter/*'/>
429
429
public override System . Data . Common . DbParameter CreateParameter ( ) { throw null ; }
430
+ /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientFactory.xml' path='docs/members[@name="SqlClientFactory"]/CreateDataSourceEnumerator/*'/>
431
+ public override System . Data . Common . DbDataSourceEnumerator CreateDataSourceEnumerator ( ) { throw null ; }
432
+ /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientFactory.xml' path='docs/members[@name="SqlClientFactory"]/CanCreateBatch/*'/>
433
+ public override bool CanCreateBatch { get { throw null ; } }
434
+ /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientFactory.xml' path='docs/members[@name="SqlClientFactory"]/CreateBatch/*'/>
435
+ public override System . Data . Common . DbBatch CreateBatch ( ) { throw null ; }
436
+ /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientFactory.xml' path='docs/members[@name="SqlClientFactory"]/CreateBatchCommand/*'/>
437
+ public override System . Data . Common . DbBatchCommand CreateBatchCommand ( ) { throw null ; }
430
438
}
431
439
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientLogger.xml' path='docs/members[@name="SqlClientLogger"]/SqlClientLogger/*'/>
432
440
public partial class SqlClientLogger
0 commit comments