@@ -189,23 +189,23 @@ public class SqlAuthenticationParameters
189189        /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationParameters.xml' path='docs/members[@name="SqlAuthenticationParameters"]/ctor/*'/> 
190190        protected  SqlAuthenticationParameters ( Microsoft . Data . SqlClient . SqlAuthenticationMethod  authenticationMethod ,  string  serverName ,  string  databaseName ,  string  resource ,  string  authority ,  string  userId ,  string  password ,  System . Guid  connectionId ,  int  connectionTimeout )  {  } 
191191        /// <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 ;  }  } 
193193        /// <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 ;  }  } 
195195        /// <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 ;  }  } 
197197        /// <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 ;  }  } 
199199        /// <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 ;  }  } 
201201        /// <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 ;  }  } 
203203        /// <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 ;  }  } 
205205        /// <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 ;  }  } 
207207        /// <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 ;  }  } 
209209    } 
210210    /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationProvider.xml' path='docs/members[@name="SqlAuthenticationProvider"]/SqlAuthenticationProvider/*'/> 
211211    public  abstract  partial  class  SqlAuthenticationProvider 
@@ -231,9 +231,9 @@ public partial class SqlAuthenticationToken
231231        /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlAuthenticationToken.xml' path='docs/members[@name="SqlAuthenticationToken"]/ctor/*'/> 
232232        public  SqlAuthenticationToken ( string  accessToken ,  System . DateTimeOffset  expiresOn )  {  } 
233233        /// <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 ;  }  } 
235235        /// <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 ;  }  } 
237237    } 
238238    /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlBulkCopy.xml' path='docs/members[@name="SqlBulkCopy"]/SqlBulkCopy/*'/> 
239239    public  sealed  partial  class  SqlBulkCopy  :  System . IDisposable 
@@ -427,6 +427,14 @@ internal SqlClientFactory() { }
427427        public  override  System . Data . Common . DbDataAdapter  CreateDataAdapter ( )  {  throw  null ;  } 
428428        /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientFactory.xml' path='docs/members[@name="SqlClientFactory"]/CreateParameter/*'/> 
429429        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 ;  } 
430438    } 
431439    /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientLogger.xml' path='docs/members[@name="SqlClientLogger"]/SqlClientLogger/*'/> 
432440    public  partial  class  SqlClientLogger 
0 commit comments