Revert "PR-5360"
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.Data.Common.xml
index f3f5f32..57ada26 100755 (executable)
@@ -35,7 +35,7 @@
       <summary>The query returns a single result set.</summary>
     </member>
     <member name="F:System.Data.CommandBehavior.SingleRow">
-      <summary>The query is expected to return a single row of the first result set. Execution of the query may affect the database state. Some .NET data providers may, but are not required to, use this information to optimize the performance of the command. When you specify <see cref="F:System.Data.CommandBehavior.SingleRow" /> with the <see cref="M:System.Data.OleDb.OleDbCommand.ExecuteReader" /> method of the <see cref="T:System.Data.OleDb.OleDbCommand" /> object, the .NET Framework Data Provider for OLE DB performs binding using the OLE DB <see langword="IRow" /> interface if it is available. Otherwise, it uses the <see langword="IRowset" /> interface. If your SQL statement is expected to return only a single row, specifying <see cref="F:System.Data.CommandBehavior.SingleRow" /> can also improve application performance. It is possible to specify <see langword="SingleRow" /> when executing queries that are expected to return multiple result sets.  In that case, where both a multi-result set SQL query and single row are specified, the result returned will contain only the first row of the first result set. The other result sets of the query will not be returned.</summary>
+      <summary>The query is expected to return a single row of the first result set. Execution of the query may affect the database state. Some .NET Framework data providers may, but are not required to, use this information to optimize the performance of the command. When you specify <see cref="F:System.Data.CommandBehavior.SingleRow" /> with the <see cref="M:System.Data.OleDb.OleDbCommand.ExecuteReader" /> method of the <see cref="T:System.Data.OleDb.OleDbCommand" /> object, the .NET Framework Data Provider for OLE DB performs binding using the OLE DB <see langword="IRow" /> interface if it is available. Otherwise, it uses the <see langword="IRowset" /> interface. If your SQL statement is expected to return only a single row, specifying <see cref="F:System.Data.CommandBehavior.SingleRow" /> can also improve application performance. It is possible to specify <see langword="SingleRow" /> when executing queries that are expected to return multiple result sets.  In that case, where both a multi-result set SQL query and single row are specified, the result returned will contain only the first row of the first result set. The other result sets of the query will not be returned.</summary>
     </member>
     <member name="T:System.Data.CommandType">
       <summary>Specifies how a command string is interpreted.</summary>
@@ -61,9 +61,6 @@
     <member name="T:System.Data.Common.DataAdapter">
       <summary>Represents a set of SQL commands and a database connection that are used to fill the <see cref="T:System.Data.DataSet" /> and update the data source.</summary>
     </member>
-    <member name="E:System.Data.Common.DataAdapter.FillError">
-      <summary>Returned when an error occurs during a fill operation.</summary>
-    </member>
     <member name="M:System.Data.Common.DataAdapter.#ctor">
       <summary>Initializes a new instance of a <see cref="T:System.Data.Common.DataAdapter" /> class.</summary>
     </member>
       <summary>Initializes a new instance of a <see cref="T:System.Data.Common.DataAdapter" /> class from an existing object of the same type.</summary>
       <param name="from">A <see cref="T:System.Data.Common.DataAdapter" /> object used to create the new <see cref="T:System.Data.Common.DataAdapter" />.</param>
     </member>
+    <member name="P:System.Data.Common.DataAdapter.AcceptChangesDuringFill">
+      <summary>Gets or sets a value indicating whether <see cref="M:System.Data.DataRow.AcceptChanges" /> is called on a <see cref="T:System.Data.DataRow" /> after it is added to the <see cref="T:System.Data.DataTable" /> during any of the Fill operations.</summary>
+      <returns>
+        <see langword="true" /> if <see cref="M:System.Data.DataRow.AcceptChanges" /> is called on the <see cref="T:System.Data.DataRow" />; otherwise <see langword="false" />. The default is <see langword="true" />.</returns>
+    </member>
+    <member name="P:System.Data.Common.DataAdapter.AcceptChangesDuringUpdate">
+      <summary>Gets or sets whether <see cref="M:System.Data.DataRow.AcceptChanges" /> is called during a <see cref="M:System.Data.Common.DataAdapter.Update(System.Data.DataSet)" />.</summary>
+      <returns>
+        <see langword="true" /> if <see cref="M:System.Data.DataRow.AcceptChanges" /> is called during an <see cref="M:System.Data.Common.DataAdapter.Update(System.Data.DataSet)" />; otherwise <see langword="false" />. The default is <see langword="true" />.</returns>
+    </member>
     <member name="M:System.Data.Common.DataAdapter.CloneInternals">
       <summary>Creates a copy of this instance of <see cref="T:System.Data.Common.DataAdapter" />.</summary>
       <returns>The cloned instance of <see cref="T:System.Data.Common.DataAdapter" />.</returns>
     </member>
+    <member name="P:System.Data.Common.DataAdapter.ContinueUpdateOnError">
+      <summary>Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update.</summary>
+      <returns>
+        <see langword="true" /> to continue the update without generating an exception; otherwise <see langword="false" />. The default is <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.Common.DataAdapter.CreateTableMappings">
       <summary>Creates a new <see cref="T:System.Data.Common.DataTableMappingCollection" />.</summary>
       <returns>A new table mapping collection.</returns>
       <param name="maxRecords">An integer indicating the maximum number of records.</param>
       <returns>The number of rows successfully added to or refreshed in the <see cref="T:System.Data.DataTable" />. This does not include rows affected by statements that do not return rows.</returns>
     </member>
+    <member name="E:System.Data.Common.DataAdapter.FillError">
+      <summary>Returned when an error occurs during a fill operation.</summary>
+    </member>
+    <member name="P:System.Data.Common.DataAdapter.FillLoadOption">
+      <summary>Gets or sets the <see cref="T:System.Data.LoadOption" /> that determines how the adapter fills the <see cref="T:System.Data.DataTable" /> from the <see cref="T:System.Data.Common.DbDataReader" />.</summary>
+      <returns>A <see cref="T:System.Data.LoadOption" /> value.</returns>
+    </member>
     <member name="M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType)">
       <summary>Adds a <see cref="T:System.Data.DataTable" /> to the specified <see cref="T:System.Data.DataSet" /> and configures the schema to match that in the data source based on the specified <see cref="T:System.Data.SchemaType" />.</summary>
       <param name="dataSet">The <see cref="T:System.Data.DataSet" /> to be filled with the schema from the data source.</param>
       <returns>
         <see langword="true" /> if a <see cref="T:System.Data.Common.DataTableMappingCollection" /> has been created; otherwise <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Data.Common.DataAdapter.MissingMappingAction">
+      <summary>Determines the action to take when incoming data does not have a matching table or column.</summary>
+      <returns>One of the <see cref="T:System.Data.MissingMappingAction" /> values. The default is <see langword="Passthrough" />.</returns>
+      <exception cref="T:System.ArgumentException">The value set is not one of the <see cref="T:System.Data.MissingMappingAction" /> values.</exception>
+    </member>
+    <member name="P:System.Data.Common.DataAdapter.MissingSchemaAction">
+      <summary>Determines the action to take when existing <see cref="T:System.Data.DataSet" /> schema does not match incoming data.</summary>
+      <returns>One of the <see cref="T:System.Data.MissingSchemaAction" /> values. The default is <see langword="Add" />.</returns>
+      <exception cref="T:System.ArgumentException">The value set is not one of the <see cref="T:System.Data.MissingSchemaAction" /> values.</exception>
+    </member>
     <member name="M:System.Data.Common.DataAdapter.OnFillError(System.Data.FillErrorEventArgs)">
       <summary>Invoked when an error occurs during a <see langword="Fill" />.</summary>
       <param name="value">A <see cref="T:System.Data.FillErrorEventArgs" /> object.</param>
     <member name="M:System.Data.Common.DataAdapter.ResetFillLoadOption">
       <summary>Resets <see cref="P:System.Data.Common.DataAdapter.FillLoadOption" /> to its default state and causes <see cref="M:System.Data.Common.DataAdapter.Fill(System.Data.DataSet)" /> to honor <see cref="P:System.Data.Common.DataAdapter.AcceptChangesDuringFill" />.</summary>
     </member>
+    <member name="P:System.Data.Common.DataAdapter.ReturnProviderSpecificTypes">
+      <summary>Gets or sets whether the <see langword="Fill" /> method should return provider-specific values or common CLS-compliant values.</summary>
+      <returns>
+        <see langword="true" /> if the <see langword="Fill" /> method should return provider-specific values; otherwise <see langword="false" /> to return common CLS-compliant values.</returns>
+    </member>
     <member name="M:System.Data.Common.DataAdapter.ShouldSerializeAcceptChangesDuringFill">
       <summary>Determines whether the <see cref="P:System.Data.Common.DataAdapter.AcceptChangesDuringFill" /> property should be persisted.</summary>
       <returns>
       <returns>
         <see langword="true" /> if one or more <see cref="T:System.Data.Common.DataTableMapping" /> objects exist; otherwise <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Data.Common.DataAdapter.Update(System.Data.DataSet)">
-      <summary>Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified <see cref="T:System.Data.DataSet" /> from a <see cref="T:System.Data.DataTable" /> named "Table."</summary>
-      <param name="dataSet">The <see cref="T:System.Data.DataSet" /> used to update the data source.</param>
-      <exception cref="T:System.InvalidOperationException">The source table is invalid.</exception>
-      <exception cref="T:System.Data.DBConcurrencyException">An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.</exception>
-      <returns>The number of rows successfully updated from the <see cref="T:System.Data.DataSet" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataAdapter.AcceptChangesDuringFill">
-      <summary>Gets or sets a value indicating whether <see cref="M:System.Data.DataRow.AcceptChanges" /> is called on a <see cref="T:System.Data.DataRow" /> after it is added to the <see cref="T:System.Data.DataTable" /> during any of the Fill operations.</summary>
-      <returns>
-        <see langword="true" /> if <see cref="M:System.Data.DataRow.AcceptChanges" /> is called on the <see cref="T:System.Data.DataRow" />; otherwise <see langword="false" />. The default is <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataAdapter.AcceptChangesDuringUpdate">
-      <summary>Gets or sets whether <see cref="M:System.Data.DataRow.AcceptChanges" /> is called during a <see cref="M:System.Data.Common.DataAdapter.Update(System.Data.DataSet)" />.</summary>
-      <returns>
-        <see langword="true" /> if <see cref="M:System.Data.DataRow.AcceptChanges" /> is called during an <see cref="M:System.Data.Common.DataAdapter.Update(System.Data.DataSet)" />; otherwise <see langword="false" />. The default is <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataAdapter.ContinueUpdateOnError">
-      <summary>Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update.</summary>
-      <returns>
-        <see langword="true" /> to continue the update without generating an exception; otherwise <see langword="false" />. The default is <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataAdapter.FillLoadOption">
-      <summary>Gets or sets the <see cref="T:System.Data.LoadOption" /> that determines how the adapter fills the <see cref="T:System.Data.DataTable" /> from the <see cref="T:System.Data.Common.DbDataReader" />.</summary>
-      <returns>A <see cref="T:System.Data.LoadOption" /> value.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataAdapter.MissingMappingAction">
-      <summary>Determines the action to take when incoming data does not have a matching table or column.</summary>
-      <exception cref="T:System.ArgumentException">The value set is not one of the <see cref="T:System.Data.MissingMappingAction" /> values.</exception>
-      <returns>One of the <see cref="T:System.Data.MissingMappingAction" /> values. The default is <see langword="Passthrough" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataAdapter.MissingSchemaAction">
-      <summary>Determines the action to take when existing <see cref="T:System.Data.DataSet" /> schema does not match incoming data.</summary>
-      <exception cref="T:System.ArgumentException">The value set is not one of the <see cref="T:System.Data.MissingSchemaAction" /> values.</exception>
-      <returns>One of the <see cref="T:System.Data.MissingSchemaAction" /> values. The default is <see langword="Add" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataAdapter.ReturnProviderSpecificTypes">
-      <summary>Gets or sets whether the <see langword="Fill" /> method should return provider-specific values or common CLS-compliant values.</summary>
-      <returns>
-        <see langword="true" /> if the <see langword="Fill" /> method should return provider-specific values; otherwise <see langword="false" /> to return common CLS-compliant values.</returns>
-    </member>
     <member name="P:System.Data.Common.DataAdapter.System#Data#IDataAdapter#TableMappings">
       <summary>Indicates how a source table is mapped to a dataset table.</summary>
       <returns>A collection that provides the master mapping between the returned records and the <see cref="T:System.Data.DataSet" />. The default value is an empty collection.</returns>
       <summary>Gets a collection that provides the master mapping between a source table and a <see cref="T:System.Data.DataTable" />.</summary>
       <returns>A collection that provides the master mapping between the returned records and the <see cref="T:System.Data.DataSet" />. The default value is an empty collection.</returns>
     </member>
+    <member name="M:System.Data.Common.DataAdapter.Update(System.Data.DataSet)">
+      <summary>Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified <see cref="T:System.Data.DataSet" /> from a <see cref="T:System.Data.DataTable" /> named "Table."</summary>
+      <param name="dataSet">The <see cref="T:System.Data.DataSet" /> used to update the data source.</param>
+      <returns>The number of rows successfully updated from the <see cref="T:System.Data.DataSet" />.</returns>
+      <exception cref="T:System.InvalidOperationException">The source table is invalid.</exception>
+      <exception cref="T:System.Data.DBConcurrencyException">An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.</exception>
+    </member>
     <member name="T:System.Data.Common.DataColumnMapping">
       <summary>Contains a generic column mapping for an object that inherits from <see cref="T:System.Data.Common.DataAdapter" />. This class cannot be inherited.</summary>
     </member>
       <param name="sourceColumn">The case-sensitive column name from a data source.</param>
       <param name="dataSetColumn">The column name, which is not case sensitive, from a <see cref="T:System.Data.DataSet" /> to map to.</param>
     </member>
+    <member name="P:System.Data.Common.DataColumnMapping.DataSetColumn">
+      <summary>Gets or sets the name of the column within the <see cref="T:System.Data.DataSet" /> to map to.</summary>
+      <returns>The name of the column within the <see cref="T:System.Data.DataSet" /> to map to. The name is not case sensitive.</returns>
+    </member>
     <member name="M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)">
       <summary>Gets a <see cref="T:System.Data.DataColumn" /> from the given <see cref="T:System.Data.DataTable" /> using the <see cref="T:System.Data.MissingSchemaAction" /> and the <see cref="P:System.Data.Common.DataColumnMapping.DataSetColumn" /> property.</summary>
       <param name="dataTable">The <see cref="T:System.Data.DataTable" /> to get the column from.</param>
       <param name="schemaAction">Determines the action to take when existing <see cref="T:System.Data.DataSet" /> schema does not match incoming data.</param>
       <returns>A <see cref="T:System.Data.DataColumn" /> object.</returns>
     </member>
+    <member name="P:System.Data.Common.DataColumnMapping.SourceColumn">
+      <summary>Gets or sets the name of the column within the data source to map from. The name is case-sensitive.</summary>
+      <returns>The case-sensitive name of the column in the data source.</returns>
+    </member>
     <member name="M:System.Data.Common.DataColumnMapping.System#ICloneable#Clone">
       <summary>Creates a new object that is a copy of the current instance.</summary>
       <returns>A copy of the current object.</returns>
       <summary>Converts the current <see cref="P:System.Data.Common.DataColumnMapping.SourceColumn" /> name to a string.</summary>
       <returns>The current <see cref="P:System.Data.Common.DataColumnMapping.SourceColumn" /> name as a string.</returns>
     </member>
-    <member name="P:System.Data.Common.DataColumnMapping.DataSetColumn">
-      <summary>Gets or sets the name of the column within the <see cref="T:System.Data.DataSet" /> to map to.</summary>
-      <returns>The name of the column within the <see cref="T:System.Data.DataSet" /> to map to. The name is not case sensitive.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataColumnMapping.SourceColumn">
-      <summary>Gets or sets the name of the column within the data source to map from. The name is case-sensitive.</summary>
-      <returns>The case-sensitive name of the column in the data source.</returns>
-    </member>
     <member name="T:System.Data.Common.DataColumnMappingCollection">
       <summary>Contains a collection of <see cref="T:System.Data.Common.DataColumnMapping" /> objects.</summary>
     </member>
     <member name="M:System.Data.Common.DataColumnMappingCollection.Add(System.Object)">
       <summary>Adds a <see cref="T:System.Data.Common.DataColumnMapping" /> object to the collection.</summary>
       <param name="value">A <see langword="DataColumnMapping" /> object to add to the collection.</param>
-      <exception cref="T:System.InvalidCastException">The object passed in was not a <see cref="T:System.Data.Common.DataColumnMapping" /> object.</exception>
       <returns>The index of the <see langword="DataColumnMapping" /> object that was added to the collection.</returns>
+      <exception cref="T:System.InvalidCastException">The object passed in was not a <see cref="T:System.Data.Common.DataColumnMapping" /> object.</exception>
     </member>
     <member name="M:System.Data.Common.DataColumnMappingCollection.Add(System.String,System.String)">
       <summary>Adds a <see cref="T:System.Data.Common.DataColumnMapping" /> object to the collection when given a source column name and a <see cref="T:System.Data.DataSet" /> column name.</summary>
     <member name="M:System.Data.Common.DataColumnMappingCollection.Contains(System.Object)">
       <summary>Gets a value indicating whether a <see cref="T:System.Data.Common.DataColumnMapping" /> object with the given <see cref="T:System.Object" /> exists in the collection.</summary>
       <param name="value">An <see cref="T:System.Object" /> that is the <see cref="T:System.Data.Common.DataColumnMapping" />.</param>
-      <exception cref="T:System.InvalidCastException">The object passed in was not a <see cref="T:System.Data.Common.DataColumnMapping" /> object.</exception>
       <returns>
         <see langword="true" /> if the collection contains the specified <see cref="T:System.Data.Common.DataColumnMapping" /> object; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.InvalidCastException">The object passed in was not a <see cref="T:System.Data.Common.DataColumnMapping" /> object.</exception>
     </member>
     <member name="M:System.Data.Common.DataColumnMappingCollection.Contains(System.String)">
       <summary>Gets a value indicating whether a <see cref="T:System.Data.Common.DataColumnMapping" /> object with the given source column name exists in the collection.</summary>
       <param name="array">A <see cref="T:System.Data.Common.DataColumnMapping" /> array to which to copy the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> elements.</param>
       <param name="index">The zero-based index in the <paramref name="array" /> at which copying begins.</param>
     </member>
+    <member name="P:System.Data.Common.DataColumnMappingCollection.Count">
+      <summary>Gets the number of <see cref="T:System.Data.Common.DataColumnMapping" /> objects in the collection.</summary>
+      <returns>The number of items in the collection.</returns>
+    </member>
     <member name="M:System.Data.Common.DataColumnMappingCollection.GetByDataSetColumn(System.String)">
       <summary>Gets the <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified <see cref="T:System.Data.DataSet" /> column name.</summary>
       <param name="value">The name, which is not case-sensitive, of the <see cref="T:System.Data.DataSet" /> column to find.</param>
       <param name="columnMappings">The <see cref="T:System.Data.Common.DataColumnMappingCollection" />.</param>
       <param name="sourceColumn">The case-sensitive source column name to find.</param>
       <param name="mappingAction">One of the <see cref="T:System.Data.MissingMappingAction" /> values.</param>
-      <exception cref="T:System.InvalidOperationException">The <paramref name="mappingAction" /> parameter was set to <see langword="Error" />, and no mapping was specified.</exception>
       <returns>A <see cref="T:System.Data.Common.DataColumnMapping" /> object.</returns>
+      <exception cref="T:System.InvalidOperationException">The <paramref name="mappingAction" /> parameter was set to <see langword="Error" />, and no mapping was specified.</exception>
     </member>
     <member name="M:System.Data.Common.DataColumnMappingCollection.GetDataColumn(System.Data.Common.DataColumnMappingCollection,System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)">
       <summary>A static method that returns a <see cref="T:System.Data.DataColumn" /> object without instantiating a <see cref="T:System.Data.Common.DataColumnMappingCollection" /> object.</summary>
       <param name="index">The zero-based index of the <see cref="T:System.Data.Common.DataColumnMapping" /> object to insert.</param>
       <param name="value">The <see cref="T:System.Data.Common.DataColumnMapping" /> object.</param>
     </member>
+    <member name="P:System.Data.Common.DataColumnMappingCollection.Item(System.Int32)">
+      <summary>Gets or sets the <see cref="T:System.Data.Common.DataColumnMapping" /> object at the specified index.</summary>
+      <param name="index">The zero-based index of the <see cref="T:System.Data.Common.DataColumnMapping" /> object to find.</param>
+      <returns>The <see cref="T:System.Data.Common.DataColumnMapping" /> object at the specified index.</returns>
+    </member>
+    <member name="P:System.Data.Common.DataColumnMappingCollection.Item(System.String)">
+      <summary>Gets or sets the <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified source column name.</summary>
+      <param name="sourceColumn">The case-sensitive name of the source column.</param>
+      <returns>The <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified source column name.</returns>
+    </member>
     <member name="M:System.Data.Common.DataColumnMappingCollection.Remove(System.Data.Common.DataColumnMapping)">
       <summary>Removes the specified <see cref="T:System.Data.Common.DataColumnMapping" /> from the collection.</summary>
       <param name="value">The <see cref="T:System.Data.Common.DataColumnMapping" /> to remove.</param>
       <param name="sourceColumn">The case-sensitive source column name.</param>
       <exception cref="T:System.IndexOutOfRangeException">There is no <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified source column name.</exception>
     </member>
-    <member name="M:System.Data.Common.DataColumnMappingCollection.System#Data#IColumnMappingCollection#Add(System.String,System.String)">
-      <summary>Adds a <see cref="T:System.Data.Common.DataColumnMapping" /> object to the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> by using the source column and <see cref="T:System.Data.DataSet" /> column names.</summary>
-      <param name="sourceColumnName">The case-sensitive name of the source column.</param>
-      <param name="dataSetColumnName">The name of the <see cref="T:System.Data.DataSet" /> column.</param>
-      <returns>The ColumnMapping object that was added to the collection.</returns>
-    </member>
-    <member name="M:System.Data.Common.DataColumnMappingCollection.System#Data#IColumnMappingCollection#GetByDataSetColumn(System.String)">
-      <summary>Gets the <see cref="T:System.Data.Common.DataColumnMapping" /> object that has the specified <see cref="T:System.Data.DataSet" /> column name.</summary>
-      <param name="dataSetColumnName">The name, which is not case-sensitive, of the <see cref="T:System.Data.DataSet" /> column to find.</param>
-      <returns>The <see cref="T:System.Data.Common.DataColumnMapping" /> object that  has the specified <see cref="T:System.Data.DataSet" /> column name.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataColumnMappingCollection.Count">
-      <summary>Gets the number of <see cref="T:System.Data.Common.DataColumnMapping" /> objects in the collection.</summary>
-      <returns>The number of items in the collection.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataColumnMappingCollection.Item(System.Int32)">
-      <summary>Gets or sets the <see cref="T:System.Data.Common.DataColumnMapping" /> object at the specified index.</summary>
-      <param name="index">The zero-based index of the <see cref="T:System.Data.Common.DataColumnMapping" /> object to find.</param>
-      <returns>The <see cref="T:System.Data.Common.DataColumnMapping" /> object at the specified index.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataColumnMappingCollection.Item(System.String)">
-      <summary>Gets or sets the <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified source column name.</summary>
-      <param name="sourceColumn">The case-sensitive name of the source column.</param>
-      <returns>The <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified source column name.</returns>
-    </member>
     <member name="P:System.Data.Common.DataColumnMappingCollection.System#Collections#ICollection#IsSynchronized">
       <summary>Gets a value that indicates whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary>
       <returns>
       <param name="index">The zero-based index of the element to get or set.</param>
       <returns>The element at the specified index.</returns>
     </member>
+    <member name="M:System.Data.Common.DataColumnMappingCollection.System#Data#IColumnMappingCollection#Add(System.String,System.String)">
+      <summary>Adds a <see cref="T:System.Data.Common.DataColumnMapping" /> object to the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> by using the source column and <see cref="T:System.Data.DataSet" /> column names.</summary>
+      <param name="sourceColumnName">The case-sensitive name of the source column.</param>
+      <param name="dataSetColumnName">The name of the <see cref="T:System.Data.DataSet" /> column.</param>
+      <returns>The ColumnMapping object that was added to the collection.</returns>
+    </member>
+    <member name="M:System.Data.Common.DataColumnMappingCollection.System#Data#IColumnMappingCollection#GetByDataSetColumn(System.String)">
+      <summary>Gets the <see cref="T:System.Data.Common.DataColumnMapping" /> object that has the specified <see cref="T:System.Data.DataSet" /> column name.</summary>
+      <param name="dataSetColumnName">The name, which is not case-sensitive, of the <see cref="T:System.Data.DataSet" /> column to find.</param>
+      <returns>The <see cref="T:System.Data.Common.DataColumnMapping" /> object that  has the specified <see cref="T:System.Data.DataSet" /> column name.</returns>
+    </member>
     <member name="P:System.Data.Common.DataColumnMappingCollection.System#Data#IColumnMappingCollection#Item(System.String)">
       <summary>Gets or sets the <see cref="T:System.Data.IColumnMapping" /> object with the specified <see langword="SourceColumn" /> name.</summary>
       <param name="index">Index of the element.</param>
       <param name="dataSetTable">The table name from a <see cref="T:System.Data.DataSet" /> to map to.</param>
       <param name="columnMappings">An array of <see cref="T:System.Data.Common.DataColumnMapping" /> objects.</param>
     </member>
+    <member name="P:System.Data.Common.DataTableMapping.ColumnMappings">
+      <summary>Gets the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> for the <see cref="T:System.Data.DataTable" />.</summary>
+      <returns>A data column mapping collection.</returns>
+    </member>
+    <member name="P:System.Data.Common.DataTableMapping.DataSetTable">
+      <summary>Gets or sets the table name from a <see cref="T:System.Data.DataSet" />.</summary>
+      <returns>The table name from a <see cref="T:System.Data.DataSet" />.</returns>
+    </member>
     <member name="M:System.Data.Common.DataTableMapping.GetColumnMappingBySchemaAction(System.String,System.Data.MissingMappingAction)">
       <summary>Gets a <see cref="T:System.Data.DataColumn" /> from the specified <see cref="T:System.Data.DataTable" /> using the specified <see cref="T:System.Data.MissingMappingAction" /> value and the name of the <see cref="T:System.Data.DataColumn" />.</summary>
       <param name="sourceColumn">The name of the <see cref="T:System.Data.DataColumn" />.</param>
       <param name="mappingAction">One of the <see cref="T:System.Data.MissingMappingAction" /> values.</param>
-      <exception cref="T:System.InvalidOperationException">The <paramref name="mappingAction" /> parameter was set to <see langword="Error" />, and no mapping was specified.</exception>
       <returns>A data column.</returns>
+      <exception cref="T:System.InvalidOperationException">The <paramref name="mappingAction" /> parameter was set to <see langword="Error" />, and no mapping was specified.</exception>
     </member>
     <member name="M:System.Data.Common.DataTableMapping.GetDataColumn(System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)">
       <summary>Returns a <see cref="T:System.Data.DataColumn" /> object for a given column name.</summary>
       <param name="schemaAction">One of the <see cref="T:System.Data.MissingSchemaAction" /> values.</param>
       <returns>A data table.</returns>
     </member>
-    <member name="M:System.Data.Common.DataTableMapping.System#ICloneable#Clone">
-      <summary>Creates a new object that is a copy of the current instance.</summary>
-      <returns>A new object that is a copy of the current instance.</returns>
-    </member>
-    <member name="M:System.Data.Common.DataTableMapping.ToString">
-      <summary>Converts the current <see cref="P:System.Data.Common.DataTableMapping.SourceTable" /> name to a string.</summary>
-      <returns>The current <see cref="P:System.Data.Common.DataTableMapping.SourceTable" /> name, as a string.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataTableMapping.ColumnMappings">
-      <summary>Gets the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> for the <see cref="T:System.Data.DataTable" />.</summary>
-      <returns>A data column mapping collection.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataTableMapping.DataSetTable">
-      <summary>Gets or sets the table name from a <see cref="T:System.Data.DataSet" />.</summary>
-      <returns>The table name from a <see cref="T:System.Data.DataSet" />.</returns>
-    </member>
     <member name="P:System.Data.Common.DataTableMapping.SourceTable">
       <summary>Gets or sets the case-sensitive source table name from a data source.</summary>
       <returns>The case-sensitive source table name from a data source.</returns>
       <summary>Gets the derived <see cref="T:System.Data.Common.DataColumnMappingCollection" /> for the <see cref="T:System.Data.DataTable" />.</summary>
       <returns>A data column mapping collection.</returns>
     </member>
+    <member name="M:System.Data.Common.DataTableMapping.System#ICloneable#Clone">
+      <summary>Creates a new object that is a copy of the current instance.</summary>
+      <returns>A new object that is a copy of the current instance.</returns>
+    </member>
+    <member name="M:System.Data.Common.DataTableMapping.ToString">
+      <summary>Converts the current <see cref="P:System.Data.Common.DataTableMapping.SourceTable" /> name to a string.</summary>
+      <returns>The current <see cref="P:System.Data.Common.DataTableMapping.SourceTable" /> name, as a string.</returns>
+    </member>
     <member name="T:System.Data.Common.DataTableMappingCollection">
       <summary>A collection of <see cref="T:System.Data.Common.DataTableMapping" /> objects. This class cannot be inherited.</summary>
     </member>
     <member name="M:System.Data.Common.DataTableMappingCollection.Add(System.Object)">
       <summary>Adds an <see cref="T:System.Object" /> that is a table mapping to the collection.</summary>
       <param name="value">A <see langword="DataTableMapping" /> object to add to the collection.</param>
-      <exception cref="T:System.InvalidCastException">The object passed in was not a <see cref="T:System.Data.Common.DataTableMapping" /> object.</exception>
       <returns>The index of the <see langword="DataTableMapping" /> object added to the collection.</returns>
+      <exception cref="T:System.InvalidCastException">The object passed in was not a <see cref="T:System.Data.Common.DataTableMapping" /> object.</exception>
     </member>
     <member name="M:System.Data.Common.DataTableMappingCollection.Add(System.String,System.String)">
       <summary>Adds a <see cref="T:System.Data.Common.DataTableMapping" /> object to the collection when given a source table name and a <see cref="T:System.Data.DataSet" /> table name.</summary>
       <param name="array">A <see cref="T:System.Data.Common.DataTableMapping" /> to which to copy the <see cref="T:System.Data.Common.DataTableMappingCollection" /> elements.</param>
       <param name="index">The starting index of the array.</param>
     </member>
+    <member name="P:System.Data.Common.DataTableMappingCollection.Count">
+      <summary>Gets the number of <see cref="T:System.Data.Common.DataTableMapping" /> objects in the collection.</summary>
+      <returns>The number of <see langword="DataTableMapping" /> objects in the collection.</returns>
+    </member>
     <member name="M:System.Data.Common.DataTableMappingCollection.GetByDataSetTable(System.String)">
       <summary>Gets the <see cref="T:System.Data.Common.DataTableMapping" /> object with the specified <see cref="T:System.Data.DataSet" /> table name.</summary>
       <param name="dataSetTable">The name, which is not case-sensitive, of the <see cref="T:System.Data.DataSet" /> table to find.</param>
       <param name="sourceTable">The case-sensitive name of the mapped source table.</param>
       <param name="dataSetTable">The name, which is not case-sensitive, of the mapped <see cref="T:System.Data.DataSet" /> table.</param>
       <param name="mappingAction">One of the <see cref="T:System.Data.MissingMappingAction" /> values.</param>
-      <exception cref="T:System.InvalidOperationException">The <paramref name="mappingAction" /> parameter was set to <see langword="Error" />, and no mapping was specified.</exception>
       <returns>A <see cref="T:System.Data.Common.DataTableMapping" /> object.</returns>
+      <exception cref="T:System.InvalidOperationException">The <paramref name="mappingAction" /> parameter was set to <see langword="Error" />, and no mapping was specified.</exception>
     </member>
     <member name="M:System.Data.Common.DataTableMappingCollection.IndexOf(System.Object)">
       <summary>Gets the location of the specified <see cref="T:System.Data.Common.DataTableMapping" /> object within the collection.</summary>
       <param name="index">The zero-based index of the <see cref="T:System.Data.Common.DataTableMapping" /> object to insert.</param>
       <param name="value">The <see cref="T:System.Data.Common.DataTableMapping" /> object to insert.</param>
     </member>
+    <member name="P:System.Data.Common.DataTableMappingCollection.Item(System.Int32)">
+      <summary>Gets or sets the <see cref="T:System.Data.Common.DataTableMapping" /> object at the specified index.</summary>
+      <param name="index">The zero-based index of the <see cref="T:System.Data.Common.DataTableMapping" /> object to return.</param>
+      <returns>The <see cref="T:System.Data.Common.DataTableMapping" /> object at the specified index.</returns>
+    </member>
+    <member name="P:System.Data.Common.DataTableMappingCollection.Item(System.String)">
+      <summary>Gets or sets the <see cref="T:System.Data.Common.DataTableMapping" /> object with the specified source table name.</summary>
+      <param name="sourceTable">The case-sensitive name of the source table.</param>
+      <returns>The <see cref="T:System.Data.Common.DataTableMapping" /> object with the specified source table name.</returns>
+    </member>
     <member name="M:System.Data.Common.DataTableMappingCollection.Remove(System.Data.Common.DataTableMapping)">
       <summary>Removes the specified <see cref="T:System.Data.Common.DataTableMapping" /> object from the collection.</summary>
       <param name="value">The <see cref="T:System.Data.Common.DataTableMapping" /> object to remove.</param>
       <param name="sourceTable">The case-sensitive source table name to find.</param>
       <exception cref="T:System.IndexOutOfRangeException">A <see cref="T:System.Data.Common.DataTableMapping" /> object does not exist with the specified source table name.</exception>
     </member>
-    <member name="M:System.Data.Common.DataTableMappingCollection.System#Data#ITableMappingCollection#Add(System.String,System.String)">
-      <summary>Adds a table mapping to the collection.</summary>
-      <param name="sourceTableName">The case-sensitive name of the source table.</param>
-      <param name="dataSetTableName">The name of the <see cref="T:System.Data.DataSet" /> table.</param>
-      <returns>A reference to the newly-mapped <see cref="T:System.Data.ITableMapping" /> object.</returns>
-    </member>
-    <member name="M:System.Data.Common.DataTableMappingCollection.System#Data#ITableMappingCollection#GetByDataSetTable(System.String)">
-      <summary>Gets the TableMapping object with the specified <see cref="T:System.Data.DataSet" /> table name.</summary>
-      <param name="dataSetTableName">The name of the <see langword="DataSet" /> table within the collection.</param>
-      <returns>The TableMapping object with the specified <see langword="DataSet" /> table name.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataTableMappingCollection.Count">
-      <summary>Gets the number of <see cref="T:System.Data.Common.DataTableMapping" /> objects in the collection.</summary>
-      <returns>The number of <see langword="DataTableMapping" /> objects in the collection.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataTableMappingCollection.Item(System.Int32)">
-      <summary>Gets or sets the <see cref="T:System.Data.Common.DataTableMapping" /> object at the specified index.</summary>
-      <param name="index">The zero-based index of the <see cref="T:System.Data.Common.DataTableMapping" /> object to return.</param>
-      <returns>The <see cref="T:System.Data.Common.DataTableMapping" /> object at the specified index.</returns>
-    </member>
-    <member name="P:System.Data.Common.DataTableMappingCollection.Item(System.String)">
-      <summary>Gets or sets the <see cref="T:System.Data.Common.DataTableMapping" /> object with the specified source table name.</summary>
-      <param name="sourceTable">The case-sensitive name of the source table.</param>
-      <returns>The <see cref="T:System.Data.Common.DataTableMapping" /> object with the specified source table name.</returns>
-    </member>
     <member name="P:System.Data.Common.DataTableMappingCollection.System#Collections#ICollection#IsSynchronized">
       <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary>
       <returns>
       <param name="index">The zero-based index of the item to get or set.</param>
       <returns>The element at the specified index.</returns>
     </member>
+    <member name="M:System.Data.Common.DataTableMappingCollection.System#Data#ITableMappingCollection#Add(System.String,System.String)">
+      <summary>Adds a table mapping to the collection.</summary>
+      <param name="sourceTableName">The case-sensitive name of the source table.</param>
+      <param name="dataSetTableName">The name of the <see cref="T:System.Data.DataSet" /> table.</param>
+      <returns>A reference to the newly-mapped <see cref="T:System.Data.ITableMapping" /> object.</returns>
+    </member>
+    <member name="M:System.Data.Common.DataTableMappingCollection.System#Data#ITableMappingCollection#GetByDataSetTable(System.String)">
+      <summary>Gets the TableMapping object with the specified <see cref="T:System.Data.DataSet" /> table name.</summary>
+      <param name="dataSetTableName">The name of the <see langword="DataSet" /> table within the collection.</param>
+      <returns>The TableMapping object with the specified <see langword="DataSet" /> table name.</returns>
+    </member>
     <member name="P:System.Data.Common.DataTableMappingCollection.System#Data#ITableMappingCollection#Item(System.String)">
       <summary>Gets or sets the instance of <see cref="T:System.Data.ITableMapping" /> with the specified <see cref="P:System.Data.ITableMapping.SourceTable" /> name.</summary>
       <param name="index">The <see langword="SourceTable" /> name of the <see cref="T:System.Data.ITableMapping" />.</param>
       <returns>The instance of <see cref="T:System.Data.ITableMapping" /> with the specified <see langword="SourceTable" /> name.</returns>
     </member>
-    <member name="T:System.Data.Common.DbBatch" />
-    <member name="M:System.Data.Common.DbBatch.#ctor" />
-    <member name="M:System.Data.Common.DbBatch.Cancel" />
-    <member name="M:System.Data.Common.DbBatch.CreateBatchCommand" />
-    <member name="M:System.Data.Common.DbBatch.CreateDbBatchCommand" />
-    <member name="M:System.Data.Common.DbBatch.Dispose">
-      <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
-    </member>
-    <member name="M:System.Data.Common.DbBatch.DisposeAsync">
-      <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.</summary>
-      <returns>A task that represents the asynchronous dispose operation.</returns>
-    </member>
-    <member name="M:System.Data.Common.DbBatch.ExecuteDbDataReader(System.Data.CommandBehavior)">
-      <param name="behavior" />
-    </member>
-    <member name="M:System.Data.Common.DbBatch.ExecuteDbDataReaderAsync(System.Data.CommandBehavior,System.Threading.CancellationToken)">
-      <param name="behavior" />
-      <param name="cancellationToken" />
-    </member>
-    <member name="M:System.Data.Common.DbBatch.ExecuteNonQuery" />
-    <member name="M:System.Data.Common.DbBatch.ExecuteNonQueryAsync(System.Threading.CancellationToken)">
-      <param name="cancellationToken" />
-    </member>
-    <member name="M:System.Data.Common.DbBatch.ExecuteReader(System.Data.CommandBehavior)">
-      <param name="behavior" />
-    </member>
-    <member name="M:System.Data.Common.DbBatch.ExecuteReaderAsync(System.Data.CommandBehavior,System.Threading.CancellationToken)">
-      <param name="behavior" />
-      <param name="cancellationToken" />
-    </member>
-    <member name="M:System.Data.Common.DbBatch.ExecuteReaderAsync(System.Threading.CancellationToken)">
-      <param name="cancellationToken" />
-    </member>
-    <member name="M:System.Data.Common.DbBatch.ExecuteScalar" />
-    <member name="M:System.Data.Common.DbBatch.ExecuteScalarAsync(System.Threading.CancellationToken)">
-      <param name="cancellationToken" />
-    </member>
-    <member name="M:System.Data.Common.DbBatch.Prepare" />
-    <member name="M:System.Data.Common.DbBatch.PrepareAsync(System.Threading.CancellationToken)">
-      <param name="cancellationToken" />
-    </member>
-    <member name="P:System.Data.Common.DbBatch.BatchCommands" />
-    <member name="P:System.Data.Common.DbBatch.Connection" />
-    <member name="P:System.Data.Common.DbBatch.DbBatchCommands" />
-    <member name="P:System.Data.Common.DbBatch.DbConnection" />
-    <member name="P:System.Data.Common.DbBatch.DbTransaction" />
-    <member name="P:System.Data.Common.DbBatch.Timeout" />
-    <member name="P:System.Data.Common.DbBatch.Transaction" />
-    <member name="T:System.Data.Common.DbBatchCommand" />
-    <member name="M:System.Data.Common.DbBatchCommand.#ctor" />
-    <member name="P:System.Data.Common.DbBatchCommand.CommandText" />
-    <member name="P:System.Data.Common.DbBatchCommand.CommandType" />
-    <member name="P:System.Data.Common.DbBatchCommand.DbParameterCollection" />
-    <member name="P:System.Data.Common.DbBatchCommand.Parameters" />
-    <member name="P:System.Data.Common.DbBatchCommand.RecordsAffected" />
-    <member name="T:System.Data.Common.DbBatchCommandCollection" />
-    <member name="M:System.Data.Common.DbBatchCommandCollection.#ctor" />
-    <member name="M:System.Data.Common.DbBatchCommandCollection.Add(System.Data.Common.DbBatchCommand)">
-      <summary>Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary>
-      <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1" />.</param>
-    </member>
-    <member name="M:System.Data.Common.DbBatchCommandCollection.Clear">
-      <summary>Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary>
-    </member>
-    <member name="M:System.Data.Common.DbBatchCommandCollection.Contains(System.Data.Common.DbBatchCommand)">
-      <summary>Determines whether the <see cref="T:System.Collections.Generic.ICollection`1" /> contains a specific value.</summary>
-      <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1" />.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="item" /> is found in the <see cref="T:System.Collections.Generic.ICollection`1" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Data.Common.DbBatchCommandCollection.CopyTo(System.Data.Common.DbBatchCommand[],System.Int32)">
-      <summary>Copies the elements of the <see cref="T:System.Collections.Generic.ICollection`1" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary>
-      <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Collections.Generic.ICollection`1" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
-      <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param>
-    </member>
-    <member name="M:System.Data.Common.DbBatchCommandCollection.GetBatchCommand(System.Int32)">
-      <param name="index" />
-    </member>
-    <member name="M:System.Data.Common.DbBatchCommandCollection.GetEnumerator">
-      <summary>Returns an enumerator that iterates through the collection.</summary>
-      <returns>An enumerator that can be used to iterate through the collection.</returns>
-    </member>
-    <member name="M:System.Data.Common.DbBatchCommandCollection.IndexOf(System.Data.Common.DbBatchCommand)">
-      <summary>Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1" />.</summary>
-      <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1" />.</param>
-      <returns>The index of <paramref name="item" /> if found in the list; otherwise, -1.</returns>
-    </member>
-    <member name="M:System.Data.Common.DbBatchCommandCollection.Insert(System.Int32,System.Data.Common.DbBatchCommand)">
-      <summary>Inserts an item into the <see cref="T:System.Collections.Generic.IList`1" /> at the specified index.</summary>
-      <param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param>
-      <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1" />.</param>
-    </member>
-    <member name="M:System.Data.Common.DbBatchCommandCollection.Remove(System.Data.Common.DbBatchCommand)">
-      <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary>
-      <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1" />.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="item" /> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1" />; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="item" /> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1" />.</returns>
-    </member>
-    <member name="M:System.Data.Common.DbBatchCommandCollection.RemoveAt(System.Int32)">
-      <summary>Removes the <see cref="T:System.Collections.Generic.IList`1" /> item at the specified index.</summary>
-      <param name="index">The zero-based index of the item to remove.</param>
-    </member>
-    <member name="M:System.Data.Common.DbBatchCommandCollection.SetBatchCommand(System.Int32,System.Data.Common.DbBatchCommand)">
-      <param name="index" />
-      <param name="batchCommand" />
+    <member name="T:System.Data.Common.DbColumn">
+      <summary>Represents a column within a data source.</summary>
     </member>
-    <member name="M:System.Data.Common.DbBatchCommandCollection.System#Collections#IEnumerable#GetEnumerator">
-      <summary>Returns an enumerator that iterates through a collection.</summary>
-      <returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbBatchCommandCollection.Count">
-      <summary>Gets the number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary>
-      <returns>The number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbBatchCommandCollection.IsReadOnly">
-      <summary>Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbBatchCommandCollection.Item(System.Int32)">
-      <summary>Gets or sets the element at the specified index.</summary>
-      <param name="index">The zero-based index of the element to get or set.</param>
-      <returns>The element at the specified index.</returns>
-    </member>
-    <member name="T:System.Data.Common.DbColumn">
-      <summary>Represents a column within a data source.</summary>
-    </member>
-    <member name="M:System.Data.Common.DbColumn.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Data.Common.DbColumn" /> class.</summary>
+    <member name="M:System.Data.Common.DbColumn.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Data.Common.DbColumn" /> class.</summary>
     </member>
     <member name="P:System.Data.Common.DbColumn.AllowDBNull">
       <summary>Gets a nullable boolean value that indicates whether <see langword="DBNull" /> values are allowed in this column, or returns <see langword="null" /> if no value is set. Can be set to either <see langword="true" /> or <see langword="false" /> indicating whether <see langword="DBNull" /> values are allowed in this column, or <see langword="null" /> (<see langword="Nothing" /> in Visual Basic) when overridden in a derived class.</summary>
       <returns>The assembly-qualified name of the <see cref="T:System.Type" /> object that represents the type of data in the column; otherwise, a null reference (<see langword="Nothing" /> in Visual Basic) if no value is set.</returns>
     </member>
     <member name="T:System.Data.Common.DbCommand">
-      <summary>Represents an SQL statement or stored procedure to execute against a data source. Provides a base class for database-specific classes that represent commands. <see cref="Overload:System.Data.Common.DbCommand.ExecuteNonQueryAsync" />.</summary>
+      <summary>Represents an SQL statement or stored procedure to execute against a data source. Provides a base class for database-specific classes that represent commands. <see cref="Overload:System.Data.Common.DbCommand.ExecuteNonQueryAsync" /></summary>
     </member>
     <member name="M:System.Data.Common.DbCommand.#ctor">
       <summary>Constructs an instance of the <see cref="T:System.Data.Common.DbCommand" /> object.</summary>
     <member name="M:System.Data.Common.DbCommand.Cancel">
       <summary>When overridden in a derived class, attempts to cancel the execution of a <see cref="T:System.Data.Common.DbCommand" />.</summary>
     </member>
+    <member name="P:System.Data.Common.DbCommand.CommandText">
+      <summary>When overridden in a derived class, gets or sets the text command to run against the data source.</summary>
+      <returns>The text command to execute. The default value is an empty string ("").</returns>
+    </member>
+    <member name="P:System.Data.Common.DbCommand.CommandTimeout">
+      <summary>When overridden in a derived class, gets or sets the wait time before terminating the attempt to execute a command and generating an error.</summary>
+      <returns>The time in seconds to wait for the command to execute.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbCommand.CommandType">
+      <summary>When overridden in a derived class, gets or sets how the <see cref="P:System.Data.Common.DbCommand.CommandText" /> property is interpreted.</summary>
+      <returns>One of the enumeration values that specifies how a command string is interpreted. The default is <see langword="Text" />.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbCommand.Connection">
+      <summary>Gets or sets the <see cref="T:System.Data.Common.DbConnection" /> used by this <see cref="T:System.Data.Common.DbCommand" />.</summary>
+      <returns>The connection to the data source.</returns>
+    </member>
     <member name="M:System.Data.Common.DbCommand.CreateDbParameter">
       <summary>When overridden in a derived class, creates a new instance of a <see cref="T:System.Data.Common.DbParameter" /> object.</summary>
       <returns>A <see cref="T:System.Data.Common.DbParameter" /> object.</returns>
       <summary>Creates a new instance of a <see cref="T:System.Data.Common.DbParameter" /> object.</summary>
       <returns>A <see cref="T:System.Data.Common.DbParameter" /> object.</returns>
     </member>
+    <member name="P:System.Data.Common.DbCommand.DbConnection">
+      <summary>When overridden in a derived class, gets or sets the <see cref="T:System.Data.Common.DbConnection" /> used by this <see cref="T:System.Data.Common.DbCommand" />.</summary>
+      <returns>The connection to the data source.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbCommand.DbParameterCollection">
+      <summary>When overridden in a derived class, gets the collection of <see cref="T:System.Data.Common.DbParameter" /> objects.</summary>
+      <returns>The parameters of the SQL statement or stored procedure.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbCommand.DbTransaction">
+      <summary>When overridden in a derived class, gets or sets the <see cref="P:System.Data.Common.DbCommand.DbTransaction" /> within which this <see cref="T:System.Data.Common.DbCommand" /> object executes.</summary>
+      <returns>The transaction within which a command object of a .NET data provider executes. The default value is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
+    </member>
+    <member name="P:System.Data.Common.DbCommand.DesignTimeVisible">
+      <summary>When overridden in a derived class, gets or sets a value indicating whether the command object should be visible in a customized interface control.</summary>
+      <returns>
+        <see langword="true" />, if the command object should be visible in a control; otherwise <see langword="false" />. The default is <see langword="true" />.</returns>
+    </member>
     <member name="M:System.Data.Common.DbCommand.DisposeAsync">
       <summary>Asynchronously diposes the command object.</summary>
       <returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous operation.</returns>
     <member name="M:System.Data.Common.DbCommand.ExecuteDbDataReader(System.Data.CommandBehavior)">
       <summary>When overridden in a derived class, executes the command text against the connection.</summary>
       <param name="behavior">An instance of <see cref="T:System.Data.CommandBehavior" />.</param>
+      <returns>A task representing the operation.</returns>
       <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
       <exception cref="T:System.ArgumentException">An invalid <see cref="T:System.Data.CommandBehavior" /> value.</exception>
-      <returns>A task representing the operation.</returns>
     </member>
     <member name="M:System.Data.Common.DbCommand.ExecuteDbDataReaderAsync(System.Data.CommandBehavior,System.Threading.CancellationToken)">
-      <summary>Providers should implement this method to provide a non-default implementation for <see cref="Overload:System.Data.Common.DbCommand.ExecuteReader" /> overloads.  
-  
- The default implementation invokes the synchronous <see cref="M:System.Data.Common.DbCommand.ExecuteReader" /> method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token. Exceptions thrown by ExecuteReader will be communicated via the returned Task Exception property.  
-  
- This method accepts a cancellation token that can be used to request the operation to be cancelled early. Implementations may ignore this request.</summary>
+      <summary>Providers should implement this method to provide a non-default implementation for <see cref="Overload:System.Data.Common.DbCommand.ExecuteReader" /> overloads.
+The default implementation invokes the synchronous <see cref="M:System.Data.Common.DbCommand.ExecuteReader" /> method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token. Exceptions thrown by ExecuteReader will be communicated via the returned Task Exception property.
+This method accepts a cancellation token that can be used to request the operation to be cancelled early. Implementations may ignore this request.</summary>
       <param name="behavior">Options for statement execution and data retrieval.</param>
       <param name="cancellationToken">A token to cancel the asynchronous operation.</param>
+      <returns>A task representing the asynchronous operation.</returns>
       <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
       <exception cref="T:System.ArgumentException">An invalid <see cref="T:System.Data.CommandBehavior" /> value.</exception>
-      <returns>A task representing the asynchronous operation.</returns>
     </member>
     <member name="M:System.Data.Common.DbCommand.ExecuteNonQuery">
       <summary>When overridden in a derived class, executes a SQL statement against a connection object.</summary>
       <returns>The number of rows affected.</returns>
     </member>
     <member name="M:System.Data.Common.DbCommand.ExecuteNonQueryAsync">
-      <summary>An asynchronous version of <see cref="M:System.Data.Common.DbCommand.ExecuteNonQuery" />, which executes a SQL statement against a connection object.  
-  
- Invokes <see cref="M:System.Data.Common.DbCommand.ExecuteNonQueryAsync(System.Threading.CancellationToken)" /> with CancellationToken.None.</summary>
-      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
+      <summary>An asynchronous version of <see cref="M:System.Data.Common.DbCommand.ExecuteNonQuery" />, which executes a SQL statement against a connection object.
+Invokes <see cref="M:System.Data.Common.DbCommand.ExecuteNonQueryAsync(System.Threading.CancellationToken)" /> with CancellationToken.None.</summary>
       <returns>A task representing the asynchronous operation.</returns>
+      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
     </member>
     <member name="M:System.Data.Common.DbCommand.ExecuteNonQueryAsync(System.Threading.CancellationToken)">
-      <summary>This is the asynchronous version of <see cref="M:System.Data.Common.DbCommand.ExecuteNonQuery" />. Providers should override with an appropriate implementation. The cancellation token may optionally be ignored.  
-  
- The default implementation invokes the synchronous <see cref="M:System.Data.Common.DbCommand.ExecuteNonQuery" /> method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token.  Exceptions thrown by <see cref="M:System.Data.Common.DbCommand.ExecuteNonQuery" /> will be communicated via the returned Task Exception property.  
-  
- Do not invoke other methods and properties of the <see langword="DbCommand" /> object until the returned Task is complete.</summary>
+      <summary>This is the asynchronous version of <see cref="M:System.Data.Common.DbCommand.ExecuteNonQuery" />. Providers should override with an appropriate implementation. The cancellation token may optionally be ignored.
+The default implementation invokes the synchronous <see cref="M:System.Data.Common.DbCommand.ExecuteNonQuery" /> method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token.  Exceptions thrown by <see cref="M:System.Data.Common.DbCommand.ExecuteNonQuery" /> will be communicated via the returned Task Exception property.
+Do not invoke other methods and properties of the <see langword="DbCommand" /> object until the returned Task is complete.</summary>
       <param name="cancellationToken">A token to cancel the asynchronous operation.</param>
-      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
       <returns>A task representing the asynchronous operation.</returns>
+      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
     </member>
     <member name="M:System.Data.Common.DbCommand.ExecuteReader">
       <summary>Executes the <see cref="P:System.Data.Common.DbCommand.CommandText" /> against the <see cref="P:System.Data.Common.DbCommand.Connection" />, and returns an <see cref="T:System.Data.Common.DbDataReader" />.</summary>
       <returns>An <see cref="T:System.Data.Common.DbDataReader" /> object.</returns>
     </member>
     <member name="M:System.Data.Common.DbCommand.ExecuteReaderAsync">
-      <summary>An asynchronous version of <see cref="Overload:System.Data.Common.DbCommand.ExecuteReader" />, which executes the <see cref="P:System.Data.Common.DbCommand.CommandText" /> against the <see cref="P:System.Data.Common.DbCommand.Connection" /> and returns a <see cref="T:System.Data.Common.DbDataReader" />.  
-  
Invokes <see cref="M:System.Data.Common.DbCommand.ExecuteDbDataReaderAsync(System.Data.CommandBehavior,System.Threading.CancellationToken)" /> with CancellationToken.None.</summary>
+      <summary>An asynchronous version of <see cref="Overload:System.Data.Common.DbCommand.ExecuteReader" />, which executes the <see cref="P:System.Data.Common.DbCommand.CommandText" /> against the <see cref="P:System.Data.Common.DbCommand.Connection" /> and returns a <see cref="T:System.Data.Common.DbDataReader" />.
+Invokes <see cref="M:System.Data.Common.DbCommand.ExecuteDbDataReaderAsync(System.Data.CommandBehavior,System.Threading.CancellationToken)" /> with CancellationToken.None.</summary>
     <returns>A task representing the asynchronous operation.</returns>
       <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
       <exception cref="T:System.ArgumentException">An invalid <see cref="T:System.Data.CommandBehavior" /> value.</exception>
-      <returns>A task representing the asynchronous operation.</returns>
     </member>
     <member name="M:System.Data.Common.DbCommand.ExecuteReaderAsync(System.Data.CommandBehavior)">
-      <summary>An asynchronous version of <see cref="Overload:System.Data.Common.DbCommand.ExecuteReader" />, which executes the <see cref="P:System.Data.Common.DbCommand.CommandText" /> against the <see cref="P:System.Data.Common.DbCommand.Connection" /> and returns a <see cref="T:System.Data.Common.DbDataReader" />.  
-  
- Invokes <see cref="M:System.Data.Common.DbCommand.ExecuteDbDataReaderAsync(System.Data.CommandBehavior,System.Threading.CancellationToken)" />.</summary>
+      <summary>An asynchronous version of <see cref="Overload:System.Data.Common.DbCommand.ExecuteReader" />, which executes the <see cref="P:System.Data.Common.DbCommand.CommandText" /> against the <see cref="P:System.Data.Common.DbCommand.Connection" /> and returns a <see cref="T:System.Data.Common.DbDataReader" />.
+Invokes <see cref="M:System.Data.Common.DbCommand.ExecuteDbDataReaderAsync(System.Data.CommandBehavior,System.Threading.CancellationToken)" />.</summary>
       <param name="behavior">One of the enumeration values that specified the command behavior.</param>
+      <returns>A task representing the asynchronous operation.</returns>
       <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
       <exception cref="T:System.ArgumentException">An invalid <see cref="T:System.Data.CommandBehavior" /> value.</exception>
-      <returns>A task representing the asynchronous operation.</returns>
     </member>
     <member name="M:System.Data.Common.DbCommand.ExecuteReaderAsync(System.Data.CommandBehavior,System.Threading.CancellationToken)">
       <summary>Invokes <see cref="M:System.Data.Common.DbCommand.ExecuteDbDataReaderAsync(System.Data.CommandBehavior,System.Threading.CancellationToken)" />.</summary>
       <param name="behavior">One of the enumeration values that specifies the command behavior.</param>
       <param name="cancellationToken">A token to cancel the asynchronous operation.</param>
+      <returns>A task representing the asynchronous operation.</returns>
       <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
       <exception cref="T:System.ArgumentException">An invalid <see cref="T:System.Data.CommandBehavior" /> value.</exception>
-      <returns>A task representing the asynchronous operation.</returns>
     </member>
     <member name="M:System.Data.Common.DbCommand.ExecuteReaderAsync(System.Threading.CancellationToken)">
-      <summary>An asynchronous version of <see cref="Overload:System.Data.Common.DbCommand.ExecuteReader" />, which executes the <see cref="P:System.Data.Common.DbCommand.CommandText" /> against the <see cref="P:System.Data.Common.DbCommand.Connection" /> and returns a <see cref="T:System.Data.Common.DbDataReader" />. This method propagates a notification that operations should be canceled.  
-  
- Invokes <see cref="M:System.Data.Common.DbCommand.ExecuteDbDataReaderAsync(System.Data.CommandBehavior,System.Threading.CancellationToken)" />.</summary>
+      <summary>An asynchronous version of <see cref="Overload:System.Data.Common.DbCommand.ExecuteReader" />, which executes the <see cref="P:System.Data.Common.DbCommand.CommandText" /> against the <see cref="P:System.Data.Common.DbCommand.Connection" /> and returns a <see cref="T:System.Data.Common.DbDataReader" />. This method propagates a notification that operations should be canceled.
+Invokes <see cref="M:System.Data.Common.DbCommand.ExecuteDbDataReaderAsync(System.Data.CommandBehavior,System.Threading.CancellationToken)" />.</summary>
       <param name="cancellationToken">A token to cancel the asynchronous operation.</param>
+      <returns>A task representing the asynchronous operation.</returns>
       <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
       <exception cref="T:System.ArgumentException">An invalid <see cref="T:System.Data.CommandBehavior" /> value.</exception>
-      <returns>A task representing the asynchronous operation.</returns>
     </member>
     <member name="M:System.Data.Common.DbCommand.ExecuteScalar">
       <summary>When overridden in a derived class, executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored.</summary>
       <returns>The first column of the first row in the result set.</returns>
     </member>
     <member name="M:System.Data.Common.DbCommand.ExecuteScalarAsync">
-      <summary>An asynchronous version of <see cref="M:System.Data.Common.DbCommand.ExecuteScalar" />, which executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored.  
-  
- Invokes <see cref="M:System.Data.Common.DbCommand.ExecuteScalarAsync(System.Threading.CancellationToken)" /> with CancellationToken.None.</summary>
-      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
+      <summary>An asynchronous version of <see cref="M:System.Data.Common.DbCommand.ExecuteScalar" />, which executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored.
+Invokes <see cref="M:System.Data.Common.DbCommand.ExecuteScalarAsync(System.Threading.CancellationToken)" /> with CancellationToken.None.</summary>
       <returns>A task representing the asynchronous operation.</returns>
+      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
     </member>
     <member name="M:System.Data.Common.DbCommand.ExecuteScalarAsync(System.Threading.CancellationToken)">
-      <summary>This is the asynchronous version of <see cref="M:System.Data.Common.DbCommand.ExecuteScalar" />. Providers should override with an appropriate implementation. The cancellation token may optionally be ignored.  
-  
- The default implementation invokes the synchronous <see cref="M:System.Data.Common.DbCommand.ExecuteScalar" /> method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token. Exceptions thrown by ExecuteScalar will be communicated via the returned Task Exception property.  
-  
- Do not invoke other methods and properties of the <see langword="DbCommand" /> object until the returned Task is complete.</summary>
+      <summary>This is the asynchronous version of <see cref="M:System.Data.Common.DbCommand.ExecuteScalar" />. Providers should override with an appropriate implementation. The cancellation token may optionally be ignored.
+The default implementation invokes the synchronous <see cref="M:System.Data.Common.DbCommand.ExecuteScalar" /> method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token. Exceptions thrown by ExecuteScalar will be communicated via the returned Task Exception property.
+Do not invoke other methods and properties of the <see langword="DbCommand" /> object until the returned Task is complete.</summary>
       <param name="cancellationToken">A token to cancel the asynchronous operation.</param>
-      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
       <returns>A task representing the asynchronous operation.</returns>
+      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
+    </member>
+    <member name="P:System.Data.Common.DbCommand.Parameters">
+      <summary>Gets the collection of <see cref="T:System.Data.Common.DbParameter" /> objects. For more information on parameters, see Configuring Parameters and Parameter Data Types.</summary>
+      <returns>The parameters of the SQL statement or stored procedure.</returns>
     </member>
     <member name="M:System.Data.Common.DbCommand.Prepare">
       <summary>When overridden in a derived class, creates a prepared (or compiled) version of the command on the data source.</summary>
       <param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
       <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
     </member>
+    <member name="P:System.Data.Common.DbCommand.System#Data#IDbCommand#Connection">
+      <summary>Gets or sets the <see cref="T:System.Data.IDbConnection" /> used by this instance of the <see cref="T:System.Data.IDbCommand" />.</summary>
+      <returns>The connection to the data source.</returns>
+    </member>
     <member name="M:System.Data.Common.DbCommand.System#Data#IDbCommand#CreateParameter">
       <summary>Creates a new instance of an <see cref="T:System.Data.IDbDataParameter" /> object.</summary>
       <returns>An <see langword="IDbDataParameter" /> object.</returns>
       <param name="behavior">One of the enumeration values that specifies the command behavior.</param>
       <returns>An <see cref="T:System.Data.IDataReader" /> object.</returns>
     </member>
-    <member name="P:System.Data.Common.DbCommand.CommandText">
-      <summary>When overridden in a derived class, gets or sets the text command to run against the data source.</summary>
-      <returns>The text command to execute. The default value is an empty string ("").</returns>
-    </member>
-    <member name="P:System.Data.Common.DbCommand.CommandTimeout">
-      <summary>When overridden in a derived class, gets or sets the wait time (in seconds) before terminating the attempt to execute a command and generating an error.</summary>
-      <returns>The time in seconds to wait for the command to execute.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbCommand.CommandType">
-      <summary>When overridden in a derived class, gets or sets how the <see cref="P:System.Data.Common.DbCommand.CommandText" /> property is interpreted.</summary>
-      <returns>One of the enumeration values that specifies how a command string is interpreted. The default is <see langword="Text" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbCommand.Connection">
-      <summary>Gets or sets the <see cref="T:System.Data.Common.DbConnection" /> used by this <see cref="T:System.Data.Common.DbCommand" />.</summary>
-      <returns>The connection to the data source.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbCommand.DbConnection">
-      <summary>When overridden in a derived class, gets or sets the <see cref="T:System.Data.Common.DbConnection" /> used by this <see cref="T:System.Data.Common.DbCommand" />.</summary>
-      <returns>The connection to the data source.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbCommand.DbParameterCollection">
-      <summary>When overridden in a derived class, gets the collection of <see cref="T:System.Data.Common.DbParameter" /> objects.</summary>
-      <returns>The parameters of the SQL statement or stored procedure.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbCommand.DbTransaction">
-      <summary>When overridden in a derived class, gets or sets the <see cref="P:System.Data.Common.DbCommand.DbTransaction" /> within which this <see cref="T:System.Data.Common.DbCommand" /> object executes.</summary>
-      <returns>The transaction within which a command object of a .NET data provider executes. The default value is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
-    </member>
-    <member name="P:System.Data.Common.DbCommand.DesignTimeVisible">
-      <summary>When overridden in a derived class, gets or sets a value indicating whether the command object should be visible in a customized interface control.</summary>
-      <returns>
-        <see langword="true" />, if the command object should be visible in a control; otherwise <see langword="false" />. The default is <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbCommand.Parameters">
-      <summary>Gets the collection of <see cref="T:System.Data.Common.DbParameter" /> objects. For more information on parameters, see Configuring Parameters and Parameter Data Types.</summary>
-      <returns>The parameters of the SQL statement or stored procedure.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbCommand.System#Data#IDbCommand#Connection">
-      <summary>Gets or sets the <see cref="T:System.Data.IDbConnection" /> used by this instance of the <see cref="T:System.Data.IDbCommand" />.</summary>
-      <returns>The connection to the data source.</returns>
-    </member>
     <member name="P:System.Data.Common.DbCommand.System#Data#IDbCommand#Parameters">
       <summary>Gets the <see cref="T:System.Data.IDataParameterCollection" />.</summary>
       <returns>The parameters of the SQL statement or stored procedure.</returns>
       <param name="whereClause">
         <see langword="true" /> if the parameter is part of the update or delete WHERE clause, <see langword="false" /> if it is part of the insert or update values.</param>
     </member>
+    <member name="P:System.Data.Common.DbCommandBuilder.CatalogLocation">
+      <summary>Sets or gets the <see cref="T:System.Data.Common.CatalogLocation" /> for an instance of the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</summary>
+      <returns>A <see cref="T:System.Data.Common.CatalogLocation" /> object.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbCommandBuilder.CatalogSeparator">
+      <summary>Sets or gets a string used as the catalog separator for an instance of the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</summary>
+      <returns>A string indicating the catalog separator for use with an instance of the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbCommandBuilder.ConflictOption">
+      <summary>Specifies which <see cref="T:System.Data.ConflictOption" /> is to be used by the <see cref="T:System.Data.Common.DbCommandBuilder" />.</summary>
+      <returns>Returns one of the <see cref="T:System.Data.ConflictOption" /> values describing the behavior of this <see cref="T:System.Data.Common.DbCommandBuilder" />.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbCommandBuilder.DataAdapter">
+      <summary>Gets or sets a <see cref="T:System.Data.Common.DbDataAdapter" /> object for which Transact-SQL statements are automatically generated.</summary>
+      <returns>A <see cref="T:System.Data.Common.DbDataAdapter" /> object.</returns>
+    </member>
     <member name="M:System.Data.Common.DbCommandBuilder.Dispose(System.Boolean)">
       <summary>Releases the unmanaged resources used by the <see cref="T:System.Data.Common.DbCommandBuilder" /> and optionally releases the managed resources.</summary>
       <param name="disposing">
       <param name="unquotedIdentifier">The original unquoted identifier.</param>
       <returns>The quoted version of the identifier. Embedded quotes within the identifier are properly escaped.</returns>
     </member>
-    <member name="M:System.Data.Common.DbCommandBuilder.RefreshSchema">
-      <summary>Clears the commands associated with this <see cref="T:System.Data.Common.DbCommandBuilder" />.</summary>
-    </member>
-    <member name="M:System.Data.Common.DbCommandBuilder.RowUpdatingHandler(System.Data.Common.RowUpdatingEventArgs)">
-      <summary>Adds an event handler for the <see cref="E:System.Data.OleDb.OleDbDataAdapter.RowUpdating" /> event.</summary>
-      <param name="rowUpdatingEvent">A <see cref="T:System.Data.Common.RowUpdatingEventArgs" /> instance containing information about the event.</param>
-    </member>
-    <member name="M:System.Data.Common.DbCommandBuilder.SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)">
-      <summary>Registers the <see cref="T:System.Data.Common.DbCommandBuilder" /> to handle the <see cref="E:System.Data.OleDb.OleDbDataAdapter.RowUpdating" /> event for a <see cref="T:System.Data.Common.DbDataAdapter" />.</summary>
-      <param name="adapter">The <see cref="T:System.Data.Common.DbDataAdapter" /> to be used for the update.</param>
-    </member>
-    <member name="M:System.Data.Common.DbCommandBuilder.UnquoteIdentifier(System.String)">
-      <summary>Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier.</summary>
-      <param name="quotedIdentifier">The identifier that will have its embedded quotes removed.</param>
-      <returns>The unquoted identifier, with embedded quotes properly un-escaped.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbCommandBuilder.CatalogLocation">
-      <summary>Gets or sets the <see cref="T:System.Data.Common.CatalogLocation" /> for an instance of the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</summary>
-      <returns>A <see cref="T:System.Data.Common.CatalogLocation" /> object.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbCommandBuilder.CatalogSeparator">
-      <summary>Gets or sets a string used as the catalog separator for an instance of the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</summary>
-      <returns>A string indicating the catalog separator for use with an instance of the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbCommandBuilder.ConflictOption">
-      <summary>Specifies which <see cref="T:System.Data.ConflictOption" /> is to be used by the <see cref="T:System.Data.Common.DbCommandBuilder" />.</summary>
-      <returns>Returns one of the <see cref="T:System.Data.ConflictOption" /> values describing the behavior of this <see cref="T:System.Data.Common.DbCommandBuilder" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbCommandBuilder.DataAdapter">
-      <summary>Gets or sets a <see cref="T:System.Data.Common.DbDataAdapter" /> object for which Transact-SQL statements are automatically generated.</summary>
-      <returns>A <see cref="T:System.Data.Common.DbDataAdapter" /> object.</returns>
-    </member>
     <member name="P:System.Data.Common.DbCommandBuilder.QuotePrefix">
       <summary>Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens.</summary>
-      <exception cref="T:System.InvalidOperationException">This property cannot be changed after an insert, update, or delete command has been generated.</exception>
       <returns>The beginning character or characters to use. The default is an empty string.</returns>
+      <exception cref="T:System.InvalidOperationException">This property cannot be changed after an insert, update, or delete command has been generated.</exception>
     </member>
     <member name="P:System.Data.Common.DbCommandBuilder.QuoteSuffix">
       <summary>Gets or sets the ending character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens.</summary>
       <returns>The ending character or characters to use. The default is an empty string.</returns>
     </member>
+    <member name="M:System.Data.Common.DbCommandBuilder.RefreshSchema">
+      <summary>Clears the commands associated with this <see cref="T:System.Data.Common.DbCommandBuilder" />.</summary>
+    </member>
+    <member name="M:System.Data.Common.DbCommandBuilder.RowUpdatingHandler(System.Data.Common.RowUpdatingEventArgs)">
+      <summary>Adds an event handler for the <see cref="E:System.Data.OleDb.OleDbDataAdapter.RowUpdating" /> event.</summary>
+      <param name="rowUpdatingEvent">A <see cref="T:System.Data.Common.RowUpdatingEventArgs" /> instance containing information about the event.</param>
+    </member>
     <member name="P:System.Data.Common.DbCommandBuilder.SchemaSeparator">
       <summary>Gets or sets the character to be used for the separator between the schema identifier and any other identifiers.</summary>
       <returns>The character to be used as the schema separator.</returns>
       <returns>
         <see langword="true" /> if the UPDATE statement generated by the <see cref="T:System.Data.Common.DbCommandBuilder" /> includes all columns; <see langword="false" /> if it includes only changed columns.</returns>
     </member>
+    <member name="M:System.Data.Common.DbCommandBuilder.SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)">
+      <summary>Registers the <see cref="T:System.Data.Common.DbCommandBuilder" /> to handle the <see cref="E:System.Data.OleDb.OleDbDataAdapter.RowUpdating" /> event for a <see cref="T:System.Data.Common.DbDataAdapter" />.</summary>
+      <param name="adapter">The <see cref="T:System.Data.Common.DbDataAdapter" /> to be used for the update.</param>
+    </member>
+    <member name="M:System.Data.Common.DbCommandBuilder.UnquoteIdentifier(System.String)">
+      <summary>Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier.</summary>
+      <param name="quotedIdentifier">The identifier that will have its embedded quotes removed.</param>
+      <returns>The unquoted identifier, with embedded quotes properly un-escaped.</returns>
+    </member>
     <member name="T:System.Data.Common.DbConnection">
       <summary>Defines the core behavior of database connections and provides a base class for database-specific connections.</summary>
     </member>
-    <member name="E:System.Data.Common.DbConnection.StateChange">
-      <summary>Occurs when the state of the connection changes.</summary>
-    </member>
     <member name="M:System.Data.Common.DbConnection.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Data.Common.DbConnection" /> class.</summary>
     </member>
       <summary>Asynchronously closes the connection to the database.</summary>
       <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
     </member>
-    <member name="M:System.Data.Common.DbConnection.CreateBatch" />
+    <member name="P:System.Data.Common.DbConnection.ConnectionString">
+      <summary>When overridden in a derived class, gets or sets the string used to open the connection.</summary>
+      <returns>The connection string used to establish the initial connection. The exact contents of the connection string depend on the specific data source for this connection. The default value is an empty string.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbConnection.ConnectionTimeout">
+      <summary>Gets the time to wait while establishing a connection before terminating the attempt and generating an error.</summary>
+      <returns>The time (in seconds) to wait for a connection to open. The default value is determined by the specific type of connection that you are using.</returns>
+    </member>
     <member name="M:System.Data.Common.DbConnection.CreateCommand">
       <summary>Creates and returns a <see cref="T:System.Data.Common.DbCommand" /> object associated with the current connection.</summary>
       <returns>A <see cref="T:System.Data.Common.DbCommand" /> object.</returns>
     </member>
-    <member name="M:System.Data.Common.DbConnection.CreateDbBatch" />
     <member name="M:System.Data.Common.DbConnection.CreateDbCommand">
       <summary>When overridden in a derived class, creates and returns a <see cref="T:System.Data.Common.DbCommand" /> object associated with the current connection.</summary>
       <returns>A <see cref="T:System.Data.Common.DbCommand" /> object.</returns>
     </member>
+    <member name="P:System.Data.Common.DbConnection.Database">
+      <summary>When overridden in a derived class, gets the name of the current database after a connection is opened, or the database name specified in the connection string before the connection is opened.</summary>
+      <returns>The name of the current database or the name of the database to be used after a connection is opened. The default value is an empty string.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbConnection.DataSource">
+      <summary>When overridden in a derived class, gets the name of the database server to which to connect.</summary>
+      <returns>The name of the database server to which to connect. The default value is an empty string.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbConnection.DbProviderFactory">
+      <summary>Gets the <see cref="T:System.Data.Common.DbProviderFactory" /> for this <see cref="T:System.Data.Common.DbConnection" />.</summary>
+      <returns>A set of methods for creating instances of a provider's implementation of the data source classes.</returns>
+    </member>
     <member name="M:System.Data.Common.DbConnection.DisposeAsync">
       <summary>Asynchronously diposes the connection object.</summary>
       <returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous operation.</returns>
     <member name="M:System.Data.Common.DbConnection.GetSchema(System.String)">
       <summary>Returns schema information for the data source of this <see cref="T:System.Data.Common.DbConnection" /> using the specified string for the schema name.</summary>
       <param name="collectionName">Specifies the name of the schema to return.</param>
+      <returns>A <see cref="T:System.Data.DataTable" /> that contains schema information.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="collectionName" /> is specified as null.</exception>
-      <returns>A <see cref="T:System.Data.DataTable" /> that contains schema information.</returns>
     </member>
     <member name="M:System.Data.Common.DbConnection.GetSchema(System.String,System.String[])">
       <summary>Returns schema information for the data source of this <see cref="T:System.Data.Common.DbConnection" /> using the specified string for the schema name and the specified string array for the restriction values.</summary>
       <param name="collectionName">Specifies the name of the schema to return.</param>
       <param name="restrictionValues">Specifies a set of restriction values for the requested schema.</param>
+      <returns>A <see cref="T:System.Data.DataTable" /> that contains schema information.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="collectionName" /> is specified as null.</exception>
-      <returns>A <see cref="T:System.Data.DataTable" /> that contains schema information.</returns>
-    </member>
-    <member name="M:System.Data.Common.DbConnection.GetSchemaAsync(System.String,System.String[],System.Threading.CancellationToken)">
-      <summary>This is the asynchronous version of <see cref="M:System.Data.Common.DbConnection.GetSchema(System.String,System.String[])" />.
-            Providers should override with an appropriate implementation.
-            The <paramref name="cancellationToken" /> can optionally be honored.
-            The default implementation invokes the synchronous <see cref="M:System.Data.Common.DbConnection.GetSchema(System.String,System.String[])" /> call and returns a completed task.
-            The default implementation will return a cancelled task if passed an already cancelled <paramref name="cancellationToken" />.
-            Exceptions thrown by <see cref="M:System.Data.Common.DbConnection.GetSchema(System.String,System.String[])" /> will be communicated via the returned Task Exception property.</summary>
-      <param name="collectionName">Specifies the name of the schema to return.</param>
-      <param name="restrictionValues">Specifies a set of restriction values for the requested schema.</param>
-      <param name="cancellationToken">The cancellation instruction.</param>
-      <returns>A task representing the asynchronous operation.</returns>
-    </member>
-    <member name="M:System.Data.Common.DbConnection.GetSchemaAsync(System.String,System.Threading.CancellationToken)">
-      <summary>This is the asynchronous version of <see cref="M:System.Data.Common.DbConnection.GetSchema(System.String)" />.
-            Providers should override with an appropriate implementation.
-            The <paramref name="cancellationToken" /> can optionally be honored.
-            The default implementation invokes the synchronous <see cref="M:System.Data.Common.DbConnection.GetSchema(System.String)" /> call and returns a completed task.
-            The default implementation will return a cancelled task if passed an already cancelled <paramref name="cancellationToken" />.
-            Exceptions thrown by <see cref="M:System.Data.Common.DbConnection.GetSchema(System.String)" /> will be communicated via the returned Task Exception property.</summary>
-      <param name="collectionName">Specifies the name of the schema to return.</param>
-      <param name="cancellationToken">The cancellation instruction.</param>
-      <returns>A task representing the asynchronous operation.</returns>
-    </member>
-    <member name="M:System.Data.Common.DbConnection.GetSchemaAsync(System.Threading.CancellationToken)">
-      <summary>This is an asynchronous version of <see cref="M:System.Data.Common.DbConnection.GetSchema" />.
-            Providers should override with an appropriate implementation.
-            The <paramref name="cancellationToken" /> can optionally be honored.
-            The default implementation invokes the synchronous <see cref="M:System.Data.Common.DbConnection.GetSchema" /> call and returns a completed task.
-            The default implementation will return a cancelled task if passed an already cancelled <paramref name="cancellationToken" />.
-            Exceptions thrown by <see cref="M:System.Data.Common.DbConnection.GetSchema" /> will be communicated via the returned Task Exception property.</summary>
-      <param name="cancellationToken">The cancellation instruction.</param>
-      <returns>A task representing the asynchronous operation.</returns>
     </member>
     <member name="M:System.Data.Common.DbConnection.OnStateChange(System.Data.StateChangeEventArgs)">
       <summary>Raises the <see cref="E:System.Data.Common.DbConnection.StateChange" /> event.</summary>
       <returns>A task representing the asynchronous operation.</returns>
     </member>
     <member name="M:System.Data.Common.DbConnection.OpenAsync(System.Threading.CancellationToken)">
-      <summary>This is the asynchronous version of <see cref="M:System.Data.Common.DbConnection.Open" />. Providers should override with an appropriate implementation. The cancellation token can optionally be honored.  
-  
- The default implementation invokes the synchronous <see cref="M:System.Data.Common.DbConnection.Open" /> call and returns a completed task. The default implementation will return a cancelled task if passed an already cancelled cancellationToken. Exceptions thrown by Open will be communicated via the returned Task Exception property.  
-  
- Do not invoke other methods and properties of the <see langword="DbConnection" /> object until the returned Task is complete.</summary>
+      <summary>This is the asynchronous version of <see cref="M:System.Data.Common.DbConnection.Open" />. Providers should override with an appropriate implementation. The cancellation token can optionally be honored.
+The default implementation invokes the synchronous <see cref="M:System.Data.Common.DbConnection.Open" /> call and returns a completed task. The default implementation will return a cancelled task if passed an already cancelled cancellationToken. Exceptions thrown by Open will be communicated via the returned Task Exception property.
+Do not invoke other methods and properties of the <see langword="DbConnection" /> object until the returned Task is complete.</summary>
       <param name="cancellationToken">The cancellation instruction.</param>
       <returns>A task representing the asynchronous operation.</returns>
     </member>
+    <member name="P:System.Data.Common.DbConnection.ServerVersion">
+      <summary>When overridden in a derived class, gets a string that represents the version of the server to which the object is connected.</summary>
+      <returns>The version of the database. The format of the string returned depends on the specific type of connection you are using.</returns>
+      <exception cref="T:System.InvalidOperationException">
+        <see cref="P:System.Data.Common.DbConnection.ServerVersion" /> was called while the returned Task was not completed and the connection was not opened after a call to <see cref="Overload:System.Data.Common.DbConnection.OpenAsync" />.</exception>
+    </member>
+    <member name="P:System.Data.Common.DbConnection.State">
+      <summary>Gets a string that describes the state of the connection.</summary>
+      <returns>The state of the connection. The format of the string returned depends on the specific type of connection you are using.</returns>
+    </member>
+    <member name="E:System.Data.Common.DbConnection.StateChange">
+      <summary>Occurs when the state of the event changes.</summary>
+    </member>
     <member name="M:System.Data.Common.DbConnection.System#Data#IDbConnection#BeginTransaction">
       <summary>Begins a database transaction.</summary>
       <returns>An object that represents the new transaction.</returns>
       <summary>Creates and returns a <see cref="T:System.Data.Common.DbCommand" /> object that is associated with the current connection.</summary>
       <returns>A <see cref="T:System.Data.Common.DbCommand" /> object that is associated with the connection.</returns>
     </member>
-    <member name="P:System.Data.Common.DbConnection.CanCreateBatch" />
-    <member name="P:System.Data.Common.DbConnection.ConnectionString">
-      <summary>When overridden in a derived class, gets or sets the string used to open the connection.</summary>
-      <returns>The connection string used to establish the initial connection. The exact contents of the connection string depend on the specific data source for this connection. The default value is an empty string.</returns>
+    <member name="T:System.Data.Common.DbConnectionStringBuilder">
+      <summary>Provides a base class for strongly typed connection string builders.</summary>
     </member>
-    <member name="P:System.Data.Common.DbConnection.ConnectionTimeout">
-      <summary>Gets the time to wait (in seconds) while establishing a connection before terminating the attempt and generating an error.</summary>
-      <returns>The time (in seconds) to wait for a connection to open. The default value is determined by the specific type of connection that you are using.</returns>
+    <member name="M:System.Data.Common.DbConnectionStringBuilder.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> class.</summary>
     </member>
-    <member name="P:System.Data.Common.DbConnection.Database">
-      <summary>When overridden in a derived class, gets the name of the current database after a connection is opened, or the database name specified in the connection string before the connection is opened.</summary>
-      <returns>The name of the current database or the name of the database to be used after a connection is opened. The default value is an empty string.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnection.DataSource">
-      <summary>When overridden in a derived class, gets the name of the database server to which to connect.</summary>
-      <returns>The name of the database server to which to connect. The default value is an empty string.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnection.DbProviderFactory">
-      <summary>Gets the <see cref="T:System.Data.Common.DbProviderFactory" /> for this <see cref="T:System.Data.Common.DbConnection" />.</summary>
-      <returns>A set of methods for creating instances of a provider's implementation of the data source classes.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnection.ServerVersion">
-      <summary>When overridden in a derived class, gets a string that represents the version of the server to which the object is connected.</summary>
-      <exception cref="T:System.InvalidOperationException">
-        <see cref="P:System.Data.Common.DbConnection.ServerVersion" /> was called while the returned Task was not completed and the connection was not opened after a call to <see cref="Overload:System.Data.Common.DbConnection.OpenAsync" />.</exception>
-      <returns>The version of the database. The format of the string returned depends on the specific type of connection you are using.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnection.State">
-      <summary>Gets a string that describes the state of the connection.</summary>
-      <returns>The state of the connection. The format of the string returned depends on the specific type of connection you are using.</returns>
-    </member>
-    <member name="T:System.Data.Common.DbConnectionStringBuilder">
-      <summary>Provides a base class for strongly typed connection string builders.</summary>
-    </member>
-    <member name="M:System.Data.Common.DbConnectionStringBuilder.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> class.</summary>
-    </member>
-    <member name="M:System.Data.Common.DbConnectionStringBuilder.#ctor(System.Boolean)">
-      <summary>Initializes a new instance of the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> class, optionally using ODBC rules for quoting values.</summary>
-      <param name="useOdbcRules">
-        <see langword="true" /> to use {} to delimit fields; <see langword="false" /> to use quotation marks.</param>
+    <member name="M:System.Data.Common.DbConnectionStringBuilder.#ctor(System.Boolean)">
+      <summary>Initializes a new instance of the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> class, optionally using ODBC rules for quoting values.</summary>
+      <param name="useOdbcRules">
+        <see langword="true" /> to use {} to delimit fields; <see langword="false" /> to use quotation marks.</param>
     </member>
     <member name="M:System.Data.Common.DbConnectionStringBuilder.Add(System.String,System.Object)">
       <summary>Adds an entry with the specified key and value into the <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</summary>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="keyword" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> is read-only.
-
- -or-
-
- The <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> has a fixed size.</exception>
+-or-
+The <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> has a fixed size.</exception>
     </member>
     <member name="M:System.Data.Common.DbConnectionStringBuilder.AppendKeyValuePair(System.Text.StringBuilder,System.String,System.String)">
       <summary>Provides an efficient and safe way to append a key and value to an existing <see cref="T:System.Text.StringBuilder" /> object.</summary>
       <param name="useOdbcRules">
         <see langword="true" /> to use {} to delimit fields, <see langword="false" /> to use quotation marks.</param>
     </member>
+    <member name="P:System.Data.Common.DbConnectionStringBuilder.BrowsableConnectionString">
+      <summary>Gets or sets a value that indicates whether the <see cref="P:System.Data.Common.DbConnectionStringBuilder.ConnectionString" /> property is visible in Visual Studio designers.</summary>
+      <returns>
+        <see langword="true" /> if the connection string is visible within designers; <see langword="false" /> otherwise. The default is <see langword="true" />.</returns>
+    </member>
     <member name="M:System.Data.Common.DbConnectionStringBuilder.Clear">
       <summary>Clears the contents of the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> instance.</summary>
       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> is read-only.</exception>
     <member name="M:System.Data.Common.DbConnectionStringBuilder.ClearPropertyDescriptors">
       <summary>Clears the collection of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects on the associated <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</summary>
     </member>
+    <member name="P:System.Data.Common.DbConnectionStringBuilder.ConnectionString">
+      <summary>Gets or sets the connection string associated with the <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</summary>
+      <returns>The current connection string, created from the key/value pairs that are contained within the <see cref="T:System.Data.Common.DbConnectionStringBuilder" />. The default value is an empty string.</returns>
+      <exception cref="T:System.ArgumentException">An invalid connection string argument has been supplied.</exception>
+    </member>
     <member name="M:System.Data.Common.DbConnectionStringBuilder.ContainsKey(System.String)">
       <summary>Determines whether the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> contains a specific key.</summary>
       <param name="keyword">The key to locate in the <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="keyword" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
       <returns>
         <see langword="true" /> if the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> contains an entry with the specified key; otherwise <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="keyword" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
+    </member>
+    <member name="P:System.Data.Common.DbConnectionStringBuilder.Count">
+      <summary>Gets the current number of keys that are contained within the <see cref="P:System.Data.Common.DbConnectionStringBuilder.ConnectionString" /> property.</summary>
+      <returns>The number of keys that are contained within the connection string maintained by the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> instance.</returns>
     </member>
     <member name="M:System.Data.Common.DbConnectionStringBuilder.EquivalentTo(System.Data.Common.DbConnectionStringBuilder)">
       <summary>Compares the connection information in this <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> object with the connection information in the supplied object.</summary>
       <summary>Fills a supplied <see cref="T:System.Collections.Hashtable" /> with information about all the properties of this <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</summary>
       <param name="propertyDescriptors">The <see cref="T:System.Collections.Hashtable" /> to be filled with information about this <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</param>
     </member>
+    <member name="P:System.Data.Common.DbConnectionStringBuilder.IsFixedSize">
+      <summary>Gets a value that indicates whether the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> has a fixed size.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> has a fixed size; otherwise <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbConnectionStringBuilder.IsReadOnly">
+      <summary>Gets a value that indicates whether the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> is read-only.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> is read-only; otherwise <see langword="false" />. The default is <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbConnectionStringBuilder.Item(System.String)">
+      <summary>Gets or sets the value associated with the specified key.</summary>
+      <param name="keyword">The key of the item to get or set.</param>
+      <returns>The value associated with the specified key. If the specified key is not found, trying to get it returns a null reference (<see langword="Nothing" /> in Visual Basic), and trying to set it creates a new element using the specified key.
+Passing a null (<see langword="Nothing" /> in Visual Basic) key throws an <see cref="T:System.ArgumentNullException" />. Assigning a null value removes the key/value pair.</returns>
+      <exception cref="T:System.ArgumentNullException">
+        <paramref name="keyword" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
+      <exception cref="T:System.NotSupportedException">The property is set, and the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> is read-only.
+-or-
+The property is set, <paramref name="keyword" /> does not exist in the collection, and the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> has a fixed size.</exception>
+    </member>
+    <member name="P:System.Data.Common.DbConnectionStringBuilder.Keys">
+      <summary>Gets an <see cref="T:System.Collections.ICollection" /> that contains the keys in the <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</summary>
+      <returns>An <see cref="T:System.Collections.ICollection" /> that contains the keys in the <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</returns>
+    </member>
     <member name="M:System.Data.Common.DbConnectionStringBuilder.Remove(System.String)">
       <summary>Removes the entry with the specified key from the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> instance.</summary>
       <param name="keyword">The key of the key/value pair to be removed from the connection string in this <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</param>
+      <returns>
+        <see langword="true" /> if the key existed within the connection string and was removed; <see langword="false" /> if the key did not exist.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="keyword" /> is null (<see langword="Nothing" /> in Visual Basic)</exception>
       <exception cref="T:System.NotSupportedException">The <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> is read-only, or the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> has a fixed size.</exception>
-      <returns>
-        <see langword="true" /> if the key existed within the connection string and was removed; <see langword="false" /> if the key did not exist.</returns>
     </member>
     <member name="M:System.Data.Common.DbConnectionStringBuilder.ShouldSerialize(System.String)">
       <summary>Indicates whether the specified key exists in this <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> instance.</summary>
       <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
       <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
     </member>
+    <member name="P:System.Data.Common.DbConnectionStringBuilder.System#Collections#ICollection#IsSynchronized">
+      <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary>
+      <returns>
+        <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbConnectionStringBuilder.System#Collections#ICollection#SyncRoot">
+      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary>
+      <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</returns>
+    </member>
     <member name="M:System.Data.Common.DbConnectionStringBuilder.System#Collections#IDictionary#Add(System.Object,System.Object)">
       <summary>Adds an element with the provided key and value to the <see cref="T:System.Collections.IDictionary" /> object.</summary>
       <param name="keyword">The <see cref="T:System.Object" /> to use as the key of the element to add.</param>
       <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator" /> object for the <see cref="T:System.Collections.IDictionary" /> object.</summary>
       <returns>An <see cref="T:System.Collections.IDictionaryEnumerator" /> object for the <see cref="T:System.Collections.IDictionary" /> object.</returns>
     </member>
+    <member name="P:System.Data.Common.DbConnectionStringBuilder.System#Collections#IDictionary#Item(System.Object)">
+      <summary>Gets or sets the element with the specified key.</summary>
+      <param name="keyword">The key of the element to get or set.</param>
+      <returns>The element with the specified key.</returns>
+    </member>
     <member name="M:System.Data.Common.DbConnectionStringBuilder.System#Collections#IDictionary#Remove(System.Object)">
       <summary>Removes the element with the specified key from the <see cref="T:System.Collections.IDictionary" /> object.</summary>
       <param name="keyword">The key of the element to remove.</param>
       <summary>Retrieves a value corresponding to the supplied key from this <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</summary>
       <param name="keyword">The key of the item to retrieve.</param>
       <param name="value">The value corresponding to the <paramref name="keyword" />.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="keyword" /> contains a null value (<see langword="Nothing" /> in Visual Basic).</exception>
       <returns>
         <see langword="true" /> if <paramref name="keyword" /> was found within the connection string, <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnectionStringBuilder.BrowsableConnectionString">
-      <summary>Gets or sets a value that indicates whether the <see cref="P:System.Data.Common.DbConnectionStringBuilder.ConnectionString" /> property is visible in Visual Studio designers.</summary>
-      <returns>
-        <see langword="true" /> if the connection string is visible within designers; <see langword="false" /> otherwise. The default is <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnectionStringBuilder.ConnectionString">
-      <summary>Gets or sets the connection string associated with the <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</summary>
-      <exception cref="T:System.ArgumentException">An invalid connection string argument has been supplied.</exception>
-      <returns>The current connection string, created from the key/value pairs that are contained within the <see cref="T:System.Data.Common.DbConnectionStringBuilder" />. The default value is an empty string.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnectionStringBuilder.Count">
-      <summary>Gets the current number of keys that are contained within the <see cref="P:System.Data.Common.DbConnectionStringBuilder.ConnectionString" /> property.</summary>
-      <returns>The number of keys that are contained within the connection string maintained by the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> instance.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnectionStringBuilder.IsFixedSize">
-      <summary>Gets a value that indicates whether the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> has a fixed size.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> has a fixed size; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnectionStringBuilder.IsReadOnly">
-      <summary>Gets a value that indicates whether the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> is read-only.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> is read-only; otherwise <see langword="false" />. The default is <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnectionStringBuilder.Item(System.String)">
-      <summary>Gets or sets the value associated with the specified key.</summary>
-      <param name="keyword">The key of the item to get or set.</param>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="keyword" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
-      <exception cref="T:System.NotSupportedException">The property is set, and the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> is read-only.
-
- -or-
-
- The property is set, <paramref name="keyword" /> does not exist in the collection, and the <see cref="T:System.Data.Common.DbConnectionStringBuilder" /> has a fixed size.</exception>
-      <returns>The value associated with the specified key. If the specified key is not found, trying to get it returns a null reference (<see langword="Nothing" /> in Visual Basic), and trying to set it creates a new element using the specified key.
-
- Passing a null (<see langword="Nothing" /> in Visual Basic) key throws an <see cref="T:System.ArgumentNullException" />. Assigning a null value removes the key/value pair.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnectionStringBuilder.Keys">
-      <summary>Gets an <see cref="T:System.Collections.ICollection" /> that contains the keys in the <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</summary>
-      <returns>An <see cref="T:System.Collections.ICollection" /> that contains the keys in the <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnectionStringBuilder.System#Collections#ICollection#IsSynchronized">
-      <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary>
-      <returns>
-        <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnectionStringBuilder.System#Collections#ICollection#SyncRoot">
-      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary>
-      <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbConnectionStringBuilder.System#Collections#IDictionary#Item(System.Object)">
-      <summary>Gets or sets the element with the specified key.</summary>
-      <param name="keyword">The key of the element to get or set.</param>
-      <returns>The element with the specified key.</returns>
+        <paramref name="keyword" /> contains a null value (<see langword="Nothing" /> in Visual Basic).</exception>
     </member>
     <member name="P:System.Data.Common.DbConnectionStringBuilder.Values">
       <summary>Gets an <see cref="T:System.Collections.ICollection" /> that contains the values in the <see cref="T:System.Data.Common.DbConnectionStringBuilder" />.</summary>
     <member name="T:System.Data.Common.DbDataAdapter">
       <summary>Aids implementation of the <see cref="T:System.Data.IDbDataAdapter" /> interface. Inheritors of <see cref="T:System.Data.Common.DbDataAdapter" /> implement a set of functions to provide strong typing, but inherit most of the functionality needed to fully implement a DataAdapter.</summary>
     </member>
-    <member name="F:System.Data.Common.DbDataAdapter.DefaultSourceTableName">
-      <summary>The default name used by the <see cref="T:System.Data.Common.DataAdapter" /> object for table mappings.</summary>
-    </member>
     <member name="M:System.Data.Common.DbDataAdapter.#ctor">
       <summary>Initializes a new instance of a DataAdapter class.</summary>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.AddToBatch(System.Data.IDbCommand)">
       <summary>Adds a <see cref="T:System.Data.IDbCommand" /> to the current batch.</summary>
       <param name="command">The <see cref="T:System.Data.IDbCommand" /> to add to the batch.</param>
-      <exception cref="T:System.NotSupportedException">The adapter does not support batches.</exception>
       <returns>The number of commands in the batch before adding the <see cref="T:System.Data.IDbCommand" />.</returns>
+      <exception cref="T:System.NotSupportedException">The adapter does not support batches.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.ClearBatch">
       <summary>Removes all <see cref="T:System.Data.IDbCommand" /> objects from the batch.</summary>
       <param name="tableMapping">A <see cref="T:System.Data.Common.DataTableMapping" /> object.</param>
       <returns>A new instance of the <see cref="T:System.Data.Common.RowUpdatingEventArgs" /> class.</returns>
     </member>
+    <member name="F:System.Data.Common.DbDataAdapter.DefaultSourceTableName">
+      <summary>The default name used by the <see cref="T:System.Data.Common.DataAdapter" /> object for table mappings.</summary>
+    </member>
+    <member name="P:System.Data.Common.DbDataAdapter.DeleteCommand">
+      <summary>Gets or sets a command for deleting records from the data set.</summary>
+      <returns>An <see cref="T:System.Data.IDbCommand" /> used during <see cref="M:System.Data.IDataAdapter.Update(System.Data.DataSet)" /> to delete records in the data source for deleted rows in the data set.</returns>
+    </member>
     <member name="M:System.Data.Common.DbDataAdapter.Dispose(System.Boolean)">
       <summary>Releases the unmanaged resources used by the <see cref="T:System.Data.Common.DbDataAdapter" /> and optionally releases the managed resources.</summary>
       <param name="disposing">
       <summary>Adds or refreshes rows in a specified range in the <see cref="T:System.Data.DataSet" /> to match those in the data source using the <see cref="T:System.Data.DataSet" /> and <see cref="T:System.Data.DataTable" /> names.</summary>
       <param name="dataSet">A <see cref="T:System.Data.DataSet" /> to fill with records and, if necessary, schema.</param>
       <param name="startRecord">The zero-based record number to start with.</param>
-      <param name="maxRecords">The maximum number of records to retrieve. Specify 0 to retrieve all records after the start record.</param>
+      <param name="maxRecords">The maximum number of records to retrieve.</param>
       <param name="srcTable">The name of the source table to use for table mapping.</param>
+      <returns>The number of rows successfully added to or refreshed in the <see cref="T:System.Data.DataSet" />. This does not include rows affected by statements that do not return rows.</returns>
       <exception cref="T:System.SystemException">The <see cref="T:System.Data.DataSet" /> is invalid.</exception>
-      <exception cref="T:System.InvalidOperationException">The source table is invalid.  
-  
- -or-  
-  
- The connection is invalid.</exception>
+      <exception cref="T:System.InvalidOperationException">The source table is invalid.
+-or-
+The connection is invalid.</exception>
       <exception cref="T:System.InvalidCastException">The connection could not be found.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="startRecord" /> parameter is less than 0.  
-  
- -or-  
-  
- The <paramref name="maxRecords" /> parameter is less than 0.</exception>
-      <returns>The number of rows successfully added to or refreshed in the <see cref="T:System.Data.DataSet" />. This does not include rows affected by statements that do not return rows.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="startRecord" /> parameter is less than 0.
+-or-
+The <paramref name="maxRecords" /> parameter is less than 0.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet,System.Int32,System.Int32,System.String,System.Data.IDbCommand,System.Data.CommandBehavior)">
       <summary>Adds or refreshes rows in a specified range in the <see cref="T:System.Data.DataSet" /> to match those in the data source using the <see cref="T:System.Data.DataSet" /> and source table names, command string, and command behavior.</summary>
       <param name="dataSet">A <see cref="T:System.Data.DataSet" /> to fill with records and, if necessary, schema.</param>
       <param name="startRecord">The zero-based record number to start with.</param>
-      <param name="maxRecords">The maximum number of records to retrieve. Specify 0 to retrieve all records after the start record.</param>
+      <param name="maxRecords">The maximum number of records to retrieve.</param>
       <param name="srcTable">The name of the source table to use for table mapping.</param>
       <param name="command">The SQL SELECT statement used to retrieve rows from the data source.</param>
       <param name="behavior">One of the <see cref="T:System.Data.CommandBehavior" /> values.</param>
-      <exception cref="T:System.InvalidOperationException">The source table is invalid.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="startRecord" /> parameter is less than 0.  
-  
- -or-  
-  
- The <paramref name="maxRecords" /> parameter is less than 0.</exception>
       <returns>The number of rows successfully added to or refreshed in the <see cref="T:System.Data.DataSet" />. This does not include rows affected by statements that do not return rows.</returns>
+      <exception cref="T:System.InvalidOperationException">The source table is invalid.</exception>
+      <exception cref="T:System.ArgumentException">The <paramref name="startRecord" /> parameter is less than 0.
+-or-
+The <paramref name="maxRecords" /> parameter is less than 0.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet,System.String)">
       <summary>Adds or refreshes rows in the <see cref="T:System.Data.DataSet" /> to match those in the data source using the <see cref="T:System.Data.DataSet" /> and <see cref="T:System.Data.DataTable" /> names.</summary>
       <param name="dataSet">A <see cref="T:System.Data.DataSet" /> to fill with records and, if necessary, schema.</param>
       <param name="srcTable">The name of the source table to use for table mapping.</param>
-      <exception cref="T:System.SystemException">The source table is invalid.</exception>
       <returns>The number of rows successfully added to or refreshed in the <see cref="T:System.Data.DataSet" />. This does not include rows affected by statements that do not return rows.</returns>
+      <exception cref="T:System.SystemException">The source table is invalid.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.Fill(System.Data.DataTable)">
       <summary>Adds or refreshes rows in a specified range in the <see cref="T:System.Data.DataSet" /> to match those in the data source using the <see cref="T:System.Data.DataTable" /> name.</summary>
       <param name="dataTable">The name of the <see cref="T:System.Data.DataTable" /> to use for table mapping.</param>
-      <exception cref="T:System.InvalidOperationException">The source table is invalid.</exception>
       <returns>The number of rows successfully added to or refreshed in the <see cref="T:System.Data.DataSet" />. This does not include rows affected by statements that do not return rows.</returns>
+      <exception cref="T:System.InvalidOperationException">The source table is invalid.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.Fill(System.Data.DataTable,System.Data.IDbCommand,System.Data.CommandBehavior)">
       <summary>Adds or refreshes rows in a <see cref="T:System.Data.DataTable" /> to match those in the data source using the specified <see cref="T:System.Data.DataTable" />, <see cref="T:System.Data.IDbCommand" /> and <see cref="T:System.Data.CommandBehavior" />.</summary>
       <summary>Adds or refreshes rows in a specified range in the <see cref="T:System.Data.DataSet" /> to match those in the data source using the <see cref="T:System.Data.DataSet" /> and <see cref="T:System.Data.DataTable" /> names.</summary>
       <param name="dataTables">The <see cref="T:System.Data.DataTable" /> objects to fill from the data source.</param>
       <param name="startRecord">The zero-based record number to start with.</param>
-      <param name="maxRecords">The maximum number of records to retrieve. Specify 0 to retrieve all records after the start record.</param>
+      <param name="maxRecords">The maximum number of records to retrieve.</param>
       <param name="command">The <see cref="T:System.Data.IDbCommand" /> executed to fill the <see cref="T:System.Data.DataTable" /> objects.</param>
       <param name="behavior">One of the <see cref="T:System.Data.CommandBehavior" /> values.</param>
+      <returns>The number of rows added to or refreshed in the data tables.</returns>
       <exception cref="T:System.SystemException">The <see cref="T:System.Data.DataSet" /> is invalid.</exception>
-      <exception cref="T:System.InvalidOperationException">The source table is invalid.  
-  
- -or-  
-  
- The connection is invalid.</exception>
+      <exception cref="T:System.InvalidOperationException">The source table is invalid.
+-or-
+The connection is invalid.</exception>
       <exception cref="T:System.InvalidCastException">The connection could not be found.</exception>
-      <exception cref="T:System.ArgumentException">The <paramref name="startRecord" /> parameter is less than 0.  
-  
- -or-  
-  
- The <paramref name="maxRecords" /> parameter is less than 0.</exception>
-      <returns>The number of rows added to or refreshed in the data tables.</returns>
+      <exception cref="T:System.ArgumentException">The <paramref name="startRecord" /> parameter is less than 0.
+-or-
+The <paramref name="maxRecords" /> parameter is less than 0.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.Fill(System.Int32,System.Int32,System.Data.DataTable[])">
-      <summary>Adds or refreshes rows in one or more <see cref="T:System.Data.DataTable" /> objects to match those in the data source starting at the specified record and retrieving up to the specified maximum number of records.</summary>
+      <summary>Adds or refreshes rows in a <see cref="T:System.Data.DataTable" /> to match those in the data source starting at the specified record and retrieving up to the specified maximum number of records.</summary>
       <param name="startRecord">The zero-based record number to start with.</param>
-      <param name="maxRecords">The maximum number of records to retrieve. Specify 0 to retrieve all records after the start record.</param>
+      <param name="maxRecords">The maximum number of records to retrieve.</param>
       <param name="dataTables">The <see cref="T:System.Data.DataTable" /> objects to fill from the data source.</param>
-      <exception cref="T:System.ArgumentNullException">
-        <paramref name="dataTables" /> is <see langword="null" /> or an empty array.</exception>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="startRecord" /> is less than 0.
-
--or-
-
-<paramref name="maxRecords" /> is less than 0.</exception>
-      <returns>The number of rows successfully added to or refreshed in the <see cref="T:System.Data.DataTable" /> objects. This value does not include rows affected by statements that do not return rows.</returns>
+      <returns>The number of rows successfully added to or refreshed in the <see cref="T:System.Data.DataTable" />. This value does not include rows affected by statements that do not return rows.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbDataAdapter.FillCommandBehavior">
+      <summary>Gets or sets the behavior of the command used to fill the data adapter.</summary>
+      <returns>The <see cref="T:System.Data.CommandBehavior" /> of the command used to fill the data adapter.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType)">
       <summary>Adds a <see cref="T:System.Data.DataTable" /> named "Table" to the specified <see cref="T:System.Data.DataSet" /> and configures the schema to match that in the data source based on the specified <see cref="T:System.Data.SchemaType" />.</summary>
       <param name="dataSet">A <see cref="T:System.Data.DataSet" /> to insert the schema in.</param>
       <param name="schemaType">One of the <see cref="T:System.Data.SchemaType" /> values that specify how to insert the schema.</param>
       <param name="srcTable">The name of the source table to use for table mapping.</param>
-      <exception cref="T:System.ArgumentException">A source table from which to get the schema could not be found.</exception>
       <returns>A reference to a collection of <see cref="T:System.Data.DataTable" /> objects that were added to the <see cref="T:System.Data.DataSet" />.</returns>
+      <exception cref="T:System.ArgumentException">A source table from which to get the schema could not be found.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType)">
       <summary>Configures the schema of the specified <see cref="T:System.Data.DataTable" /> based on the specified <see cref="T:System.Data.SchemaType" />.</summary>
       <summary>Returns a <see cref="T:System.Data.IDataParameter" /> from one of the commands in the current batch.</summary>
       <param name="commandIdentifier">The index of the command to retrieve the parameter from.</param>
       <param name="parameterIndex">The index of the parameter within the command.</param>
-      <exception cref="T:System.NotSupportedException">The adapter does not support batches.</exception>
       <returns>The <see cref="T:System.Data.IDataParameter" /> specified.</returns>
+      <exception cref="T:System.NotSupportedException">The adapter does not support batches.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.GetBatchedRecordsAffected(System.Int32,System.Int32@,System.Exception@)">
       <summary>Returns information about an individual update attempt within a larger batched update.</summary>
       <summary>Initializes batching for the <see cref="T:System.Data.Common.DbDataAdapter" />.</summary>
       <exception cref="T:System.NotSupportedException">The adapter does not support batches.</exception>
     </member>
+    <member name="P:System.Data.Common.DbDataAdapter.InsertCommand">
+      <summary>Gets or sets a command used to insert new records into the data source.</summary>
+      <returns>A <see cref="T:System.Data.IDbCommand" /> used during <see cref="M:System.Data.IDataAdapter.Update(System.Data.DataSet)" /> to insert records in the data source for new rows in the data set.</returns>
+    </member>
     <member name="M:System.Data.Common.DbDataAdapter.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)">
-      <summary>Raises the <see langword="RowUpdated" /> event of a .NET data provider.</summary>
+      <summary>Raises the <see langword="RowUpdated" /> event of a .NET Framework data provider.</summary>
       <param name="value">A <see cref="T:System.Data.Common.RowUpdatedEventArgs" /> that contains the event data.</param>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)">
-      <summary>Raises the <see langword="RowUpdating" /> event of a .NET data provider.</summary>
+      <summary>Raises the <see langword="RowUpdating" /> event of a .NET Framework data provider.</summary>
       <param name="value">An <see cref="T:System.Data.Common.RowUpdatingEventArgs" /> that contains the event data.</param>
     </member>
+    <member name="P:System.Data.Common.DbDataAdapter.SelectCommand">
+      <summary>Gets or sets a command used to select records in the data source.</summary>
+      <returns>A <see cref="T:System.Data.IDbCommand" /> that is used during <see cref="M:System.Data.IDataAdapter.Update(System.Data.DataSet)" /> to select records from data source for placement in the data set.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbDataAdapter.System#Data#IDbDataAdapter#DeleteCommand">
+      <summary>Gets or sets an SQL statement for deleting records from the data set.</summary>
+      <returns>An <see cref="T:System.Data.IDbCommand" /> used during <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" /> to delete records in the data source for deleted rows in the data set.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbDataAdapter.System#Data#IDbDataAdapter#InsertCommand">
+      <summary>Gets or sets an SQL statement used to insert new records into the data source.</summary>
+      <returns>An <see cref="T:System.Data.IDbCommand" /> used during <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" /> to insert records in the data source for new rows in the data set.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbDataAdapter.System#Data#IDbDataAdapter#SelectCommand">
+      <summary>Gets or sets an SQL statement used to select records in the data source.</summary>
+      <returns>An <see cref="T:System.Data.IDbCommand" /> that is used during <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" /> to select records from data source for placement in the data set.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbDataAdapter.System#Data#IDbDataAdapter#UpdateCommand">
+      <summary>Gets or sets an SQL statement used to update records in the data source.</summary>
+      <returns>An <see cref="T:System.Data.IDbCommand" /> used during <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" /> to update records in the data source for modified rows in the data set.</returns>
+    </member>
     <member name="M:System.Data.Common.DbDataAdapter.System#ICloneable#Clone">
       <summary>Creates a new object that is a copy of the current instance.</summary>
       <returns>A new object that is a copy of this instance.</returns>
     <member name="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[])">
       <summary>Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array in the <see cref="T:System.Data.DataSet" />.</summary>
       <param name="dataRows">An array of <see cref="T:System.Data.DataRow" /> objects used to update the data source.</param>
+      <returns>The number of rows successfully updated from the <see cref="T:System.Data.DataSet" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Data.DataSet" /> is invalid.</exception>
       <exception cref="T:System.InvalidOperationException">The source table is invalid.</exception>
-      <exception cref="T:System.SystemException">No <see cref="T:System.Data.DataRow" /> exists to update.  
-  
- -or-  
-  
- No <see cref="T:System.Data.DataTable" /> exists to update.  
-  
- -or-  
-  
- No <see cref="T:System.Data.DataSet" /> exists to use as a source.</exception>
+      <exception cref="T:System.SystemException">No <see cref="T:System.Data.DataRow" /> exists to update.
+-or-
+No <see cref="T:System.Data.DataTable" /> exists to update.
+-or-
+No <see cref="T:System.Data.DataSet" /> exists to use as a source.</exception>
       <exception cref="T:System.Data.DBConcurrencyException">An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.</exception>
-      <returns>The number of rows successfully updated from the <see cref="T:System.Data.DataSet" />.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping)">
-      <summary>Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of <see cref="T:System.Data.DataRow" /> objects.</summary>
+      <summary>Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of <see cref="T:System.Data.DataSet" /> objects.</summary>
       <param name="dataRows">An array of <see cref="T:System.Data.DataRow" /> objects used to update the data source.</param>
       <param name="tableMapping">The <see cref="P:System.Data.IDataAdapter.TableMappings" /> collection to use.</param>
+      <returns>The number of rows successfully updated from the <see cref="T:System.Data.DataSet" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Data.DataSet" /> is invalid.</exception>
       <exception cref="T:System.InvalidOperationException">The source table is invalid.</exception>
-      <exception cref="T:System.SystemException">No <see cref="T:System.Data.DataRow" /> exists to update.  
-  
- -or-  
-  
- No <see cref="T:System.Data.DataTable" /> exists to update.  
-  
- -or-  
-  
- No <see cref="T:System.Data.DataSet" /> exists to use as a source.</exception>
+      <exception cref="T:System.SystemException">No <see cref="T:System.Data.DataRow" /> exists to update.
+-or-
+No <see cref="T:System.Data.DataTable" /> exists to update.
+-or-
+No <see cref="T:System.Data.DataSet" /> exists to use as a source.</exception>
       <exception cref="T:System.Data.DBConcurrencyException">An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.</exception>
-      <returns>The number of rows successfully updated from the array of <see cref="T:System.Data.DataRow" /> objects.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)">
       <summary>Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified <see cref="T:System.Data.DataSet" />.</summary>
       <param name="dataSet">The <see cref="T:System.Data.DataSet" /> used to update the data source.</param>
+      <returns>The number of rows successfully updated from the <see cref="T:System.Data.DataSet" />.</returns>
       <exception cref="T:System.InvalidOperationException">The source table is invalid.</exception>
       <exception cref="T:System.Data.DBConcurrencyException">An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.</exception>
-      <returns>The number of rows successfully updated from the <see cref="T:System.Data.DataSet" />.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet,System.String)">
       <summary>Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the <see cref="T:System.Data.DataSet" /> with the specified <see cref="T:System.Data.DataTable" /> name.</summary>
       <param name="dataSet">The <see cref="T:System.Data.DataSet" /> to use to update the data source.</param>
       <param name="srcTable">The name of the source table to use for table mapping.</param>
+      <returns>The number of rows successfully updated from the <see cref="T:System.Data.DataSet" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Data.DataSet" /> is invalid.</exception>
       <exception cref="T:System.InvalidOperationException">The source table is invalid.</exception>
       <exception cref="T:System.Data.DBConcurrencyException">An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.</exception>
-      <returns>The number of rows successfully updated from the <see cref="T:System.Data.DataSet" />.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataTable)">
       <summary>Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified <see cref="T:System.Data.DataTable" />.</summary>
       <param name="dataTable">The <see cref="T:System.Data.DataTable" /> used to update the data source.</param>
+      <returns>The number of rows successfully updated from the <see cref="T:System.Data.DataTable" />.</returns>
       <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Data.DataSet" /> is invalid.</exception>
       <exception cref="T:System.InvalidOperationException">The source table is invalid.</exception>
-      <exception cref="T:System.SystemException">No <see cref="T:System.Data.DataRow" /> exists to update.  
+      <exception cref="T:System.SystemException">No <see cref="T:System.Data.DataRow" /> exists to update.
+-or-
+No <see cref="T:System.Data.DataTable" /> exists to update.
+-or-
+No <see cref="T:System.Data.DataSet" /> exists to use as a source.</exception>
+      <exception cref="T:System.Data.DBConcurrencyException">An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.</exception>
+    </member>
+    <member name="P:System.Data.Common.DbDataAdapter.UpdateBatchSize">
+      <summary>Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch.</summary>
+      <returns>The number of rows to process per batch.
+  Value is  
   
- -or-  
+  Effect  
   
- No <see cref="T:System.Data.DataTable" /> exists to update.  
+  0  
   
- -or-  
+  There is no limit on the batch size.  
   
- No <see cref="T:System.Data.DataSet" /> exists to use as a source.</exception>
-      <exception cref="T:System.Data.DBConcurrencyException">An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.</exception>
-      <returns>The number of rows successfully updated from the <see cref="T:System.Data.DataTable" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataAdapter.DeleteCommand">
-      <summary>Gets or sets a command for deleting records from the data set.</summary>
-      <returns>An <see cref="T:System.Data.IDbCommand" /> used during <see cref="M:System.Data.IDataAdapter.Update(System.Data.DataSet)" /> to delete records in the data source for deleted rows in the data set.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataAdapter.FillCommandBehavior">
-      <summary>Gets or sets the behavior of the command used to fill the data adapter.</summary>
-      <returns>The <see cref="T:System.Data.CommandBehavior" /> of the command used to fill the data adapter.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataAdapter.InsertCommand">
-      <summary>Gets or sets a command used to insert new records into the data source.</summary>
-      <returns>A <see cref="T:System.Data.IDbCommand" /> used during <see cref="M:System.Data.IDataAdapter.Update(System.Data.DataSet)" /> to insert records in the data source for new rows in the data set.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataAdapter.SelectCommand">
-      <summary>Gets or sets a command used to select records in the data source.</summary>
-      <returns>A <see cref="T:System.Data.IDbCommand" /> that is used during <see cref="M:System.Data.IDataAdapter.Update(System.Data.DataSet)" /> to select records from data source for placement in the data set.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataAdapter.System#Data#IDbDataAdapter#DeleteCommand">
-      <summary>Gets or sets an SQL statement for deleting records from the data set.</summary>
-      <returns>An <see cref="T:System.Data.IDbCommand" /> used during <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" /> to delete records in the data source for deleted rows in the data set.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataAdapter.System#Data#IDbDataAdapter#InsertCommand">
-      <summary>Gets or sets an SQL statement used to insert new records into the data source.</summary>
-      <returns>An <see cref="T:System.Data.IDbCommand" /> used during <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" /> to insert records in the data source for new rows in the data set.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataAdapter.System#Data#IDbDataAdapter#SelectCommand">
-      <summary>Gets or sets an SQL statement used to select records in the data source.</summary>
-      <returns>An <see cref="T:System.Data.IDbCommand" /> that is used during <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" /> to select records from data source for placement in the data set.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataAdapter.System#Data#IDbDataAdapter#UpdateCommand">
-      <summary>Gets or sets an SQL statement used to update records in the data source.</summary>
-      <returns>An <see cref="T:System.Data.IDbCommand" /> used during <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" /> to update records in the data source for modified rows in the data set.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataAdapter.UpdateBatchSize">
-      <summary>Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch.</summary>
-      <returns>The number of rows to process per batch.  
+  1  
   
- <list type="table"><listheader><term> Value is</term><description> Effect</description></listheader><item><term> 0</term><description> There is no limit on the batch size.</description></item><item><term> 1</term><description> Disables batch updating.</description></item><item><term> &gt; 1</term><description> Changes are sent using batches of <see cref="P:System.Data.Common.DbDataAdapter.UpdateBatchSize" /> operations at a time.</description></item></list>  
-
- When setting this to a value other than 1, all the commands associated with the <see cref="T:System.Data.Common.DbDataAdapter" /> must have their <see cref="P:System.Data.IDbCommand.UpdatedRowSource" /> property set to None or OutputParameters. An exception will be thrown otherwise.</returns>
+  Disables batch updating.  
+  
+  &gt; 1  
+  
+  Changes are sent using batches of <see cref="P:System.Data.Common.DbDataAdapter.UpdateBatchSize" /> operations at a time.  
+  
+   
+When setting this to a value other than 1, all the commands associated with the <see cref="T:System.Data.Common.DbDataAdapter" /> must have their <see cref="P:System.Data.IDbCommand.UpdatedRowSource" /> property set to None or OutputParameters. An exception will be thrown otherwise.</returns>
     </member>
     <member name="P:System.Data.Common.DbDataAdapter.UpdateCommand">
       <summary>Gets or sets a command used to update records in the data source.</summary>
       <summary>Asynchronously closes the <see cref="T:System.Data.Common.DbDataReader" /> object.</summary>
       <returns>A task representing the asynchronous operation.</returns>
     </member>
+    <member name="P:System.Data.Common.DbDataReader.Depth">
+      <summary>Gets a value indicating the depth of nesting for the current row.</summary>
+      <returns>The depth of nesting for the current row.</returns>
+    </member>
     <member name="M:System.Data.Common.DbDataReader.Dispose">
       <summary>Releases all resources used by the current instance of the <see cref="T:System.Data.Common.DbDataReader" /> class.</summary>
     </member>
     <member name="M:System.Data.Common.DbDataReader.Dispose(System.Boolean)">
-      <summary>Releases the unmanaged resources used by the <see cref="T:System.Data.Common.DbDataReader" /> and optionally releases the managed resources.</summary>
+      <summary>Releases the managed resources used by the <see cref="T:System.Data.Common.DbDataReader" /> and optionally releases the unmanaged resources.</summary>
       <param name="disposing">
         <see langword="true" /> to release managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
     </member>
       <summary>Asynchronously releases all resources used by the current instance of the <see cref="T:System.Data.Common.DbDataReader" /> class.</summary>
       <returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous operation.</returns>
     </member>
+    <member name="P:System.Data.Common.DbDataReader.FieldCount">
+      <summary>When overridden in a derived class, gets the number of columns in the current row.</summary>
+      <returns>The number of columns in the current row.</returns>
+      <exception cref="T:System.NotSupportedException">There is no current connection to an instance of SQL Server.</exception>
+    </member>
     <member name="M:System.Data.Common.DbDataReader.GetBoolean(System.Int32)">
       <summary>When overridden in a derived class, gets the value of the specified column as a Boolean.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetByte(System.Int32)">
       <summary>When overridden in a derived class, gets the value of the specified column as a byte.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)">
       <summary>When overridden in a derived class, reads a specified number of bytes from the specified column starting at a specified index and writes them to a buffer starting at a specified position in the buffer.</summary>
       <param name="dataOffset">The index within the row from which to begin the read operation.</param>
       <param name="buffer">The buffer into which to copy the data.</param>
       <param name="bufferOffset">The index with the buffer to which the data will be copied.</param>
-      <param name="length">The maximum number of bytes to read.</param>
+      <param name="length">The maximum number of characters to read.</param>
+      <returns>The actual number of bytes read.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The actual number of bytes read.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetChar(System.Int32)">
       <summary>When overridden in a derived class, gets the value of the specified column as a single character.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)">
       <summary>When overridden in a derived class, reads a specified number of characters from a specified column starting at a specified index, and writes them to a buffer starting at a specified position.</summary>
       <param name="length">The maximum number of characters to read.</param>
       <returns>The actual number of characters read.</returns>
     </member>
-    <member name="M:System.Data.Common.DbDataReader.GetColumnSchemaAsync(System.Threading.CancellationToken)">
-      <summary>This is the asynchronous version of <see cref="M:System.Data.Common.DbDataReaderExtensions.GetColumnSchema(System.Data.Common.DbDataReader)" />.
-            Providers should override with an appropriate implementation.
-            The <paramref name="cancellationToken" /> can optionally be honored.
-            The default implementation invokes the synchronous <see cref="M:System.Data.Common.DbDataReaderExtensions.GetColumnSchema(System.Data.Common.DbDataReader)" /> call and returns a completed task.
-            The default implementation will return a cancelled task if passed an already cancelled <paramref name="cancellationToken" />.
-            Exceptions thrown by <see cref="M:System.Data.Common.DbDataReaderExtensions.GetColumnSchema(System.Data.Common.DbDataReader)" /> will be communicated via the returned Task Exception property.</summary>
-      <param name="cancellationToken">The cancellation instruction.</param>
-      <returns>A task representing the asynchronous operation.</returns>
-    </member>
     <member name="M:System.Data.Common.DbDataReader.GetData(System.Int32)">
       <summary>Returns a nested data reader for the requested column.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <returns>A data reader.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetDataTypeName(System.Int32)">
       <summary>When overridden in a derived class, gets name of the data type of the specified column.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <returns>The name of the data type.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetDateTime(System.Int32)">
       <summary>When overridden in a derived class, gets the value of the specified column as a <see cref="T:System.DateTime" /> object.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetDbDataReader(System.Int32)">
       <summary>Returns a <see cref="T:System.Data.Common.DbDataReader" /> object for the requested column ordinal that can be overridden with a provider-specific implementation.</summary>
     <member name="M:System.Data.Common.DbDataReader.GetDecimal(System.Int32)">
       <summary>When overridden in a derived class, gets the value of the specified column as a <see cref="T:System.Decimal" />.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetDouble(System.Int32)">
       <summary>When overridden in a derived class, gets the value of the specified column as a double-precision floating point number.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
-      <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
       <returns>The value of the specified column.</returns>
+      <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetEnumerator">
       <summary>When overridden in a derived class, returns an enumerator that can be used to iterate through the rows in the data reader.</summary>
     <member name="M:System.Data.Common.DbDataReader.GetFieldType(System.Int32)">
       <summary>When overridden in a derived class, gets the data type of the specified column.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The data type of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The data type of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetFieldValue``1(System.Int32)">
       <summary>Gets the value of the specified column as the requested type.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
       <typeparam name="T">The type of the value to be returned.</typeparam>
-      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during data retrieval.  
-
+      <returns>The value of the specified column.</returns>
+      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during data retrieval.
 -or-
-  
- The data reader was closed during data retrieval.  
-  
+The data reader was closed during data retrieval.
 -or-
-
- There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or it returned <see langword="false" />).  
-
+There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or it returned <see langword="false" />).
 -or-
-
- The reader tried to read a previously-read column in sequential mode.  
-
+The reader tried to read a previously-read column in sequential mode.
 -or-
-
- There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
+There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The value returned by the database doesn't match or cannot be cast to <typeparamref name="T" />.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetFieldValueAsync``1(System.Int32)">
       <summary>Asynchronously gets the value of the specified column as the requested type.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
       <typeparam name="T">The type of the value to be returned.</typeparam>
-      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during data retrieval.  
-  
+      <returns>A task whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> contains the value of the specified column.</returns>
+      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during data retrieval.
 -or-
-
- The data reader was closed during the data retrieval.  
-
+The data reader was closed during the data retrieval.
 -or-
-
- There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or it returned <see langword="false" />).
-
+There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or it returned <see langword="false" />).
 -or-
-
- Tried to read a previously-read column in sequential mode.  
-
+Tried to read a previously-read column in sequential mode.
 -or-
-
- There was an asynchronous operation in progress. This applies to all Get_*_ methods when running in sequential mode, as they could be called while reading a stream.</exception>
+There was an asynchronous operation in progress. This applies to all Get_*_ methods when running in sequential mode, as they could be called while reading a stream.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The value returned by the database doesn't match or cannot be cast to <typeparamref name="T" />.</exception>
-      <returns>A task whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> contains the value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetFieldValueAsync``1(System.Int32,System.Threading.CancellationToken)">
       <summary>Asynchronously gets the value of the specified column as the requested type.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
       <param name="cancellationToken">A token to cancel the asynchronous operation.</param>
       <typeparam name="T">The type of the value to be returned.</typeparam>
-      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during data retrieval.  
-  
+      <returns>A task whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> contains the value of the specified column.</returns>
+      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during data retrieval.
 -or-
-
- The data reader was closed during the data retrieval.  
-
+The data reader was closed during the data retrieval.
 -or-
-
- There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or it returned <see langword="false" />).
-
+There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or it returned <see langword="false" />).
 -or-
-
- Tried to read a previously-read column in sequential mode.  
-
+Tried to read a previously-read column in sequential mode.
 -or-
-
- There was an asynchronous operation in progress. This applies to all Get_*_ methods when running in sequential mode, as they could be called while reading a stream.</exception>
+There was an asynchronous operation in progress. This applies to all Get_*_ methods when running in sequential mode, as they could be called while reading a stream.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The value returned by the database doesn't match or cannot be cast to <typeparamref name="T" />.</exception>
-      <returns>A task whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> contains the value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetFloat(System.Int32)">
       <summary>When overridden in a derived class, gets the value of the specified column as a single-precision floating point number.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetGuid(System.Int32)">
       <summary>When overridden in a derived class, gets the value of the specified column as a globally unique identifier (GUID).</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetInt16(System.Int32)">
       <summary>When overridden in a derived class, gets the value of the specified column as a 16-bit signed integer.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetInt32(System.Int32)">
       <summary>When overridden in a derived class, gets the value of the specified column as a 32-bit signed integer.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetInt64(System.Int32)">
       <summary>When overridden in a derived class, gets the value of the specified column as a 64-bit signed integer.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetName(System.Int32)">
       <summary>When overridden in a derived class, gets the name of the column, given the zero-based column ordinal.</summary>
     <member name="M:System.Data.Common.DbDataReader.GetOrdinal(System.String)">
       <summary>When overridden in a derived class, gets the column ordinal given the name of the column.</summary>
       <param name="name">The name of the column.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <returns>The zero-based column ordinal.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetProviderSpecificFieldType(System.Int32)">
       <summary>Gets the provider-specific type of the specified column.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <returns>A provider-specific .NET type.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetProviderSpecificValue(System.Int32)">
       <summary>Gets the value of the specified column as an instance of a provider-specific type.</summary>
       <returns>The number of instances of elements in the array.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetSchemaTable">
-      <summary>Returns a <see cref="T:System.Data.DataTable" /> that describes the column metadata of the <see cref="T:System.Data.Common.DbDataReader" />.
-Returns <see langword="null" /> if the executed command returned no resultset, or after <see cref="M:System.Data.Common.DbDataReader.NextResult" /> returns <see langword="false" />.</summary>
+      <summary>Returns a <see cref="T:System.Data.DataTable" /> that describes the column metadata of the <see cref="T:System.Data.Common.DbDataReader" />.</summary>
+      <returns>A <see cref="T:System.Data.DataTable" /> that describes the column metadata.</returns>
       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Data.Common.DbDataReader" /> is closed.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
-      <exception cref="T:System.NotSupportedException">.NET Core and .NET 5+ only: In all cases.</exception>
-      <returns>A <see cref="T:System.Data.DataTable" /> that describes the column metadata.</returns>
-    </member>
-    <member name="M:System.Data.Common.DbDataReader.GetSchemaTableAsync(System.Threading.CancellationToken)">
-      <summary>This is the asynchronous version of <see cref="M:System.Data.Common.DbDataReader.GetSchemaTable" />.
-            Providers should override with an appropriate implementation.
-            The <paramref name="cancellationToken" /> can optionally be honored.
-            The default implementation invokes the synchronous <see cref="M:System.Data.Common.DbDataReader.GetSchemaTable" /> call and returns a completed task.
-            The default implementation will return a cancelled task if passed an already cancelled <paramref name="cancellationToken" />.
-            Exceptions thrown by <see cref="M:System.Data.Common.DbDataReader.GetSchemaTable" /> will be communicated via the returned Task Exception property.</summary>
-      <param name="cancellationToken">The cancellation instruction.</param>
-      <returns>A task representing the asynchronous operation.</returns>
+      <exception cref="T:System.NotSupportedException">.NET Core only: This member is not supported.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetStream(System.Int32)">
       <summary>Gets a stream to retrieve data from the specified column.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
-      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.  
-  
+      <returns>A stream.</returns>
+      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.
 -or-
-
- The data reader is closed during the data retrieval.  
-
+The data reader is closed during the data retrieval.
 -or-
-
- There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).  
-
+There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).
 -or-
-
- The data reader tried to read a previously-read column in sequential mode.  
-
+The data reader tried to read a previously-read column in sequential mode.
 -or-
-
- There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
+There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified column isn't a binary type that supports reading with a <see cref="T:System.IO.Stream" />.</exception>
-      <returns>A stream.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetString(System.Int32)">
       <summary>When overridden in a derived class, gets the value of the specified column as an instance of <see cref="T:System.String" />.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetTextReader(System.Int32)">
       <summary>Gets a text reader to retrieve data from the column.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
-      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.  
-  
+      <returns>A text reader.</returns>
+      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.
 -or-
-
- The data reader is closed during the data retrieval.  
-
+The data reader is closed during the data retrieval.
 -or-
-
- There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).  
-
+There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).
 -or-
-
- The data reader tried to read a previously-read column in sequential mode.  
-
+The data reader tried to read a previously-read column in sequential mode.
 -or-
-
- There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
+There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The specified column isn't a text type that supports reading with a <see cref="T:System.IO.TextReader" />.</exception>
-      <returns>A text reader.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetValue(System.Int32)">
       <summary>When overridden in a derived class, gets the value of the specified column as an instance of <see cref="T:System.Object" />.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <returns>The value of the specified column.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataReader.GetValues(System.Object[])">
       <summary>When overridden in a derived class, populates an array of objects with the column values of the current row.</summary>
       <param name="values">An array of <see cref="T:System.Object" /> into which to copy the attribute columns.</param>
       <returns>The number of instances of <see cref="T:System.Object" /> in the array.</returns>
     </member>
+    <member name="P:System.Data.Common.DbDataReader.HasRows">
+      <summary>When overridden in a derived class, gets a value that indicates whether this <see cref="T:System.Data.Common.DbDataReader" /> contains one or more rows.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Data.Common.DbDataReader" /> contains one or more rows; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbDataReader.IsClosed">
+      <summary>When overridden in a derived class, gets a value indicating whether the <see cref="T:System.Data.Common.DbDataReader" /> is closed.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Data.Common.DbDataReader" /> is closed; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Data.Common.DbDataReader" /> is closed.</exception>
+    </member>
     <member name="M:System.Data.Common.DbDataReader.IsDBNull(System.Int32)">
       <summary>When overridden in a derived class, gets a value that indicates whether the column contains nonexistent or missing values.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
       <returns>
         <see langword="true" /> if the specified column is equivalent to <see cref="T:System.DBNull" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataReader.IsDBNullAsync(System.Int32)">
       <summary>Asynchronously gets a value that indicates whether the column contains non-existent or missing values.</summary>
       <param name="ordinal">The zero-based column to be retrieved.</param>
-      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.  
-  
+      <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is <see langword="true" /> if the specified column value is equivalent to <see langword="DBNull" /> or <see langword="false" /> if it is not.</returns>
+      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.
 -or-
-
- The data reader is closed during the data retrieval.  
-
+The data reader is closed during the data retrieval.
 -or-
-
- There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).  
-
+There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).
 -or-
-
- Trying to read a previously read column in sequential mode.  
-
+Trying to read a previously read column in sequential mode.
 -or-
-
- There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
+There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
-      <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is <see langword="true" /> if the specified column value is equivalent to <see langword="DBNull" /> or <see langword="false" /> if it is not.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.IsDBNullAsync(System.Int32,System.Threading.CancellationToken)">
       <summary>Asynchronously gets a value that indicates whether the column contains non-existent or missing values.</summary>
       <param name="ordinal">The zero-based column to be retrieved.</param>
       <param name="cancellationToken">A token to cancel the asynchronous operation.</param>
-      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.  
-  
+      <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is <see langword="true" /> if the specified column value is equivalent to <see langword="DBNull" /> or <see langword="false" /> if it is not.</returns>
+      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.
 -or-
-
- The data reader is closed during the data retrieval.  
-
+The data reader is closed during the data retrieval.
 -or-
-
- There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).  
-
+There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).
 -or-
-
- Trying to read a previously read column in sequential mode.  
-
+Trying to read a previously read column in sequential mode.
 -or-
-  
- There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
+There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
+      <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
+    </member>
+    <member name="P:System.Data.Common.DbDataReader.Item(System.Int32)">
+      <summary>When overridden in a derived class, gets the value of the specified column as an instance of <see cref="T:System.Object" />.</summary>
+      <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
-      <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is <see langword="true" /> if the specified column value is equivalent to <see langword="DBNull" /> or <see langword="false" /> if it is not.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbDataReader.Item(System.String)">
+      <summary>When overridden in a derived class, gets the value of the specified column as an instance of <see cref="T:System.Object" />.</summary>
+      <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">No column with the specified name was found.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataReader.NextResult">
       <summary>When overridden in a derived class, advances the reader to the next result when reading the results of a batch of statements.</summary>
@@ -2381,14 +2142,14 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     </member>
     <member name="M:System.Data.Common.DbDataReader.NextResultAsync">
       <summary>Asynchronously advances the reader to the next result when reading the results of a batch of statements.</summary>
-      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
       <returns>A task whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is <see langword="true" /> if there are more result sets or <see langword="false" /> if there aren't.</returns>
+      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataReader.NextResultAsync(System.Threading.CancellationToken)">
       <summary>Asynchronously advances the reader to the next result when reading the results of a batch of statements.</summary>
       <param name="cancellationToken">The cancellation instruction.</param>
-      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
       <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is <see langword="true" /> if there are more result sets or <see langword="false" /> if there aren't.</returns>
+      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataReader.Read">
       <summary>When overridden in a derived class, advances the reader to the next record in a result set.</summary>
@@ -2397,56 +2158,24 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     </member>
     <member name="M:System.Data.Common.DbDataReader.ReadAsync">
       <summary>Asynchronously advances the reader to the next record in a result set.</summary>
-      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
       <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is <see langword="true" /> if there are more rows or <see langword="false" /> if there aren't.</returns>
+      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataReader.ReadAsync(System.Threading.CancellationToken)">
       <summary>Asynchronously advances the reader to the next record in a result set.</summary>
       <param name="cancellationToken">The cancellation instruction.</param>
-      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
       <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is <see langword="true" /> if there are more rows or <see langword="false" /> if there aren't.</returns>
+      <exception cref="T:System.Data.Common.DbException">An error occurred while executing the command text.</exception>
+    </member>
+    <member name="P:System.Data.Common.DbDataReader.RecordsAffected">
+      <summary>When overridden in a derived class, gets the number of rows changed, inserted, or deleted by execution of the SQL statement.</summary>
+      <returns>The number of rows changed, inserted, or deleted. -1 for SELECT statements; 0 if no rows were affected or the statement failed.</returns>
     </member>
     <member name="M:System.Data.Common.DbDataReader.System#Data#IDataRecord#GetData(System.Int32)">
       <summary>For a description of this member, see <see cref="M:System.Data.IDataRecord.GetData(System.Int32)" />.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
       <returns>An instance of <see cref="T:System.Data.IDataReader" /> to be used when the field points to more remote structured data.</returns>
     </member>
-    <member name="P:System.Data.Common.DbDataReader.Depth">
-      <summary>Gets a value indicating the depth of nesting for the current row.</summary>
-      <returns>The depth of nesting for the current row.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataReader.FieldCount">
-      <summary>When overridden in a derived class, gets the number of columns in the current row.</summary>
-      <exception cref="T:System.NotSupportedException">There is no current connection to an instance of SQL Server.</exception>
-      <returns>The number of columns in the current row.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataReader.HasRows">
-      <summary>When overridden in a derived class, gets a value that indicates whether this <see cref="T:System.Data.Common.DbDataReader" /> contains one or more rows.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Data.Common.DbDataReader" /> contains one or more rows; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataReader.IsClosed">
-      <summary>When overridden in a derived class, gets a value indicating whether the <see cref="T:System.Data.Common.DbDataReader" /> is closed.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Data.Common.DbDataReader" /> is closed.</exception>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Data.Common.DbDataReader" /> is closed; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataReader.Item(System.Int32)">
-      <summary>When overridden in a derived class, gets the value of the specified column as an instance of <see cref="T:System.Object" />.</summary>
-      <param name="ordinal">The zero-based column ordinal.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
-      <returns>The value of the specified column.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataReader.Item(System.String)">
-      <summary>When overridden in a derived class, gets the value of the specified column as an instance of <see cref="T:System.Object" />.</summary>
-      <param name="name">The name of the column.</param>
-      <exception cref="T:System.IndexOutOfRangeException">No column with the specified name was found.</exception>
-      <returns>The value of the specified column.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataReader.RecordsAffected">
-      <summary>When overridden in a derived class, gets the number of rows changed, inserted, or deleted by execution of the SQL statement.</summary>
-      <returns>The number of rows changed, inserted, or deleted. -1 for SELECT statements; 0 if no rows were affected or the statement failed.</returns>
-    </member>
     <member name="P:System.Data.Common.DbDataReader.VisibleFieldCount">
       <summary>Gets the number of fields in the <see cref="T:System.Data.Common.DbDataReader" /> that are not hidden.</summary>
       <returns>The number of fields that are not hidden.</returns>
@@ -2471,6 +2200,11 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.Common.DbDataRecord.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Data.Common.DbDataRecord" /> class.</summary>
     </member>
+    <member name="P:System.Data.Common.DbDataRecord.FieldCount">
+      <summary>Indicates the number of fields within the current record. This property is read-only.</summary>
+      <returns>The number of fields within the current record.</returns>
+      <exception cref="T:System.NotSupportedException">Not connected to a data source to read from.</exception>
+    </member>
     <member name="M:System.Data.Common.DbDataRecord.GetBoolean(System.Int32)">
       <summary>Returns the value of the specified column as a Boolean.</summary>
       <param name="i">The column ordinal.</param>
@@ -2548,8 +2282,8 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.Common.DbDataRecord.GetGuid(System.Int32)">
       <summary>Returns the GUID value of the specified field.</summary>
       <param name="i">The index of the field to return.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The GUID value of the specified field.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.Common.DbDataRecord.GetInt16(System.Int32)">
       <summary>Returns the value of the specified column as a 16-bit signed integer.</summary>
@@ -2597,6 +2331,16 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <returns>
         <see langword="true" /> if the specified column is equivalent to <see cref="T:System.DBNull" />; otherwise <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Data.Common.DbDataRecord.Item(System.Int32)">
+      <summary>Indicates the value at the specified column in its native format given the column ordinal. This property is read-only.</summary>
+      <param name="i">The column ordinal.</param>
+      <returns>The value at the specified column in its native format.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbDataRecord.Item(System.String)">
+      <summary>Indicates the value at the specified column in its native format given the column name. This property is read-only.</summary>
+      <param name="name">The column name.</param>
+      <returns>The value at the specified column in its native format.</returns>
+    </member>
     <member name="M:System.Data.Common.DbDataRecord.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">
       <summary>Returns a collection of custom attributes for this instance of a component.</summary>
       <returns>An <see cref="T:System.ComponentModel.AttributeCollection" /> that contains the attributes for this object.</returns>
@@ -2649,21 +2393,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that represents the property whose owner is to be found.</param>
       <returns>An <see cref="T:System.Object" /> that represents the owner of the specified property.</returns>
     </member>
-    <member name="P:System.Data.Common.DbDataRecord.FieldCount">
-      <summary>Indicates the number of fields within the current record. This property is read-only.</summary>
-      <exception cref="T:System.NotSupportedException">Not connected to a data source to read from.</exception>
-      <returns>The number of fields within the current record.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataRecord.Item(System.Int32)">
-      <summary>Indicates the value at the specified column in its native format given the column ordinal. This property is read-only.</summary>
-      <param name="i">The column ordinal.</param>
-      <returns>The value at the specified column in its native format.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbDataRecord.Item(System.String)">
-      <summary>Indicates the value at the specified column in its native format given the column name. This property is read-only.</summary>
-      <param name="name">The column name.</param>
-      <returns>The value at the specified column in its native format.</returns>
-    </member>
     <member name="T:System.Data.Common.DbDataSourceEnumerator">
       <summary>Provides a mechanism for enumerating all available instances of database servers within the local network.</summary>
     </member>
@@ -2675,7 +2404,7 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <returns>A <see cref="T:System.Data.DataTable" /> containing information about the visible instances of the associated data source.</returns>
     </member>
     <member name="T:System.Data.Common.DbEnumerator">
-      <summary>Exposes the <see cref="M:System.Collections.IEnumerable.GetEnumerator" /> method, which supports a simple iteration over a collection by a .NET data provider.</summary>
+      <summary>Exposes the <see cref="M:System.Collections.IEnumerable.GetEnumerator" /> method, which supports a simple iteration over a collection by a .NET Framework data provider.</summary>
     </member>
     <member name="M:System.Data.Common.DbEnumerator.#ctor(System.Data.Common.DbDataReader)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.Common.DbEnumerator" /> class with the give n data reader.</summary>
@@ -2697,21 +2426,21 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="closeReader">
         <see langword="true" /> to automatically close the <see langword="DataReader" /> after iterating through its data; otherwise, <see langword="false" />.</param>
     </member>
+    <member name="P:System.Data.Common.DbEnumerator.Current">
+      <summary>Gets the current element in the collection.</summary>
+      <returns>The current element in the collection.</returns>
+      <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element.</exception>
+    </member>
     <member name="M:System.Data.Common.DbEnumerator.MoveNext">
       <summary>Advances the enumerator to the next element of the collection.</summary>
-      <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
       <returns>
         <see langword="true" /> if the enumerator was successfully advanced to the next element; <see langword="false" /> if the enumerator has passed the end of the collection.</returns>
+      <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
     </member>
     <member name="M:System.Data.Common.DbEnumerator.Reset">
       <summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
       <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
     </member>
-    <member name="P:System.Data.Common.DbEnumerator.Current">
-      <summary>Gets the current element in the collection.</summary>
-      <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element.</exception>
-      <returns>The current element in the collection.</returns>
-    </member>
     <member name="T:System.Data.Common.DbException">
       <summary>The base class for all exceptions thrown on behalf of the data source.</summary>
     </member>
@@ -2737,20 +2466,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="message">The error message that explains the reason for the exception.</param>
       <param name="errorCode">The error code for the exception.</param>
     </member>
-    <member name="P:System.Data.Common.DbException.BatchCommand" />
-    <member name="P:System.Data.Common.DbException.DbBatchCommand" />
-    <member name="P:System.Data.Common.DbException.IsTransient">
-      <summary>Indicates whether the error represented by this <see cref="T:System.Data.Common.DbException" /> could be a transient error, i.e. if retrying the triggering operation may succeed without any other change.</summary>
-      <returns>
-        <see langword="true" /> if the error represented could be a transient error; <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbException.SqlState">
-      <summary>
-        <para> For database providers which support it, contains a standard SQL 5-character return code indicating the success or failure of the database operation. The first 2 characters represent the <strong>class</strong> of the return code (e.g. error, success), while the last 3 characters represent the <strong>subclass</strong>, allowing detection of error scenarios in a database-portable way.</para>
-        <para> For database providers which don't support it, or for inapplicable error scenarios, contains <see langword="null" />.</para>
-      </summary>
-      <returns>A standard SQL 5-character return code, or <see langword="null" />.</returns>
-    </member>
     <member name="T:System.Data.Common.DbMetaDataCollectionNames">
       <summary>Provides a list of constants for the well-known MetaDataCollections: DataSourceInformation, DataTypes, MetaDataCollections, ReservedWords, and Restrictions.</summary>
     </member>
@@ -2907,18 +2622,15 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.Common.DbParameter.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Data.Common.DbParameter" /> class.</summary>
     </member>
-    <member name="M:System.Data.Common.DbParameter.ResetDbType">
-      <summary>Resets the DbType property to its original settings.</summary>
-    </member>
     <member name="P:System.Data.Common.DbParameter.DbType">
       <summary>Gets or sets the <see cref="T:System.Data.DbType" /> of the parameter.</summary>
-      <exception cref="T:System.ArgumentException">The property is not set to a valid <see cref="T:System.Data.DbType" />.</exception>
       <returns>One of the <see cref="T:System.Data.DbType" /> values. The default is <see cref="F:System.Data.DbType.String" />.</returns>
+      <exception cref="T:System.ArgumentException">The property is not set to a valid <see cref="T:System.Data.DbType" />.</exception>
     </member>
     <member name="P:System.Data.Common.DbParameter.Direction">
       <summary>Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.</summary>
-      <exception cref="T:System.ArgumentException">The property is not set to one of the valid <see cref="T:System.Data.ParameterDirection" /> values.</exception>
       <returns>One of the <see cref="T:System.Data.ParameterDirection" /> values. The default is <see langword="Input" />.</returns>
+      <exception cref="T:System.ArgumentException">The property is not set to one of the valid <see cref="T:System.Data.ParameterDirection" /> values.</exception>
     </member>
     <member name="P:System.Data.Common.DbParameter.IsNullable">
       <summary>Gets or sets a value that indicates whether the parameter accepts null values.</summary>
@@ -2933,6 +2645,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Gets or sets the maximum number of digits used to represent the <see cref="P:System.Data.Common.DbParameter.Value" /> property.</summary>
       <returns>The maximum number of digits used to represent the <see cref="P:System.Data.Common.DbParameter.Value" /> property.</returns>
     </member>
+    <member name="M:System.Data.Common.DbParameter.ResetDbType">
+      <summary>Resets the DbType property to its original settings.</summary>
+    </member>
     <member name="P:System.Data.Common.DbParameter.Scale">
       <summary>Gets or sets the number of decimal places to which <see cref="P:System.Data.Common.DbParameter.Value" /> is resolved.</summary>
       <returns>The number of decimal places to which <see cref="P:System.Data.Common.DbParameter.Value" /> is resolved.</returns>
@@ -2946,14 +2661,14 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <returns>The name of the source column mapped to the <see cref="T:System.Data.DataSet" />. The default is an empty string.</returns>
     </member>
     <member name="P:System.Data.Common.DbParameter.SourceColumnNullMapping">
-      <summary>Gets or sets a value which indicates whether the source column is nullable. This allows <see cref="T:System.Data.Common.DbCommandBuilder" /> to correctly generate Update statements for nullable columns.</summary>
+      <summary>Sets or gets a value which indicates whether the source column is nullable. This allows <see cref="T:System.Data.Common.DbCommandBuilder" /> to correctly generate Update statements for nullable columns.</summary>
       <returns>
         <see langword="true" /> if the source column is nullable; <see langword="false" /> if it is not.</returns>
     </member>
     <member name="P:System.Data.Common.DbParameter.SourceVersion">
       <summary>Gets or sets the <see cref="T:System.Data.DataRowVersion" /> to use when you load <see cref="P:System.Data.Common.DbParameter.Value" />.</summary>
-      <exception cref="T:System.ArgumentException">The property is not set to one of the <see cref="T:System.Data.DataRowVersion" /> values.</exception>
       <returns>One of the <see cref="T:System.Data.DataRowVersion" /> values. The default is <see langword="Current" />.</returns>
+      <exception cref="T:System.ArgumentException">The property is not set to one of the <see cref="T:System.Data.DataRowVersion" /> values.</exception>
     </member>
     <member name="P:System.Data.Common.DbParameter.System#Data#IDbDataParameter#Precision">
       <summary>Indicates the precision of numeric parameters.</summary>
@@ -3002,8 +2717,12 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="array">The array of items to copy to the collection.</param>
       <param name="index">The index in the collection to copy the items.</param>
     </member>
+    <member name="P:System.Data.Common.DbParameterCollection.Count">
+      <summary>Specifies the number of items in the collection.</summary>
+      <returns>The number of items in the collection.</returns>
+    </member>
     <member name="M:System.Data.Common.DbParameterCollection.GetEnumerator">
-      <summary>Exposes the <see cref="M:System.Collections.IEnumerable.GetEnumerator" /> method, which supports a simple iteration over a collection by a .NET data provider.</summary>
+      <summary>Exposes the <see cref="M:System.Collections.IEnumerable.GetEnumerator" /> method, which supports a simple iteration over a collection by a .NET Framework data provider.</summary>
       <returns>An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection.</returns>
     </member>
     <member name="M:System.Data.Common.DbParameterCollection.GetParameter(System.Int32)">
@@ -3031,56 +2750,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="index">The index at which to insert the <see cref="T:System.Data.Common.DbParameter" /> object.</param>
       <param name="value">The <see cref="T:System.Data.Common.DbParameter" /> object to insert into the collection.</param>
     </member>
-    <member name="M:System.Data.Common.DbParameterCollection.Remove(System.Object)">
-      <summary>Removes the specified <see cref="T:System.Data.Common.DbParameter" /> object from the collection.</summary>
-      <param name="value">The <see cref="T:System.Data.Common.DbParameter" /> object to remove.</param>
-    </member>
-    <member name="M:System.Data.Common.DbParameterCollection.RemoveAt(System.Int32)">
-      <summary>Removes the <see cref="T:System.Data.Common.DbParameter" /> object at the specified from the collection.</summary>
-      <param name="index">The index where the <see cref="T:System.Data.Common.DbParameter" /> object is located.</param>
-    </member>
-    <member name="M:System.Data.Common.DbParameterCollection.RemoveAt(System.String)">
-      <summary>Removes the <see cref="T:System.Data.Common.DbParameter" /> object with the specified name from the collection.</summary>
-      <param name="parameterName">The name of the <see cref="T:System.Data.Common.DbParameter" /> object to remove.</param>
-    </member>
-    <member name="M:System.Data.Common.DbParameterCollection.SetParameter(System.Int32,System.Data.Common.DbParameter)">
-      <summary>Sets the <see cref="T:System.Data.Common.DbParameter" /> object at the specified index to a new value.</summary>
-      <param name="index">The index where the <see cref="T:System.Data.Common.DbParameter" /> object is located.</param>
-      <param name="value">The new <see cref="T:System.Data.Common.DbParameter" /> value.</param>
-    </member>
-    <member name="M:System.Data.Common.DbParameterCollection.SetParameter(System.String,System.Data.Common.DbParameter)">
-      <summary>Sets the <see cref="T:System.Data.Common.DbParameter" /> object with the specified name to a new value.</summary>
-      <param name="parameterName">The name of the <see cref="T:System.Data.Common.DbParameter" /> object in the collection.</param>
-      <param name="value">The new <see cref="T:System.Data.Common.DbParameter" /> value.</param>
-    </member>
-    <member name="M:System.Data.Common.DbParameterCollection.System#Collections#IList#Add(System.Object)">
-      <summary>For a description of this member, see <see cref="M:System.Collections.IList.Add(System.Object)" />.</summary>
-      <param name="value">For a description of this member, see <see cref="M:System.Collections.IList.Add(System.Object)" />.</param>
-      <returns>For a description of this member, see <see cref="M:System.Collections.IList.Add(System.Object)" />.</returns>
-    </member>
-    <member name="M:System.Data.Common.DbParameterCollection.System#Collections#IList#Contains(System.Object)">
-      <summary>For a description of this member, see <see cref="M:System.Collections.IList.Contains(System.Object)" />.</summary>
-      <param name="value">For a description of this member, see <see cref="M:System.Collections.IList.Contains(System.Object)" />.</param>
-      <returns>For a description of this member, see <see cref="M:System.Collections.IList.Contains(System.Object)" />.</returns>
-    </member>
-    <member name="M:System.Data.Common.DbParameterCollection.System#Collections#IList#IndexOf(System.Object)">
-      <summary>For a description of this member, see <see cref="M:System.Collections.IList.IndexOf(System.Object)" />.</summary>
-      <param name="value">For a description of this member, see <see cref="M:System.Collections.IList.IndexOf(System.Object)" />.</param>
-      <returns>For a description of this member, see <see cref="M:System.Collections.IList.IndexOf(System.Object)" />.</returns>
-    </member>
-    <member name="M:System.Data.Common.DbParameterCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
-      <summary>For a description of this member, see <see cref="M:System.Collections.IList.Insert(System.Int32,System.Object)" />.</summary>
-      <param name="index">For a description of this member, see <see cref="M:System.Collections.IList.Insert(System.Int32,System.Object)" />.</param>
-      <param name="value">For a description of this member, see <see cref="M:System.Collections.IList.Insert(System.Int32,System.Object)" />.</param>
-    </member>
-    <member name="M:System.Data.Common.DbParameterCollection.System#Collections#IList#Remove(System.Object)">
-      <summary>For a description of this member, see <see cref="M:System.Collections.IList.Remove(System.Object)" />.</summary>
-      <param name="value">For a description of this member, see <see cref="M:System.Collections.IList.Remove(System.Object)" />.</param>
-    </member>
-    <member name="P:System.Data.Common.DbParameterCollection.Count">
-      <summary>Specifies the number of items in the collection.</summary>
-      <returns>The number of items in the collection.</returns>
-    </member>
     <member name="P:System.Data.Common.DbParameterCollection.IsFixedSize">
       <summary>Specifies whether the collection is a fixed size.</summary>
       <returns>
@@ -3099,14 +2768,36 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="P:System.Data.Common.DbParameterCollection.Item(System.Int32)">
       <summary>Gets or sets the <see cref="T:System.Data.Common.DbParameter" /> at the specified index.</summary>
       <param name="index">The zero-based index of the parameter.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The specified index does not exist.</exception>
       <returns>The <see cref="T:System.Data.Common.DbParameter" /> at the specified index.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The specified index does not exist.</exception>
     </member>
     <member name="P:System.Data.Common.DbParameterCollection.Item(System.String)">
       <summary>Gets or sets the <see cref="T:System.Data.Common.DbParameter" /> with the specified name.</summary>
       <param name="parameterName">The name of the parameter.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The specified index does not exist.</exception>
       <returns>The <see cref="T:System.Data.Common.DbParameter" /> with the specified name.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The specified index does not exist.</exception>
+    </member>
+    <member name="M:System.Data.Common.DbParameterCollection.Remove(System.Object)">
+      <summary>Removes the specified <see cref="T:System.Data.Common.DbParameter" /> object from the collection.</summary>
+      <param name="value">The <see cref="T:System.Data.Common.DbParameter" /> object to remove.</param>
+    </member>
+    <member name="M:System.Data.Common.DbParameterCollection.RemoveAt(System.Int32)">
+      <summary>Removes the <see cref="T:System.Data.Common.DbParameter" /> object at the specified from the collection.</summary>
+      <param name="index">The index where the <see cref="T:System.Data.Common.DbParameter" /> object is located.</param>
+    </member>
+    <member name="M:System.Data.Common.DbParameterCollection.RemoveAt(System.String)">
+      <summary>Removes the <see cref="T:System.Data.Common.DbParameter" /> object with the specified name from the collection.</summary>
+      <param name="parameterName">The name of the <see cref="T:System.Data.Common.DbParameter" /> object to remove.</param>
+    </member>
+    <member name="M:System.Data.Common.DbParameterCollection.SetParameter(System.Int32,System.Data.Common.DbParameter)">
+      <summary>Sets the <see cref="T:System.Data.Common.DbParameter" /> object at the specified index to a new value.</summary>
+      <param name="index">The index where the <see cref="T:System.Data.Common.DbParameter" /> object is located.</param>
+      <param name="value">The new <see cref="T:System.Data.Common.DbParameter" /> value.</param>
+    </member>
+    <member name="M:System.Data.Common.DbParameterCollection.SetParameter(System.String,System.Data.Common.DbParameter)">
+      <summary>Sets the <see cref="T:System.Data.Common.DbParameter" /> object with the specified name to a new value.</summary>
+      <param name="parameterName">The name of the <see cref="T:System.Data.Common.DbParameter" /> object in the collection.</param>
+      <param name="value">The new <see cref="T:System.Data.Common.DbParameter" /> value.</param>
     </member>
     <member name="P:System.Data.Common.DbParameterCollection.SyncRoot">
       <summary>Specifies the <see cref="T:System.Object" /> to be used to synchronize access to the collection.</summary>
@@ -3143,41 +2834,56 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     </member>
     <member name="M:System.Data.Common.DbProviderFactories.GetFactoryClasses">
       <summary>Returns a <see cref="T:System.Data.DataTable" /> that contains information about all installed providers that implement <see cref="T:System.Data.Common.DbProviderFactory" />.</summary>
-      <returns>A <see cref="T:System.Data.DataTable" /> containing <see cref="T:System.Data.DataRow" /> objects that contain the following data:  
+      <returns>A <see cref="T:System.Data.DataTable" /> containing <see cref="T:System.Data.DataRow" /> objects that contain the following data:
+  Column ordinal  
   
- <list type="table"><listheader><term> Column ordinal</term><description> Column name</description><description> Description</description></listheader><item><term> 0</term><description> Name</description><description> Human-readable name for the data provider.</description></item><item><term> 1</term><description> Description</description><description> Human-readable description of the data provider.</description></item><item><term> 2</term><description> InvariantName</description><description> Name that can be used programmatically to refer to the data provider.</description></item><item><term> 3</term><description> AssemblyQualifiedName</description><description> Fully qualified name of the factory class, which contains enough information to instantiate the object.</description></item></list></returns>
-    </member>
-    <member name="M:System.Data.Common.DbProviderFactories.GetProviderInvariantNames">
-      <summary>Returns the invariant provider names for all registered instances of <see cref="T:System.Data.Common.DbProviderFactory" />.</summary>
-      <returns>The invariant provider names for all registered instances of <see cref="T:System.Data.Common.DbProviderFactory" />.</returns>
+  Column name  
+  
+  Description  
+  
+  0  
+  
+  **Name**  
+  
+  Human-readable name for the data provider.  
+  
+  1  
+  
+  **Description**  
+  
+  Human-readable description of the data provider.  
+  
+  2  
+  
+  **InvariantName**  
+  
+  Name that can be used programmatically to refer to the data provider.  
+  
+  3  
+  
+  **AssemblyQualifiedName**  
+  
+  Fully qualified name of the factory class, which contains enough information to instantiate the object.</returns>
     </member>
+    <member name="M:System.Data.Common.DbProviderFactories.GetProviderInvariantNames" />
     <member name="M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.Data.Common.DbProviderFactory)">
-      <summary>Registers an instance of <see cref="T:System.Data.Common.DbProviderFactory" /> under the specified invariant provider name.</summary>
-      <param name="providerInvariantName">The invariant provider name under which to register the provider.</param>
-      <param name="factory">The instance of the provider factory to be registered.</param>
+      <param name="providerInvariantName" />
+      <param name="factory" />
     </member>
     <member name="M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.String)">
-      <summary>Registers a <see cref="T:System.Data.Common.DbProviderFactory" /> with the given assembly-qualified name under the specified invariant provider name.</summary>
-      <param name="providerInvariantName">The invariant provider name under which to register the provider.</param>
-      <param name="factoryTypeAssemblyQualifiedName">The assembly-qualified name for a <see cref="T:System.Data.Common.DbProviderFactory" />.</param>
+      <param name="providerInvariantName" />
+      <param name="factoryTypeAssemblyQualifiedName" />
     </member>
     <member name="M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.Type)">
-      <summary>Registers a <see cref="T:System.Data.Common.DbProviderFactory" /> with the given type under the specified invariant provider name.</summary>
-      <param name="providerInvariantName">The invariant provider name under which to register the provider.</param>
-      <param name="providerFactoryClass">The type representing a <see cref="T:System.Data.Common.DbProviderFactory" />.</param>
+      <param name="providerInvariantName" />
+      <param name="providerFactoryClass" />
     </member>
     <member name="M:System.Data.Common.DbProviderFactories.TryGetFactory(System.String,System.Data.Common.DbProviderFactory@)">
-      <summary>Attempts to get the <see cref="T:System.Data.Common.DbProviderFactory" /> registered under the specified invariant provider name.</summary>
-      <param name="providerInvariantName">The invariant provider name to look up.</param>
-      <param name="factory">When this method returns, contains the <see cref="T:System.Data.Common.DbProviderFactory" /> associated with the specified invariant provider name, if the name is found; otherwise, <see langword="null" />. This parameter is passed uninitialized.</param>
-      <returns>
-        <see langword="true" /> if a provider is registered under the specified invariant provider name; otherwise, <see langword="false" />.</returns>
+      <param name="providerInvariantName" />
+      <param name="factory" />
     </member>
     <member name="M:System.Data.Common.DbProviderFactories.UnregisterFactory(System.String)">
-      <summary>Removes a <see cref="T:System.Data.Common.DbProviderFactory" /> registration for the given provider invariant name.</summary>
-      <param name="providerInvariantName">The invariant provider name of the registration to remove.</param>
-      <returns>
-        <see langword="true" /> if the registration is successfully found and removed; otherwise, <see langword="false" />. This method returns <see langword="false" /> if a registration for <paramref name="providerInvariantName" /> is not found.</returns>
+      <param name="providerInvariantName" />
     </member>
     <member name="T:System.Data.Common.DbProviderFactory">
       <summary>Represents a set of methods for creating instances of a provider's implementation of the data source classes.</summary>
@@ -3185,8 +2891,21 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.Common.DbProviderFactory.#ctor">
       <summary>Initializes a new instance of a <see cref="T:System.Data.Common.DbProviderFactory" /> class.</summary>
     </member>
-    <member name="M:System.Data.Common.DbProviderFactory.CreateBatch" />
-    <member name="M:System.Data.Common.DbProviderFactory.CreateBatchCommand" />
+    <member name="P:System.Data.Common.DbProviderFactory.CanCreateCommandBuilder">
+      <summary>Gets a value that indicates whether this <see cref="T:System.Data.Common.DbProviderFactory" /> instance supports the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</summary>
+      <returns>
+        <see langword="true" /> if this instance supports the <see cref="T:System.Data.Common.DbCommandBuilder" /> class; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbProviderFactory.CanCreateDataAdapter">
+      <summary>Gets a value that indicates whether this <see cref="T:System.Data.Common.DbProviderFactory" /> instance supports the <see cref="T:System.Data.Common.DbDataAdapter" /> class.</summary>
+      <returns>
+        <see langword="true" /> if the instance supports the <see cref="T:System.Data.Common.DbDataAdapter" /> class; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbProviderFactory.CanCreateDataSourceEnumerator">
+      <summary>Gets a value that indicates whether this <see cref="T:System.Data.Common.DbProviderFactory" /> instance supports the <see cref="T:System.Data.Common.DbDataSourceEnumerator" /> class.</summary>
+      <returns>
+        <see langword="true" /> if the instance supports the <see cref="T:System.Data.Common.DbDataSourceEnumerator" /> class; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.Common.DbProviderFactory.CreateCommand">
       <summary>Returns a new instance of the provider's class that implements the <see cref="T:System.Data.Common.DbCommand" /> class.</summary>
       <returns>A new instance of <see cref="T:System.Data.Common.DbCommand" />.</returns>
@@ -3215,22 +2934,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Returns a new instance of the provider's class that implements the <see cref="T:System.Data.Common.DbParameter" /> class.</summary>
       <returns>A new instance of <see cref="T:System.Data.Common.DbParameter" />.</returns>
     </member>
-    <member name="P:System.Data.Common.DbProviderFactory.CanCreateBatch" />
-    <member name="P:System.Data.Common.DbProviderFactory.CanCreateCommandBuilder">
-      <summary>Gets a value that indicates whether this <see cref="T:System.Data.Common.DbProviderFactory" /> instance supports the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</summary>
-      <returns>
-        <see langword="true" /> if this instance supports the <see cref="T:System.Data.Common.DbCommandBuilder" /> class; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbProviderFactory.CanCreateDataAdapter">
-      <summary>Gets a value that indicates whether this <see cref="T:System.Data.Common.DbProviderFactory" /> instance supports the <see cref="T:System.Data.Common.DbDataAdapter" /> class.</summary>
-      <returns>
-        <see langword="true" /> if the instance supports the <see cref="T:System.Data.Common.DbDataAdapter" /> class; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbProviderFactory.CanCreateDataSourceEnumerator">
-      <summary>Gets a value that indicates whether this <see cref="T:System.Data.Common.DbProviderFactory" /> instance supports the <see cref="T:System.Data.Common.DbDataSourceEnumerator" /> class.</summary>
-      <returns>
-        <see langword="true" /> if the instance supports the <see cref="T:System.Data.Common.DbDataSourceEnumerator" /> class; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="T:System.Data.Common.DbProviderSpecificTypePropertyAttribute">
       <summary>Identifies which provider-specific property in the strongly typed parameter classes is to be used when setting a provider-specific type.</summary>
     </member>
@@ -3257,6 +2960,14 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
       <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
     </member>
+    <member name="P:System.Data.Common.DbTransaction.Connection">
+      <summary>Specifies the <see cref="T:System.Data.Common.DbConnection" /> object associated with the transaction.</summary>
+      <returns>The <see cref="T:System.Data.Common.DbConnection" /> object associated with the transaction.</returns>
+    </member>
+    <member name="P:System.Data.Common.DbTransaction.DbConnection">
+      <summary>When overridden in a derived class, gets the <see cref="T:System.Data.Common.DbConnection" /> object associated with the transaction.</summary>
+      <returns>The <see cref="T:System.Data.Common.DbConnection" /> object associated with the transaction.</returns>
+    </member>
     <member name="M:System.Data.Common.DbTransaction.Dispose">
       <summary>Releases the unmanaged resources used by the <see cref="T:System.Data.Common.DbTransaction" />.</summary>
     </member>
@@ -3268,62 +2979,18 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Asynchronously diposes the transaction object.</summary>
       <returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous operation.</returns>
     </member>
-    <member name="M:System.Data.Common.DbTransaction.Release(System.String)">
-      <summary>Destroys a savepoint previously defined in the current transaction. This allows the system to reclaim some resources before the transaction ends.</summary>
-      <param name="savepointName">The name of the savepoint to release.</param>
-    </member>
-    <member name="M:System.Data.Common.DbTransaction.ReleaseAsync(System.String,System.Threading.CancellationToken)">
-      <summary>Destroys a savepoint previously defined in the current transaction. This allows the system to reclaim some resources before the transaction ends.</summary>
-      <param name="savepointName">The name of the savepoint to release.</param>
-      <param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
+    <member name="P:System.Data.Common.DbTransaction.IsolationLevel">
+      <summary>When overridden in a derived class, gets the isolation level for this transaction.</summary>
+      <returns>The isolation level for this transaction.</returns>
     </member>
     <member name="M:System.Data.Common.DbTransaction.Rollback">
       <summary>When overridden in a derived class, rolls back a transaction from a pending state.</summary>
     </member>
-    <member name="M:System.Data.Common.DbTransaction.Rollback(System.String)">
-      <summary>Rolls back all commands that were executed after the specified savepoint was established.</summary>
-      <param name="savepointName">The name of the savepoint to roll back to.</param>
-    </member>
-    <member name="M:System.Data.Common.DbTransaction.RollbackAsync(System.String,System.Threading.CancellationToken)">
-      <summary>Rolls back all commands that were executed after the specified savepoint was established.</summary>
-      <param name="savepointName">The name of the savepoint to roll back to.</param>
-      <param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
     <member name="M:System.Data.Common.DbTransaction.RollbackAsync(System.Threading.CancellationToken)">
       <summary>Asynchronously rolls back a transaction from a pending state.</summary>
       <param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
       <returns>A task representing the asynchronous operation.</returns>
     </member>
-    <member name="M:System.Data.Common.DbTransaction.Save(System.String)">
-      <summary>Creates a savepoint in the transaction. This allows all commands that are executed after the savepoint was established to be rolled back, restoring the transaction state to what it was at the time of the savepoint.</summary>
-      <param name="savepointName">The name of the savepoint to be created.</param>
-    </member>
-    <member name="M:System.Data.Common.DbTransaction.SaveAsync(System.String,System.Threading.CancellationToken)">
-      <summary>Creates a savepoint in the transaction. This allows all commands that are executed after the savepoint was established to be rolled back, restoring the transaction state to what it was at the time of the savepoint.</summary>
-      <param name="savepointName">The name of the savepoint to be created.</param>
-      <param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
-      <returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbTransaction.Connection">
-      <summary>Specifies the <see cref="T:System.Data.Common.DbConnection" /> object associated with the transaction.</summary>
-      <returns>The <see cref="T:System.Data.Common.DbConnection" /> object associated with the transaction.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbTransaction.DbConnection">
-      <summary>When overridden in a derived class, gets the <see cref="T:System.Data.Common.DbConnection" /> object associated with the transaction.</summary>
-      <returns>The <see cref="T:System.Data.Common.DbConnection" /> object associated with the transaction.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbTransaction.IsolationLevel">
-      <summary>When overridden in a derived class, gets the isolation level for this transaction.</summary>
-      <returns>The isolation level for this transaction.</returns>
-    </member>
-    <member name="P:System.Data.Common.DbTransaction.SupportsSavepoints">
-      <summary>Gets a value that indicates whether this <see cref="T:System.Data.Common.DbTransaction" /> instance supports database savepoints.
-            If <see langword="false" />, the methods <see cref="M:System.Data.Common.DbTransaction.SaveAsync(System.String,System.Threading.CancellationToken)" />, <see cref="M:System.Data.Common.DbTransaction.RollbackAsync(System.String,System.Threading.CancellationToken)" /> and <see cref="M:System.Data.Common.DbTransaction.ReleaseAsync(System.String,System.Threading.CancellationToken)" /> as well as their synchronous counterparts are expected to throw <see cref="T:System.NotSupportedException" />.</summary>
-      <returns>
-        <see langword="true" /> if this <see cref="T:System.Data.Common.DbTransaction" /> instance supports database savepoints; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Data.Common.DbTransaction.System#Data#IDbTransaction#Connection">
       <summary>Gets the <see cref="T:System.Data.Common.DbConnection" /> object associated with the transaction, or a null reference if the transaction is no longer valid.</summary>
       <returns>The <see cref="T:System.Data.Common.DbConnection" /> object associated with the transaction.</returns>
@@ -3366,7 +3033,7 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>The data source has ambiguous rules regarding identifier case and cannot discern this information.</summary>
     </member>
     <member name="T:System.Data.Common.RowUpdatedEventArgs">
-      <summary>Provides data for the <see langword="RowUpdated" /> event of a .NET data provider.</summary>
+      <summary>Provides data for the <see langword="RowUpdated" /> event of a .NET Framework data provider.</summary>
     </member>
     <member name="M:System.Data.Common.RowUpdatedEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.Common.RowUpdatedEventArgs" /> class.</summary>
@@ -3375,6 +3042,10 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="statementType">The type of SQL statement executed.</param>
       <param name="tableMapping">The <see cref="T:System.Data.Common.DataTableMapping" /> sent through an <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" />.</param>
     </member>
+    <member name="P:System.Data.Common.RowUpdatedEventArgs.Command">
+      <summary>Gets the <see cref="T:System.Data.IDbCommand" /> executed when <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" /> is called.</summary>
+      <returns>The <see cref="T:System.Data.IDbCommand" /> executed when <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" /> is called.</returns>
+    </member>
     <member name="M:System.Data.Common.RowUpdatedEventArgs.CopyToRows(System.Data.DataRow[])">
       <summary>Copies references to the modified rows into the provided array.</summary>
       <param name="array">The array of <see cref="T:System.Data.DataRow" /> to copy into.</param>
@@ -3384,13 +3055,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="array">The array of <see cref="T:System.Data.DataRow" /> to copy into.</param>
       <param name="arrayIndex">The index in the array to start copying into.</param>
     </member>
-    <member name="P:System.Data.Common.RowUpdatedEventArgs.Command">
-      <summary>Gets the <see cref="T:System.Data.IDbCommand" /> executed when <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" /> is called.</summary>
-      <returns>The <see cref="T:System.Data.IDbCommand" /> executed when <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" /> is called.</returns>
-    </member>
     <member name="P:System.Data.Common.RowUpdatedEventArgs.Errors">
-      <summary>Gets any errors generated by the .NET data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> was executed.</summary>
-      <returns>The errors generated by the .NET data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> was executed.</returns>
+      <summary>Gets any errors generated by the .NET Framework data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> was executed.</summary>
+      <returns>The errors generated by the .NET Framework data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> was executed.</returns>
     </member>
     <member name="P:System.Data.Common.RowUpdatedEventArgs.RecordsAffected">
       <summary>Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.</summary>
@@ -3418,7 +3085,7 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <returns>The <see cref="T:System.Data.Common.DataTableMapping" /> sent through an <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" />.</returns>
     </member>
     <member name="T:System.Data.Common.RowUpdatingEventArgs">
-      <summary>Provides the data for the RowUpdating event of a .NET data provider.</summary>
+      <summary>Provides the data for the RowUpdating event of a .NET Framework data provider.</summary>
     </member>
     <member name="M:System.Data.Common.RowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.Common.RowUpdatingEventArgs" /> class.</summary>
@@ -3436,8 +3103,8 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <returns>The <see cref="T:System.Data.IDbCommand" /> to execute during the <see cref="M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)" />.</returns>
     </member>
     <member name="P:System.Data.Common.RowUpdatingEventArgs.Errors">
-      <summary>Gets any errors generated by the .NET data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> executes.</summary>
-      <returns>The errors generated by the .NET data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> executes.</returns>
+      <summary>Gets any errors generated by the .NET Framework data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> executes.</summary>
+      <returns>The errors generated by the .NET Framework data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> executes.</returns>
     </member>
     <member name="P:System.Data.Common.RowUpdatingEventArgs.Row">
       <summary>Gets the <see cref="T:System.Data.DataRow" /> that will be sent to the server as part of an insert, update, or delete operation.</summary>
@@ -3608,41 +3275,38 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="T:System.Data.Constraint">
       <summary>Represents a constraint that can be enforced on one or more <see cref="T:System.Data.DataColumn" /> objects.</summary>
     </member>
-    <member name="M:System.Data.Constraint.CheckStateForProperty">
-      <summary>Gets the <see cref="T:System.Data.DataSet" /> to which this constraint belongs.</summary>
-    </member>
-    <member name="M:System.Data.Constraint.SetDataSet(System.Data.DataSet)">
-      <summary>Sets the constraint's <see cref="T:System.Data.DataSet" />.</summary>
-      <param name="dataSet">The <see cref="T:System.Data.DataSet" /> to which this constraint will belong.</param>
-    </member>
-    <member name="M:System.Data.Constraint.ToString">
-      <summary>Gets the <see cref="P:System.Data.Constraint.ConstraintName" />, if there is one, as a string.</summary>
-      <returns>The string value of the <see cref="P:System.Data.Constraint.ConstraintName" />.</returns>
-    </member>
     <member name="P:System.Data.Constraint._DataSet">
       <summary>Gets the <see cref="T:System.Data.DataSet" /> to which this constraint belongs.</summary>
       <returns>The <see cref="T:System.Data.DataSet" /> to which the constraint belongs.</returns>
     </member>
+    <member name="M:System.Data.Constraint.CheckStateForProperty">
+      <summary>Gets the <see cref="T:System.Data.DataSet" /> to which this constraint belongs.</summary>
+    </member>
     <member name="P:System.Data.Constraint.ConstraintName">
       <summary>The name of a constraint in the <see cref="T:System.Data.ConstraintCollection" />.</summary>
+      <returns>The name of the <see cref="T:System.Data.Constraint" />.</returns>
       <exception cref="T:System.ArgumentException">The <see cref="T:System.Data.Constraint" /> name is a null value or empty string.</exception>
       <exception cref="T:System.Data.DuplicateNameException">The <see cref="T:System.Data.ConstraintCollection" /> already contains a <see cref="T:System.Data.Constraint" /> with the same name (The comparison is not case-sensitive.).</exception>
-      <returns>The name of the <see cref="T:System.Data.Constraint" />.</returns>
     </member>
     <member name="P:System.Data.Constraint.ExtendedProperties">
       <summary>Gets the collection of user-defined constraint properties.</summary>
       <returns>A <see cref="T:System.Data.PropertyCollection" /> of custom information.</returns>
     </member>
+    <member name="M:System.Data.Constraint.SetDataSet(System.Data.DataSet)">
+      <summary>Sets the constraint's <see cref="T:System.Data.DataSet" />.</summary>
+      <param name="dataSet">The <see cref="T:System.Data.DataSet" /> to which this constraint will belong.</param>
+    </member>
     <member name="P:System.Data.Constraint.Table">
       <summary>Gets the <see cref="T:System.Data.DataTable" /> to which the constraint applies.</summary>
       <returns>A <see cref="T:System.Data.DataTable" /> to which the constraint applies.</returns>
     </member>
+    <member name="M:System.Data.Constraint.ToString">
+      <summary>Gets the <see cref="P:System.Data.Constraint.ConstraintName" />, if there is one, as a string.</summary>
+      <returns>The string value of the <see cref="P:System.Data.Constraint.ConstraintName" />.</returns>
+    </member>
     <member name="T:System.Data.ConstraintCollection">
       <summary>Represents a collection of constraints for a <see cref="T:System.Data.DataTable" />.</summary>
     </member>
-    <member name="E:System.Data.ConstraintCollection.CollectionChanged">
-      <summary>Occurs whenever the <see cref="T:System.Data.ConstraintCollection" /> is changed because of <see cref="T:System.Data.Constraint" /> objects being added or removed.</summary>
-    </member>
     <member name="M:System.Data.ConstraintCollection.Add(System.Data.Constraint)">
       <summary>Adds the specified <see cref="T:System.Data.Constraint" /> object to the collection.</summary>
       <param name="constraint">The <see langword="Constraint" /> to add.</param>
@@ -3655,13 +3319,11 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="name">The name of the <see langword="UniqueConstraint" />.</param>
       <param name="column">The <see cref="T:System.Data.DataColumn" /> to which the constraint applies.</param>
       <param name="primaryKey">Specifies whether the column should be the primary key. If <see langword="true" />, the column will be a primary key column.</param>
-      <exception cref="T:System.ArgumentException">The constraint already belongs to this collection.  
-  
- -Or-  
-  
- The constraint belongs to another collection.</exception>
-      <exception cref="T:System.Data.DuplicateNameException">The collection already has a constraint with the specified name. (The comparison is not case-sensitive.)</exception>
       <returns>A new <see langword="UniqueConstraint" />.</returns>
+      <exception cref="T:System.ArgumentException">The constraint already belongs to this collection.
+-Or-
+The constraint belongs to another collection.</exception>
+      <exception cref="T:System.Data.DuplicateNameException">The collection already has a constraint with the specified name. (The comparison is not case-sensitive.)</exception>
     </member>
     <member name="M:System.Data.ConstraintCollection.Add(System.String,System.Data.DataColumn,System.Data.DataColumn)">
       <summary>Constructs a new <see cref="T:System.Data.ForeignKeyConstraint" /> with the specified name, parent column, and child column, and adds the constraint to the collection.</summary>
@@ -3675,13 +3337,11 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="name">The name of the <see cref="T:System.Data.UniqueConstraint" />.</param>
       <param name="columns">An array of <see cref="T:System.Data.DataColumn" /> objects to which the constraint applies.</param>
       <param name="primaryKey">Specifies whether the column should be the primary key. If <see langword="true" />, the column will be a primary key column.</param>
-      <exception cref="T:System.ArgumentException">The constraint already belongs to this collection.  
-  
- -Or-  
-  
- The constraint belongs to another collection.</exception>
-      <exception cref="T:System.Data.DuplicateNameException">The collection already has a constraint with the specified name. (The comparison is not case-sensitive.)</exception>
       <returns>A new <see langword="UniqueConstraint" />.</returns>
+      <exception cref="T:System.ArgumentException">The constraint already belongs to this collection.
+-Or-
+The constraint belongs to another collection.</exception>
+      <exception cref="T:System.Data.DuplicateNameException">The collection already has a constraint with the specified name. (The comparison is not case-sensitive.)</exception>
     </member>
     <member name="M:System.Data.ConstraintCollection.Add(System.String,System.Data.DataColumn[],System.Data.DataColumn[])">
       <summary>Constructs a new <see cref="T:System.Data.ForeignKeyConstraint" />, with the specified arrays of parent columns and child columns, and adds the constraint to the collection.</summary>
@@ -3703,6 +3363,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.ConstraintCollection.Clear">
       <summary>Clears the collection of any <see cref="T:System.Data.Constraint" /> objects.</summary>
     </member>
+    <member name="E:System.Data.ConstraintCollection.CollectionChanged">
+      <summary>Occurs whenever the <see cref="T:System.Data.ConstraintCollection" /> is changed because of <see cref="T:System.Data.Constraint" /> objects being added or removed.</summary>
+    </member>
     <member name="M:System.Data.ConstraintCollection.Contains(System.String)">
       <summary>Indicates whether the <see cref="T:System.Data.Constraint" /> object specified by name exists in the collection.</summary>
       <param name="name">The <see cref="P:System.Data.Constraint.ConstraintName" /> of the constraint.</param>
@@ -3724,6 +3387,17 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="constraintName">The name of the <see cref="T:System.Data.Constraint" />.</param>
       <returns>The index of the <see cref="T:System.Data.Constraint" /> if it is in the collection; otherwise, -1.</returns>
     </member>
+    <member name="P:System.Data.ConstraintCollection.Item(System.Int32)">
+      <summary>Gets the <see cref="T:System.Data.Constraint" /> from the collection at the specified index.</summary>
+      <param name="index">The index of the constraint to return.</param>
+      <returns>The <see cref="T:System.Data.Constraint" /> at the specified index.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index value is greater than the number of items in the collection.</exception>
+    </member>
+    <member name="P:System.Data.ConstraintCollection.Item(System.String)">
+      <summary>Gets the <see cref="T:System.Data.Constraint" /> from the collection with the specified name.</summary>
+      <param name="name">The <see cref="P:System.Data.Constraint.ConstraintName" /> of the constraint to return.</param>
+      <returns>The <see cref="T:System.Data.Constraint" /> with the specified name; otherwise a null value if the <see cref="T:System.Data.Constraint" /> does not exist.</returns>
+    </member>
     <member name="M:System.Data.ConstraintCollection.Remove(System.Data.Constraint)">
       <summary>Removes the specified <see cref="T:System.Data.Constraint" /> from the collection.</summary>
       <param name="constraint">The <see cref="T:System.Data.Constraint" /> to remove.</param>
@@ -3739,17 +3413,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="index">The index of the <see cref="T:System.Data.Constraint" /> to remove.</param>
       <exception cref="T:System.IndexOutOfRangeException">The collection does not have a constraint at this index.</exception>
     </member>
-    <member name="P:System.Data.ConstraintCollection.Item(System.Int32)">
-      <summary>Gets the <see cref="T:System.Data.Constraint" /> from the collection at the specified index.</summary>
-      <param name="index">The index of the constraint to return.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index value is greater than the number of items in the collection.</exception>
-      <returns>The <see cref="T:System.Data.Constraint" /> at the specified index.</returns>
-    </member>
-    <member name="P:System.Data.ConstraintCollection.Item(System.String)">
-      <summary>Gets the <see cref="T:System.Data.Constraint" /> from the collection with the specified name.</summary>
-      <param name="name">The <see cref="P:System.Data.Constraint.ConstraintName" /> of the constraint to return.</param>
-      <returns>The <see cref="T:System.Data.Constraint" /> with the specified name; otherwise a null value if the <see cref="T:System.Data.Constraint" /> does not exist.</returns>
-    </member>
     <member name="T:System.Data.ConstraintException">
       <summary>Represents the exception that is thrown when attempting an action that violates a constraint.</summary>
     </member>
@@ -3801,28 +3464,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="type">One of the <see cref="T:System.Data.MappingType" /> values.</param>
       <exception cref="T:System.ArgumentNullException">No <paramref name="dataType" /> was specified.</exception>
     </member>
-    <member name="M:System.Data.DataColumn.CheckNotAllowNull">
-      <summary>This member supports .NET infrastructure and is not intended to be used directly from your code.</summary>
-    </member>
-    <member name="M:System.Data.DataColumn.CheckUnique">
-      <summary>This member supports .NET infrastructure and is not intended to be used directly from your code.</summary>
-    </member>
-    <member name="M:System.Data.DataColumn.OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs)">
-      <summary>This member supports .NET infrastructure and is not intended to be used directly from your code.</summary>
-      <param name="pcevent">Parameter reference.</param>
-    </member>
-    <member name="M:System.Data.DataColumn.RaisePropertyChanging(System.String)">
-      <summary>This member supports .NET infrastructure and is not intended to be used directly from your code.</summary>
-      <param name="name">Parameter reference.</param>
-    </member>
-    <member name="M:System.Data.DataColumn.SetOrdinal(System.Int32)">
-      <summary>Changes the ordinal or position of the <see cref="T:System.Data.DataColumn" /> to the specified ordinal or position.</summary>
-      <param name="ordinal">The specified ordinal.</param>
-    </member>
-    <member name="M:System.Data.DataColumn.ToString">
-      <summary>Gets the <see cref="P:System.Data.DataColumn.Expression" /> of the column, if one exists.</summary>
-      <returns>The <see cref="P:System.Data.DataColumn.Expression" /> value, if the property is set; otherwise, the <see cref="P:System.Data.DataColumn.ColumnName" /> property.</returns>
-    </member>
     <member name="P:System.Data.DataColumn.AllowDBNull">
       <summary>Gets or sets a value that indicates whether null values are allowed in this column for rows that belong to the table.</summary>
       <returns>
@@ -3830,9 +3471,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     </member>
     <member name="P:System.Data.DataColumn.AutoIncrement">
       <summary>Gets or sets a value that indicates whether the column automatically increments the value of the column for new rows added to the table.</summary>
-      <exception cref="T:System.ArgumentException">The column is a computed column.</exception>
       <returns>
         <see langword="true" /> if the value of the column increments automatically; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">The column is a computed column.</exception>
     </member>
     <member name="P:System.Data.DataColumn.AutoIncrementSeed">
       <summary>Gets or sets the starting value for a column that has its <see cref="P:System.Data.DataColumn.AutoIncrement" /> property set to <see langword="true" />. The default is 0.</summary>
@@ -3840,27 +3481,33 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     </member>
     <member name="P:System.Data.DataColumn.AutoIncrementStep">
       <summary>Gets or sets the increment used by a column with its <see cref="P:System.Data.DataColumn.AutoIncrement" /> property set to <see langword="true" />.</summary>
-      <exception cref="T:System.ArgumentException">The value set is zero.</exception>
       <returns>The number by which the value of the column is automatically incremented. The default is 1.</returns>
+      <exception cref="T:System.ArgumentException">The value set is zero.</exception>
     </member>
     <member name="P:System.Data.DataColumn.Caption">
       <summary>Gets or sets the caption for the column.</summary>
       <returns>The caption of the column. If not set, returns the <see cref="P:System.Data.DataColumn.ColumnName" /> value.</returns>
     </member>
+    <member name="M:System.Data.DataColumn.CheckNotAllowNull">
+      <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+    </member>
+    <member name="M:System.Data.DataColumn.CheckUnique">
+      <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+    </member>
     <member name="P:System.Data.DataColumn.ColumnMapping">
       <summary>Gets or sets the <see cref="T:System.Data.MappingType" /> of the column.</summary>
       <returns>One of the <see cref="T:System.Data.MappingType" /> values.</returns>
     </member>
     <member name="P:System.Data.DataColumn.ColumnName">
       <summary>Gets or sets the name of the column in the <see cref="T:System.Data.DataColumnCollection" />.</summary>
+      <returns>The name of the column.</returns>
       <exception cref="T:System.ArgumentException">The property is set to <see langword="null" /> or an empty string and the column belongs to a collection.</exception>
       <exception cref="T:System.Data.DuplicateNameException">A column with the same name already exists in the collection. The name comparison is not case sensitive.</exception>
-      <returns>The name of the column.</returns>
     </member>
     <member name="P:System.Data.DataColumn.DataType">
       <summary>Gets or sets the type of data stored in the column.</summary>
-      <exception cref="T:System.ArgumentException">The column already has data stored.</exception>
       <returns>A <see cref="T:System.Type" /> object that represents the column data type.</returns>
+      <exception cref="T:System.ArgumentException">The column already has data stored.</exception>
     </member>
     <member name="P:System.Data.DataColumn.DateTimeMode">
       <summary>Gets or sets the <see langword="DateTimeMode" /> for the column.</summary>
@@ -3868,21 +3515,19 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     </member>
     <member name="P:System.Data.DataColumn.DefaultValue">
       <summary>Gets or sets the default value for the column when you are creating new rows.</summary>
-      <exception cref="T:System.InvalidCastException">When you are adding a row, the default value is not an instance of the column's data type.</exception>
       <returns>A value appropriate to the column's <see cref="P:System.Data.DataColumn.DataType" />.</returns>
+      <exception cref="T:System.InvalidCastException">When you are adding a row, the default value is not an instance of the column's data type.</exception>
     </member>
     <member name="P:System.Data.DataColumn.Expression">
       <summary>Gets or sets the expression used to filter rows, calculate the values in a column, or create an aggregate column.</summary>
+      <returns>An expression to calculate the value of a column, or create an aggregate column. The return type of an expression is determined by the <see cref="P:System.Data.DataColumn.DataType" /> of the column.</returns>
       <exception cref="T:System.ArgumentException">The <see cref="P:System.Data.DataColumn.AutoIncrement" /> or <see cref="P:System.Data.DataColumn.Unique" /> property is set to <see langword="true" />.</exception>
       <exception cref="T:System.FormatException">When you are using the CONVERT function, the expression evaluates to a string, but the string does not contain a representation that can be converted to the type parameter.</exception>
       <exception cref="T:System.InvalidCastException">When you are using the CONVERT function, the requested cast is not possible. See the Conversion function in the following section for detailed information about possible casts.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException">When you use the SUBSTRING function, the start argument is out of range.  
-  
- -Or-  
-  
- When you use the SUBSTRING function, the length argument is out of range.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException">When you use the SUBSTRING function, the start argument is out of range.
+-Or-
+When you use the SUBSTRING function, the length argument is out of range.</exception>
       <exception cref="T:System.Exception">When you use the LEN function or the TRIM function, the expression does not evaluate to a string. This includes expressions that evaluate to <see cref="T:System.Char" />.</exception>
-      <returns>An expression to calculate the value of a column, or create an aggregate column. The return type of an expression is determined by the <see cref="P:System.Data.DataColumn.DataType" /> of the column.</returns>
     </member>
     <member name="P:System.Data.DataColumn.ExtendedProperties">
       <summary>Gets the collection of custom user information associated with a <see cref="T:System.Data.DataColumn" />.</summary>
@@ -3894,8 +3539,12 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     </member>
     <member name="P:System.Data.DataColumn.Namespace">
       <summary>Gets or sets the namespace of the <see cref="T:System.Data.DataColumn" />.</summary>
-      <exception cref="T:System.ArgumentException">The namespace already has data.</exception>
       <returns>The namespace of the <see cref="T:System.Data.DataColumn" />.</returns>
+      <exception cref="T:System.ArgumentException">The namespace already has data.</exception>
+    </member>
+    <member name="M:System.Data.DataColumn.OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs)">
+      <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <param name="pcevent">Parameter reference.</param>
     </member>
     <member name="P:System.Data.DataColumn.Ordinal">
       <summary>Gets the (zero-based) position of the column in the <see cref="T:System.Data.DataColumnCollection" /> collection.</summary>
@@ -3905,21 +3554,33 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Gets or sets an XML prefix that aliases the namespace of the <see cref="T:System.Data.DataTable" />.</summary>
       <returns>The XML prefix for the <see cref="T:System.Data.DataTable" /> namespace.</returns>
     </member>
+    <member name="M:System.Data.DataColumn.RaisePropertyChanging(System.String)">
+      <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <param name="name">Parameter reference.</param>
+    </member>
     <member name="P:System.Data.DataColumn.ReadOnly">
       <summary>Gets or sets a value that indicates whether the column allows for changes as soon as a row has been added to the table.</summary>
-      <exception cref="T:System.ArgumentException">The property is set to <see langword="false" /> on a computed column.</exception>
       <returns>
         <see langword="true" /> if the column is read only; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">The property is set to <see langword="false" /> on a computed column.</exception>
+    </member>
+    <member name="M:System.Data.DataColumn.SetOrdinal(System.Int32)">
+      <summary>Changes the ordinal or position of the <see cref="T:System.Data.DataColumn" /> to the specified ordinal or position.</summary>
+      <param name="ordinal">The specified ordinal.</param>
     </member>
     <member name="P:System.Data.DataColumn.Table">
       <summary>Gets the <see cref="T:System.Data.DataTable" /> to which the column belongs to.</summary>
       <returns>The <see cref="T:System.Data.DataTable" /> that the <see cref="T:System.Data.DataColumn" /> belongs to.</returns>
     </member>
+    <member name="M:System.Data.DataColumn.ToString">
+      <summary>Gets the <see cref="P:System.Data.DataColumn.Expression" /> of the column, if one exists.</summary>
+      <returns>The <see cref="P:System.Data.DataColumn.Expression" /> value, if the property is set; otherwise, the <see cref="P:System.Data.DataColumn.ColumnName" /> property.</returns>
+    </member>
     <member name="P:System.Data.DataColumn.Unique">
       <summary>Gets or sets a value that indicates whether the values in each row of the column must be unique.</summary>
-      <exception cref="T:System.ArgumentException">The column is a calculated column.</exception>
       <returns>
         <see langword="true" /> if the value must be unique; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentException">The column is a calculated column.</exception>
     </member>
     <member name="T:System.Data.DataColumnChangeEventArgs">
       <summary>Provides data for the <see cref="E:System.Data.DataTable.ColumnChanging" /> event.</summary>
@@ -3950,9 +3611,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="T:System.Data.DataColumnCollection">
       <summary>Represents a collection of <see cref="T:System.Data.DataColumn" /> objects for a <see cref="T:System.Data.DataTable" />.</summary>
     </member>
-    <member name="E:System.Data.DataColumnCollection.CollectionChanged">
-      <summary>Occurs when the columns collection changes, either by adding or removing a column.</summary>
-    </member>
     <member name="M:System.Data.DataColumnCollection.Add">
       <summary>Creates and adds a <see cref="T:System.Data.DataColumn" /> object to the <see cref="T:System.Data.DataColumnCollection" />.</summary>
       <returns>The newly created <see cref="T:System.Data.DataColumn" />.</returns>
@@ -3968,25 +3626,25 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.DataColumnCollection.Add(System.String)">
       <summary>Creates and adds a <see cref="T:System.Data.DataColumn" /> object that has the specified name to the <see cref="T:System.Data.DataColumnCollection" />.</summary>
       <param name="columnName">The name of the column.</param>
-      <exception cref="T:System.Data.DuplicateNameException">The collection already has a column with the specified name. (The comparison is not case-sensitive.)</exception>
       <returns>The newly created <see cref="T:System.Data.DataColumn" />.</returns>
+      <exception cref="T:System.Data.DuplicateNameException">The collection already has a column with the specified name. (The comparison is not case-sensitive.)</exception>
     </member>
     <member name="M:System.Data.DataColumnCollection.Add(System.String,System.Type)">
       <summary>Creates and adds a <see cref="T:System.Data.DataColumn" /> object that has the specified name and type to the <see cref="T:System.Data.DataColumnCollection" />.</summary>
       <param name="columnName">The <see cref="P:System.Data.DataColumn.ColumnName" /> to use when you create the column.</param>
       <param name="type">The <see cref="P:System.Data.DataColumn.DataType" /> of the new column.</param>
+      <returns>The newly created <see cref="T:System.Data.DataColumn" />.</returns>
       <exception cref="T:System.Data.DuplicateNameException">The collection already has a column with the specified name. (The comparison is not case-sensitive.)</exception>
       <exception cref="T:System.Data.InvalidExpressionException">The expression is invalid. See the <see cref="P:System.Data.DataColumn.Expression" /> property for more information about how to create expressions.</exception>
-      <returns>The newly created <see cref="T:System.Data.DataColumn" />.</returns>
     </member>
     <member name="M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String)">
       <summary>Creates and adds a <see cref="T:System.Data.DataColumn" /> object that has the specified name, type, and expression to the <see cref="T:System.Data.DataColumnCollection" />.</summary>
       <param name="columnName">The name to use when you create the column.</param>
       <param name="type">The <see cref="P:System.Data.DataColumn.DataType" /> of the new column.</param>
       <param name="expression">The expression to assign to the <see cref="P:System.Data.DataColumn.Expression" /> property.</param>
+      <returns>The newly created <see cref="T:System.Data.DataColumn" />.</returns>
       <exception cref="T:System.Data.DuplicateNameException">The collection already has a column with the specified name. (The comparison is not case-sensitive.)</exception>
       <exception cref="T:System.Data.InvalidExpressionException">The expression is invalid. See the <see cref="P:System.Data.DataColumn.Expression" /> property for more information about how to create expressions.</exception>
-      <returns>The newly created <see cref="T:System.Data.DataColumn" />.</returns>
     </member>
     <member name="M:System.Data.DataColumnCollection.AddRange(System.Data.DataColumn[])">
       <summary>Copies the elements of the specified <see cref="T:System.Data.DataColumn" /> array to the end of the collection.</summary>
@@ -3995,30 +3653,29 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.DataColumnCollection.CanRemove(System.Data.DataColumn)">
       <summary>Checks whether a specific column can be removed from the collection.</summary>
       <param name="column">A <see cref="T:System.Data.DataColumn" /> in the collection.</param>
+      <returns>
+        <see langword="true" /> if the column can be removed. <see langword="false" /> if,
+
+The <paramref name="column" /> parameter is <see langword="null" />.
+
+The column does not belong to this collection.
+
+The column is part of a relationship.
+
+Another column's expression depends on this column.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="column" /> parameter is null.</exception>
       <exception cref="T:System.ArgumentException">The column does not belong to this collection.
-        
 -or-
-
 The column is part of a relationship.
-
 -or-
-
 Another column's expression depends on this column.</exception>
-      <returns>
-        <see langword="true" /> if the column can be removed. <see langword="false" /> if,  
-  
--   The <paramref name="column" /> parameter is <see langword="null" />.  
-  
--   The column does not belong to this collection.  
-  
--   The column is part of a relationship.  
-  
--   Another column's expression depends on this column.</returns>
     </member>
     <member name="M:System.Data.DataColumnCollection.Clear">
       <summary>Clears the collection of any columns.</summary>
     </member>
+    <member name="E:System.Data.DataColumnCollection.CollectionChanged">
+      <summary>Occurs when the columns collection changes, either by adding or removing a column.</summary>
+    </member>
     <member name="M:System.Data.DataColumnCollection.Contains(System.String)">
       <summary>Checks whether the collection contains a column with the specified name.</summary>
       <param name="name">The <see cref="P:System.Data.DataColumn.ColumnName" /> of the column to look for.</param>
@@ -4040,19 +3697,26 @@ Another column's expression depends on this column.</exception>
       <param name="columnName">The name of the column to find.</param>
       <returns>The zero-based index of the column with the specified name, or -1 if the column does not exist in the collection.</returns>
     </member>
+    <member name="P:System.Data.DataColumnCollection.Item(System.Int32)">
+      <summary>Gets the <see cref="T:System.Data.DataColumn" /> from the collection at the specified index.</summary>
+      <param name="index">The zero-based index of the column to return.</param>
+      <returns>The <see cref="T:System.Data.DataColumn" /> at the specified index.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index value is greater than the number of items in the collection.</exception>
+    </member>
+    <member name="P:System.Data.DataColumnCollection.Item(System.String)">
+      <summary>Gets the <see cref="T:System.Data.DataColumn" /> from the collection with the specified name.</summary>
+      <param name="name">The <see cref="P:System.Data.DataColumn.ColumnName" /> of the column to return.</param>
+      <returns>The <see cref="T:System.Data.DataColumn" /> in the collection with the specified <see cref="P:System.Data.DataColumn.ColumnName" />; otherwise a null value if the <see cref="T:System.Data.DataColumn" /> does not exist.</returns>
+    </member>
     <member name="M:System.Data.DataColumnCollection.Remove(System.Data.DataColumn)">
       <summary>Removes the specified <see cref="T:System.Data.DataColumn" /> object from the collection.</summary>
       <param name="column">The <see cref="T:System.Data.DataColumn" /> to remove.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="column" /> parameter is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The column does not belong to this collection.  
-  
- -Or-  
-  
- The column is part of a relationship.  
-  
- -Or-  
-  
- Another column's expression depends on this column.</exception>
+      <exception cref="T:System.ArgumentException">The column does not belong to this collection.
+-Or-
+The column is part of a relationship.
+-Or-
+Another column's expression depends on this column.</exception>
     </member>
     <member name="M:System.Data.DataColumnCollection.Remove(System.String)">
       <summary>Removes the <see cref="T:System.Data.DataColumn" /> object that has the specified name from the collection.</summary>
@@ -4064,17 +3728,6 @@ Another column's expression depends on this column.</exception>
       <param name="index">The index of the column to remove.</param>
       <exception cref="T:System.ArgumentException">The collection does not have a column at the specified index.</exception>
     </member>
-    <member name="P:System.Data.DataColumnCollection.Item(System.Int32)">
-      <summary>Gets the <see cref="T:System.Data.DataColumn" /> from the collection at the specified index.</summary>
-      <param name="index">The zero-based index of the column to return.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index value is greater than the number of items in the collection.</exception>
-      <returns>The <see cref="T:System.Data.DataColumn" /> at the specified index.</returns>
-    </member>
-    <member name="P:System.Data.DataColumnCollection.Item(System.String)">
-      <summary>Gets the <see cref="T:System.Data.DataColumn" /> from the collection with the specified name.</summary>
-      <param name="name">The <see cref="P:System.Data.DataColumn.ColumnName" /> of the column to return.</param>
-      <returns>The <see cref="T:System.Data.DataColumn" /> in the collection with the specified <see cref="P:System.Data.DataColumn.ColumnName" />; otherwise a null value if the <see cref="T:System.Data.DataColumn" /> does not exist.</returns>
-    </member>
     <member name="T:System.Data.DataException">
       <summary>Represents the exception that is thrown when errors are generated using ADO.NET components.</summary>
     </member>
@@ -4102,17 +3755,17 @@ Another column's expression depends on this column.</exception>
       <summary>Gets the value of the specified column as a Boolean.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetByte(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as a byte.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetBytes(System.Data.Common.DbDataReader,System.String,System.Int64,System.Byte[],System.Int32,System.Int32)">
       <summary>Reads a specified number of bytes from the specified column starting at a specified index and writes them to a buffer starting at a specified position in the buffer.</summary>
@@ -4122,17 +3775,17 @@ Another column's expression depends on this column.</exception>
       <param name="buffer">The buffer into which to copy the data.</param>
       <param name="bufferOffset">The index with the buffer to which the data will be copied.</param>
       <param name="length">The maximum number of characters to read.</param>
+      <returns>The actual number of bytes read.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The actual number of bytes read.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetChar(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as a single character.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetChars(System.Data.Common.DbDataReader,System.String,System.Int64,System.Char[],System.Int32,System.Int32)">
       <summary>Reads a specified number of characters from a specified column starting at a specified index, and writes them to a buffer starting at a specified position.</summary>
@@ -4142,80 +3795,72 @@ Another column's expression depends on this column.</exception>
       <param name="buffer">The buffer into which to copy the data.</param>
       <param name="bufferOffset">The index with the buffer to which the data will be copied.</param>
       <param name="length">The maximum number of characters to read.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <returns>The actual number of characters read.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetData(System.Data.Common.DbDataReader,System.String)">
       <summary>Returns a nested data reader for the requested column.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <returns>A data reader.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetDataTypeName(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets name of the data type of the specified column.</summary>
       <param name="reader">The data reader to get the column type name from.</param>
       <param name="name">The name of the column.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <returns>The name of the data type.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetDateTime(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as a <see cref="T:System.DateTime" /> object.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetDecimal(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as a <see cref="T:System.Decimal" />.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetDouble(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as a double-precision floating point number.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetFieldType(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the data type of the specified column.</summary>
       <param name="reader">The data reader to get the field type from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The data type of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The data type of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetFieldValue``1(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as the requested type.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
       <typeparam name="T">The type of the value to be returned.</typeparam>
-      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during data retrieval.  
-
+      <returns>The value of the specified column.</returns>
+      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during data retrieval.
 -or-
-  
- The data reader was closed during data retrieval.  
-  
+The data reader was closed during data retrieval.
 -or-
-
- There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or it returned <see langword="false" />).  
-
+There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or it returned <see langword="false" />).
 -or-
-
- The reader tried to read a previously-read column in sequential mode.  
-
+The reader tried to read a previously-read column in sequential mode.
 -or-
-
- There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
+There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The value returned by the database doesn't match or cannot be cast to <typeparamref name="T" />.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetFieldValueAsync``1(System.Data.Common.DbDataReader,System.String,System.Threading.CancellationToken)">
       <summary>Asynchronously gets the value of the specified column as the requested type.</summary>
@@ -4223,179 +3868,147 @@ Another column's expression depends on this column.</exception>
       <param name="name">The name of the column.</param>
       <param name="cancellationToken">An optional token to cancel the asynchronous operation.</param>
       <typeparam name="T">The type of the value to be returned.</typeparam>
-      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during data retrieval.  
-  
+      <returns>A task whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> contains the value of the specified column.</returns>
+      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during data retrieval.
 -or-
-
- The data reader was closed during the data retrieval.  
-
+The data reader was closed during the data retrieval.
 -or-
-
- There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or it returned <see langword="false" />).
-
+There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or it returned <see langword="false" />).
 -or-
-
- Tried to read a previously-read column in sequential mode.  
-
+Tried to read a previously-read column in sequential mode.
 -or-
-
- There was an asynchronous operation in progress. This applies to all Get_*_ methods when running in sequential mode, as they could be called while reading a stream.</exception>
+There was an asynchronous operation in progress. This applies to all Get_*_ methods when running in sequential mode, as they could be called while reading a stream.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The value returned by the database doesn't match or cannot be cast to <typeparamref name="T" />.</exception>
-      <returns>A task whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> contains the value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetFloat(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as a single-precision floating point number.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetGuid(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as a globally unique identifier (GUID).</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetInt16(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as a 16-bit signed integer.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetInt32(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as a 32-bit signed integer.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetInt64(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as a 64-bit signed integer.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetProviderSpecificFieldType(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the provider-specific type of the specified column.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <returns>A provider-specific .NET type.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetProviderSpecificValue(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as an instance of a provider-specific type.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetStream(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets a stream to retrieve data from the specified column.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
-      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.  
-  
+      <returns>A stream.</returns>
+      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.
 -or-
-
- The data reader is closed during the data retrieval.  
-
+The data reader is closed during the data retrieval.
 -or-
-
- There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).  
-
+There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).
 -or-
-
- The data reader tried to read a previously-read column in sequential mode.  
-
+The data reader tried to read a previously-read column in sequential mode.
 -or-
-
- There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
+There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified column isn't a binary type that supports reading with a <see cref="T:System.IO.Stream" />.</exception>
-      <returns>A stream.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetString(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as an instance of <see cref="T:System.String" />.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified cast is not valid.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetTextReader(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets a text reader to retrieve data from the column.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
-      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.  
-  
+      <returns>A text reader.</returns>
+      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.
 -or-
-
- The data reader is closed during the data retrieval.  
-
+The data reader is closed during the data retrieval.
 -or-
-
- There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).  
-
+There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).
 -or-
-
- The data reader tried to read a previously-read column in sequential mode.  
-
+The data reader tried to read a previously-read column in sequential mode.
 -or-
-
- There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
+There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <exception cref="T:System.InvalidCastException">The specified column isn't a text type that supports reading with a <see cref="T:System.IO.TextReader" />.</exception>
-      <returns>A text reader.</returns>
     </member>
     <member name="M:System.Data.DataReaderExtensions.GetValue(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets the value of the specified column as an instance of <see cref="T:System.Object" />.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <returns>The value of the specified column.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
     </member>
     <member name="M:System.Data.DataReaderExtensions.IsDBNull(System.Data.Common.DbDataReader,System.String)">
       <summary>Gets a value that indicates whether the column contains nonexistent or missing values.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
       <returns>
         <see langword="true" /> if the specified column is equivalent to <see cref="T:System.DBNull" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
     </member>
     <member name="M:System.Data.DataReaderExtensions.IsDBNullAsync(System.Data.Common.DbDataReader,System.String,System.Threading.CancellationToken)">
       <summary>Asynchronously gets a value that indicates whether the column contains non-existent or missing values.</summary>
       <param name="reader">The data reader to get the column value from.</param>
       <param name="name">The name of the column.</param>
       <param name="cancellationToken">An optional token to cancel the asynchronous operation.</param>
-      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.  
-  
+      <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is <see langword="true" /> if the specified column value is equivalent to <see langword="DBNull" /> or <see langword="false" /> if it is not.</returns>
+      <exception cref="T:System.InvalidOperationException">The connection was dropped or closed during the data retrieval.
 -or-
-
- The data reader is closed during the data retrieval.  
-
+The data reader is closed during the data retrieval.
 -or-
-
- There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).  
-
+There is no data ready to be read (for example, the first <see cref="M:System.Data.Common.DbDataReader.Read" /> hasn't been called, or returned false).
 -or-
-
- Trying to read a previously read column in sequential mode.  
-
+Trying to read a previously read column in sequential mode.
 -or-
-  
- There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
+There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
-      <returns>A <see cref="T:System.Threading.Tasks.Task`1" /> whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is <see langword="true" /> if the specified column value is equivalent to <see langword="DBNull" /> or <see langword="false" /> if it is not.</returns>
     </member>
     <member name="T:System.Data.DataRelation">
       <summary>Represents a parent/child relationship between two <see cref="T:System.Data.DataTable" /> objects.</summary>
@@ -4406,11 +4019,9 @@ Another column's expression depends on this column.</exception>
       <param name="parentColumn">The parent <see cref="T:System.Data.DataColumn" /> in the relationship.</param>
       <param name="childColumn">The child <see cref="T:System.Data.DataColumn" /> in the relationship.</param>
       <exception cref="T:System.ArgumentNullException">One or both of the <see cref="T:System.Data.DataColumn" /> objects contains <see langword="null" />.</exception>
-      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types  
-  
- -Or-  
-  
- The tables do not belong to the same <see cref="T:System.Data.DataSet" />.</exception>
+      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types
+-Or-
+The tables do not belong to the same <see cref="T:System.Data.DataSet" />.</exception>
     </member>
     <member name="M:System.Data.DataRelation.#ctor(System.String,System.Data.DataColumn,System.Data.DataColumn,System.Boolean)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.DataRelation" /> class using the specified name, parent and child <see cref="T:System.Data.DataColumn" /> objects, and a value that indicates whether to create constraints.</summary>
@@ -4419,11 +4030,9 @@ Another column's expression depends on this column.</exception>
       <param name="childColumn">The child <see cref="T:System.Data.DataColumn" /> in the relation.</param>
       <param name="createConstraints">A value that indicates whether constraints are created. <see langword="true" />, if constraints are created. Otherwise, <see langword="false" />.</param>
       <exception cref="T:System.ArgumentNullException">One or both of the <see cref="T:System.Data.DataColumn" /> objects contains <see langword="null" />.</exception>
-      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types  
-  
- -Or-  
-  
- The tables do not belong to the same <see cref="T:System.Data.DataSet" />.</exception>
+      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types
+-Or-
+The tables do not belong to the same <see cref="T:System.Data.DataSet" />.</exception>
     </member>
     <member name="M:System.Data.DataRelation.#ctor(System.String,System.Data.DataColumn[],System.Data.DataColumn[])">
       <summary>Initializes a new instance of the <see cref="T:System.Data.DataRelation" /> class using the specified <see cref="T:System.Data.DataRelation" /> name and matched arrays of parent and child <see cref="T:System.Data.DataColumn" /> objects.</summary>
@@ -4431,15 +4040,11 @@ Another column's expression depends on this column.</exception>
       <param name="parentColumns">An array of parent <see cref="T:System.Data.DataColumn" /> objects.</param>
       <param name="childColumns">An array of child <see cref="T:System.Data.DataColumn" /> objects.</param>
       <exception cref="T:System.ArgumentNullException">One or both of the <see cref="T:System.Data.DataColumn" /> objects contains <see langword="null" />.</exception>
-      <exception cref="T:System.Data.InvalidConstraintException">The <see cref="T:System.Data.DataColumn" /> objects have different data types  
-  
- -Or-  
-  
- One or both of the arrays are not composed of distinct columns from the same table.  
-  
- -Or-  
-  
- The tables do not belong to the same <see cref="T:System.Data.DataSet" />.</exception>
+      <exception cref="T:System.Data.InvalidConstraintException">The <see cref="T:System.Data.DataColumn" /> objects have different data types
+-Or-
+One or both of the arrays are not composed of distinct columns from the same table.
+-Or-
+The tables do not belong to the same <see cref="T:System.Data.DataSet" />.</exception>
     </member>
     <member name="M:System.Data.DataRelation.#ctor(System.String,System.Data.DataColumn[],System.Data.DataColumn[],System.Boolean)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.DataRelation" /> class using the specified name, matched arrays of parent and child <see cref="T:System.Data.DataColumn" /> objects, and value that indicates whether to create constraints.</summary>
@@ -4448,11 +4053,9 @@ Another column's expression depends on this column.</exception>
       <param name="childColumns">An array of child <see cref="T:System.Data.DataColumn" /> objects.</param>
       <param name="createConstraints">A value that indicates whether to create constraints. <see langword="true" />, if constraints are created. Otherwise, <see langword="false" />.</param>
       <exception cref="T:System.ArgumentNullException">One or both of the <see cref="T:System.Data.DataColumn" /> objects is <see langword="null" />.</exception>
-      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types  
-  
- -Or-  
-  
- The tables do not belong to the same <see cref="T:System.Data.DataSet" />.</exception>
+      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types
+-Or-
+The tables do not belong to the same <see cref="T:System.Data.DataSet" />.</exception>
     </member>
     <member name="M:System.Data.DataRelation.#ctor(System.String,System.String,System.String,System.String,System.String,System.String[],System.String[],System.Boolean)">
       <summary>This constructor is provided for design time support in the Visual Studio environment.</summary>
@@ -4475,28 +4078,12 @@ Another column's expression depends on this column.</exception>
       <param name="nested">A value that indicates whether relationships are nested.</param>
     </member>
     <member name="M:System.Data.DataRelation.CheckStateForProperty">
-      <summary>This method supports .NET infrastructure and is not intended to be used directly from your code.</summary>
-      <exception cref="T:System.Data.DataException">The parent and child tables belong to different <see cref="T:System.Data.DataSet" /> objects.  
-  
- -Or-  
-  
- One or more pairs of parent and child <see cref="T:System.Data.DataColumn" /> objects have mismatched data types.  
-  
- -Or-  
-  
- The parent and child <see cref="T:System.Data.DataColumn" /> objects are identical.</exception>
-    </member>
-    <member name="M:System.Data.DataRelation.OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs)">
-      <summary>This member supports .NET infrastructure and is not intended to be used directly from your code.</summary>
-      <param name="pcevent">Parameter reference.</param>
-    </member>
-    <member name="M:System.Data.DataRelation.RaisePropertyChanging(System.String)">
-      <summary>This member supports .NET infrastructure and is not intended to be used directly from your code.</summary>
-      <param name="name">Parameter reference.</param>
-    </member>
-    <member name="M:System.Data.DataRelation.ToString">
-      <summary>Gets the <see cref="P:System.Data.DataRelation.RelationName" />, if one exists.</summary>
-      <returns>The value of the <see cref="P:System.Data.DataRelation.RelationName" /> property.</returns>
+      <summary>This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <exception cref="T:System.Data.DataException">The parent and child tables belong to different <see cref="T:System.Data.DataSet" /> objects.
+-Or-
+One or more pairs of parent and child <see cref="T:System.Data.DataColumn" /> objects have mismatched data types.
+-Or-
+The parent and child <see cref="T:System.Data.DataColumn" /> objects are identical.</exception>
     </member>
     <member name="P:System.Data.DataRelation.ChildColumns">
       <summary>Gets the child <see cref="T:System.Data.DataColumn" /> objects of this relation.</summary>
@@ -4523,6 +4110,10 @@ Another column's expression depends on this column.</exception>
       <returns>
         <see langword="true" />, if <see cref="T:System.Data.DataRelation" /> objects are nested; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="M:System.Data.DataRelation.OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs)">
+      <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <param name="pcevent">Parameter reference.</param>
+    </member>
     <member name="P:System.Data.DataRelation.ParentColumns">
       <summary>Gets an array of <see cref="T:System.Data.DataColumn" /> objects that are the parent columns of this <see cref="T:System.Data.DataRelation" />.</summary>
       <returns>An array of <see cref="T:System.Data.DataColumn" /> objects that are the parent columns of this <see cref="T:System.Data.DataRelation" />.</returns>
@@ -4535,19 +4126,24 @@ Another column's expression depends on this column.</exception>
       <summary>Gets the parent <see cref="T:System.Data.DataTable" /> of this <see cref="T:System.Data.DataRelation" />.</summary>
       <returns>A <see cref="T:System.Data.DataTable" /> that is the parent table of this relation.</returns>
     </member>
+    <member name="M:System.Data.DataRelation.RaisePropertyChanging(System.String)">
+      <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
+      <param name="name">Parameter reference.</param>
+    </member>
     <member name="P:System.Data.DataRelation.RelationName">
       <summary>Gets or sets the name used to retrieve a <see cref="T:System.Data.DataRelation" /> from the <see cref="T:System.Data.DataRelationCollection" />.</summary>
+      <returns>The name of the a <see cref="T:System.Data.DataRelation" />.</returns>
       <exception cref="T:System.ArgumentException">
         <see langword="null" /> or empty string ("") was passed into a <see cref="T:System.Data.DataColumn" /> that is a <see cref="T:System.Data.DataRelation" />.</exception>
       <exception cref="T:System.Data.DuplicateNameException">The <see cref="T:System.Data.DataRelation" /> belongs to a collection that already contains a <see cref="T:System.Data.DataRelation" /> with the same name.</exception>
-      <returns>The name of the a <see cref="T:System.Data.DataRelation" />.</returns>
+    </member>
+    <member name="M:System.Data.DataRelation.ToString">
+      <summary>Gets the <see cref="P:System.Data.DataRelation.RelationName" />, if one exists.</summary>
+      <returns>The value of the <see cref="P:System.Data.DataRelation.RelationName" /> property.</returns>
     </member>
     <member name="T:System.Data.DataRelationCollection">
       <summary>Represents the collection of <see cref="T:System.Data.DataRelation" /> objects for this <see cref="T:System.Data.DataSet" />.</summary>
     </member>
-    <member name="E:System.Data.DataRelationCollection.CollectionChanged">
-      <summary>Occurs when the collection has changed.</summary>
-    </member>
     <member name="M:System.Data.DataRelationCollection.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Data.DataRelationCollection" /> class.</summary>
     </member>
@@ -4561,11 +4157,11 @@ Another column's expression depends on this column.</exception>
       <summary>Creates a <see cref="T:System.Data.DataRelation" /> with the specified parent and child columns, and adds it to the collection.</summary>
       <param name="parentColumns">The parent columns of the relation.</param>
       <param name="childColumns">The child columns of the relation.</param>
+      <returns>The created relation.</returns>
       <exception cref="T:System.ArgumentNullException">The <paramref name="relation" /> argument is a null value.</exception>
       <exception cref="T:System.ArgumentException">The relation already belongs to this collection, or it belongs to another collection.</exception>
       <exception cref="T:System.Data.DuplicateNameException">The collection already has a relation with the same name. (The comparison is not case sensitive.)</exception>
       <exception cref="T:System.Data.InvalidConstraintException">The relation has entered an invalid state since it was created.</exception>
-      <returns>The created relation.</returns>
     </member>
     <member name="M:System.Data.DataRelationCollection.Add(System.Data.DataRelation)">
       <summary>Adds a <see cref="T:System.Data.DataRelation" /> to the <see cref="T:System.Data.DataRelationCollection" />.</summary>
@@ -4596,11 +4192,11 @@ Another column's expression depends on this column.</exception>
       <param name="name">The name of the <see langword="DataRelation" /> to create.</param>
       <param name="parentColumns">An array of parent <see cref="T:System.Data.DataColumn" /> objects.</param>
       <param name="childColumns">An array of child <see langword="DataColumn" /> objects.</param>
+      <returns>The created <see langword="DataRelation" />.</returns>
       <exception cref="T:System.ArgumentNullException">The relation name is a null value.</exception>
       <exception cref="T:System.ArgumentException">The relation already belongs to this collection, or it belongs to another collection.</exception>
       <exception cref="T:System.Data.DuplicateNameException">The collection already has a relation with the same name. (The comparison is not case sensitive.)</exception>
       <exception cref="T:System.Data.InvalidConstraintException">The relation has entered an invalid state since it was created.</exception>
-      <returns>The created <see langword="DataRelation" />.</returns>
     </member>
     <member name="M:System.Data.DataRelationCollection.Add(System.String,System.Data.DataColumn[],System.Data.DataColumn[],System.Boolean)">
       <summary>Creates a <see cref="T:System.Data.DataRelation" /> with the specified name, arrays of parent and child columns, and value specifying whether to create a constraint, and adds it to the collection.</summary>
@@ -4609,11 +4205,11 @@ Another column's expression depends on this column.</exception>
       <param name="childColumns">An array of child <see langword="DataColumn" /> objects.</param>
       <param name="createConstraints">
         <see langword="true" /> to create a constraint; otherwise <see langword="false" />.</param>
+      <returns>The created relation.</returns>
       <exception cref="T:System.ArgumentNullException">The relation name is a null value.</exception>
       <exception cref="T:System.ArgumentException">The relation already belongs to this collection, or it belongs to another collection.</exception>
       <exception cref="T:System.Data.DuplicateNameException">The collection already has a relation with the same name. (The comparison is not case sensitive.)</exception>
       <exception cref="T:System.Data.InvalidConstraintException">The relation has entered an invalid state since it was created.</exception>
-      <returns>The created relation.</returns>
     </member>
     <member name="M:System.Data.DataRelationCollection.AddCore(System.Data.DataRelation)">
       <summary>Performs verification on the table.</summary>
@@ -4635,6 +4231,9 @@ Another column's expression depends on this column.</exception>
     <member name="M:System.Data.DataRelationCollection.Clear">
       <summary>Clears the collection of any relations.</summary>
     </member>
+    <member name="E:System.Data.DataRelationCollection.CollectionChanged">
+      <summary>Occurs when the collection has changed.</summary>
+    </member>
     <member name="M:System.Data.DataRelationCollection.Contains(System.String)">
       <summary>Verifies whether a <see cref="T:System.Data.DataRelation" /> with the specific name (case insensitive) exists in the collection.</summary>
       <param name="name">The name of the relation to find.</param>
@@ -4647,7 +4246,7 @@ Another column's expression depends on this column.</exception>
       <param name="index">The index to start from.</param>
     </member>
     <member name="M:System.Data.DataRelationCollection.GetDataSet">
-      <summary>This method supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
+      <summary>This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
       <returns>The referenced DataSet.</returns>
     </member>
     <member name="M:System.Data.DataRelationCollection.IndexOf(System.Data.DataRelation)">
@@ -4660,6 +4259,17 @@ Another column's expression depends on this column.</exception>
       <param name="relationName">The name of the relation to find.</param>
       <returns>The zero-based index of the relation with the specified name, or -1 if the relation does not exist in the collection.</returns>
     </member>
+    <member name="P:System.Data.DataRelationCollection.Item(System.Int32)">
+      <summary>Gets the <see cref="T:System.Data.DataRelation" /> object at the specified index.</summary>
+      <param name="index">The zero-based index to find.</param>
+      <returns>The <see cref="T:System.Data.DataRelation" />, or a null value if the specified <see cref="T:System.Data.DataRelation" /> does not exist.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index value is greater than the number of items in the collection.</exception>
+    </member>
+    <member name="P:System.Data.DataRelationCollection.Item(System.String)">
+      <summary>Gets the <see cref="T:System.Data.DataRelation" /> object specified by name.</summary>
+      <param name="name">The name of the relation to find.</param>
+      <returns>The named <see cref="T:System.Data.DataRelation" />, or a null value if the specified <see cref="T:System.Data.DataRelation" /> does not exist.</returns>
+    </member>
     <member name="M:System.Data.DataRelationCollection.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)">
       <summary>Raises the <see cref="E:System.Data.DataRelationCollection.CollectionChanged" /> event.</summary>
       <param name="ccevent">A <see cref="T:System.ComponentModel.CollectionChangeEventArgs" /> that contains the event data.</param>
@@ -4690,23 +4300,12 @@ Another column's expression depends on this column.</exception>
       <exception cref="T:System.ArgumentNullException">The collection does not have a relation at the specified index.</exception>
       <exception cref="T:System.ArgumentException">The specified relation does not belong to this collection, or it belongs to another collection.</exception>
     </member>
-    <member name="P:System.Data.DataRelationCollection.Item(System.Int32)">
-      <summary>Gets the <see cref="T:System.Data.DataRelation" /> object at the specified index.</summary>
-      <param name="index">The zero-based index to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index value is greater than the number of items in the collection.</exception>
-      <returns>The <see cref="T:System.Data.DataRelation" />, or a null value if the specified <see cref="T:System.Data.DataRelation" /> does not exist.</returns>
-    </member>
-    <member name="P:System.Data.DataRelationCollection.Item(System.String)">
-      <summary>Gets the <see cref="T:System.Data.DataRelation" /> object specified by name.</summary>
-      <param name="name">The name of the relation to find.</param>
-      <returns>The named <see cref="T:System.Data.DataRelation" />, or a null value if the specified <see cref="T:System.Data.DataRelation" /> does not exist.</returns>
-    </member>
     <member name="T:System.Data.DataRow">
       <summary>Represents a row of data in a <see cref="T:System.Data.DataTable" />.</summary>
     </member>
     <member name="M:System.Data.DataRow.#ctor(System.Data.DataRowBuilder)">
-      <summary>Initializes a new instance of the DataRow class using the specified builder. Only for internal usage.</summary>
-      <param name="builder">The builder that contains the table and record for the new row.</param>
+      <summary>Initializes a new instance of the DataRow. Constructs a row from the builder. Only for internal usage.</summary>
+      <param name="builder">builder</param>
     </member>
     <member name="M:System.Data.DataRow.AcceptChanges">
       <summary>Commits all the changes made to this row since the last time <see cref="M:System.Data.DataRow.AcceptChanges" /> was called.</summary>
@@ -4738,38 +4337,38 @@ Another column's expression depends on this column.</exception>
     <member name="M:System.Data.DataRow.GetChildRows(System.Data.DataRelation)">
       <summary>Gets the child rows of this <see cref="T:System.Data.DataRow" /> using the specified <see cref="T:System.Data.DataRelation" />.</summary>
       <param name="relation">The <see cref="T:System.Data.DataRelation" /> to use.</param>
+      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
       <exception cref="T:System.ArgumentException">The relation and row do not belong to the same table.</exception>
       <exception cref="T:System.ArgumentNullException">The relation is <see langword="null" />.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
       <exception cref="T:System.Data.VersionNotFoundException">The row does not have this version of data.</exception>
-      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
     </member>
     <member name="M:System.Data.DataRow.GetChildRows(System.Data.DataRelation,System.Data.DataRowVersion)">
       <summary>Gets the child rows of a <see cref="T:System.Data.DataRow" /> using the specified <see cref="T:System.Data.DataRelation" />, and <see cref="T:System.Data.DataRowVersion" />.</summary>
       <param name="relation">The <see cref="T:System.Data.DataRelation" /> to use.</param>
       <param name="version">One of the <see cref="T:System.Data.DataRowVersion" /> values specifying the version of the data to get. Possible values are <see langword="Default" />, <see langword="Original" />, <see langword="Current" />, and <see langword="Proposed" />.</param>
+      <returns>An array of <see cref="T:System.Data.DataRow" /> objects.</returns>
       <exception cref="T:System.ArgumentException">The relation and row do not belong to the same table.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="relation" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
       <exception cref="T:System.Data.VersionNotFoundException">The row does not have the requested <see cref="T:System.Data.DataRowVersion" />.</exception>
-      <returns>An array of <see cref="T:System.Data.DataRow" /> objects.</returns>
     </member>
     <member name="M:System.Data.DataRow.GetChildRows(System.String)">
       <summary>Gets the child rows of a <see cref="T:System.Data.DataRow" /> using the specified <see cref="P:System.Data.DataRelation.RelationName" /> of a <see cref="T:System.Data.DataRelation" />.</summary>
       <param name="relationName">The <see cref="P:System.Data.DataRelation.RelationName" /> of the <see cref="T:System.Data.DataRelation" /> to use.</param>
+      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
       <exception cref="T:System.ArgumentException">The relation and row do not belong to the same table.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
-      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
     </member>
     <member name="M:System.Data.DataRow.GetChildRows(System.String,System.Data.DataRowVersion)">
       <summary>Gets the child rows of a <see cref="T:System.Data.DataRow" /> using the specified <see cref="P:System.Data.DataRelation.RelationName" /> of a <see cref="T:System.Data.DataRelation" />, and <see cref="T:System.Data.DataRowVersion" />.</summary>
       <param name="relationName">The <see cref="P:System.Data.DataRelation.RelationName" /> of the <see cref="T:System.Data.DataRelation" /> to use.</param>
       <param name="version">One of the <see cref="T:System.Data.DataRowVersion" /> values specifying the version of the data to get. Possible values are <see langword="Default" />, <see langword="Original" />, <see langword="Current" />, and <see langword="Proposed" />.</param>
+      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
       <exception cref="T:System.ArgumentException">The relation and row do not belong to the same table.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="relation" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
       <exception cref="T:System.Data.VersionNotFoundException">The row does not have the requested <see cref="T:System.Data.DataRowVersion" />.</exception>
-      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
     </member>
     <member name="M:System.Data.DataRow.GetColumnError(System.Data.DataColumn)">
       <summary>Gets the error description of the specified <see cref="T:System.Data.DataColumn" />.</summary>
@@ -4779,8 +4378,8 @@ Another column's expression depends on this column.</exception>
     <member name="M:System.Data.DataRow.GetColumnError(System.Int32)">
       <summary>Gets the error description for the column specified by index.</summary>
       <param name="columnIndex">The zero-based index of the column.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The <paramref name="columnIndex" /> argument is out of range.</exception>
       <returns>The text of the error description.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The <paramref name="columnIndex" /> argument is out of range.</exception>
     </member>
     <member name="M:System.Data.DataRow.GetColumnError(System.String)">
       <summary>Gets the error description for a column, specified by name.</summary>
@@ -4794,86 +4393,87 @@ Another column's expression depends on this column.</exception>
     <member name="M:System.Data.DataRow.GetParentRow(System.Data.DataRelation)">
       <summary>Gets the parent row of a <see cref="T:System.Data.DataRow" /> using the specified <see cref="T:System.Data.DataRelation" />.</summary>
       <param name="relation">The <see cref="T:System.Data.DataRelation" /> to use.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="relation" /> does not belong to the <see cref="T:System.Data.DataTable" />.  
-  
+      <returns>The parent <see cref="T:System.Data.DataRow" /> of the current row.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="relation" /> does not belong to the <see cref="T:System.Data.DataTable" />.
 -or-
-
- The row is <see langword="null" />.</exception>
+The row is <see langword="null" />.</exception>
       <exception cref="T:System.Data.DataException">A child row has multiple parents.</exception>
       <exception cref="T:System.Data.InvalidConstraintException">This row does not belong to the child table of the <see cref="T:System.Data.DataRelation" /> object.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to a table.</exception>
-      <returns>The parent <see cref="T:System.Data.DataRow" /> of the current row.</returns>
     </member>
     <member name="M:System.Data.DataRow.GetParentRow(System.Data.DataRelation,System.Data.DataRowVersion)">
       <summary>Gets the parent row of a <see cref="T:System.Data.DataRow" /> using the specified <see cref="T:System.Data.DataRelation" />, and <see cref="T:System.Data.DataRowVersion" />.</summary>
       <param name="relation">The <see cref="T:System.Data.DataRelation" /> to use.</param>
       <param name="version">One of the <see cref="T:System.Data.DataRowVersion" /> values specifying the version of the data to get.</param>
-      <exception cref="T:System.ArgumentNullException">The row is <see langword="null" />.  
-  
+      <returns>The parent <see cref="T:System.Data.DataRow" /> of the current row.</returns>
+      <exception cref="T:System.ArgumentNullException">The row is <see langword="null" />.
 -or-
-
- The <paramref name="relation" /> does not belong to this table's parent relations.</exception>
+The <paramref name="relation" /> does not belong to this table's parent relations.</exception>
       <exception cref="T:System.Data.DataException">A child row has multiple parents.</exception>
       <exception cref="T:System.Data.InvalidConstraintException">The relation's child table is not the table the row belongs to.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to a table.</exception>
       <exception cref="T:System.Data.VersionNotFoundException">The row does not have this version of data.</exception>
-      <returns>The parent <see cref="T:System.Data.DataRow" /> of the current row.</returns>
     </member>
     <member name="M:System.Data.DataRow.GetParentRow(System.String)">
       <summary>Gets the parent row of a <see cref="T:System.Data.DataRow" /> using the specified <see cref="P:System.Data.DataRelation.RelationName" /> of a <see cref="T:System.Data.DataRelation" />.</summary>
       <param name="relationName">The <see cref="P:System.Data.DataRelation.RelationName" /> of a <see cref="T:System.Data.DataRelation" />.</param>
+      <returns>The parent <see cref="T:System.Data.DataRow" /> of the current row.</returns>
       <exception cref="T:System.ArgumentException">The relation and row do not belong to the same table.</exception>
       <exception cref="T:System.Data.DataException">A child row has multiple parents.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
-      <returns>The parent <see cref="T:System.Data.DataRow" /> of the current row.</returns>
     </member>
     <member name="M:System.Data.DataRow.GetParentRow(System.String,System.Data.DataRowVersion)">
       <summary>Gets the parent row of a <see cref="T:System.Data.DataRow" /> using the specified <see cref="P:System.Data.DataRelation.RelationName" /> of a <see cref="T:System.Data.DataRelation" />, and <see cref="T:System.Data.DataRowVersion" />.</summary>
       <param name="relationName">The <see cref="P:System.Data.DataRelation.RelationName" /> of a <see cref="T:System.Data.DataRelation" />.</param>
       <param name="version">One of the <see cref="T:System.Data.DataRowVersion" /> values.</param>
+      <returns>The parent <see cref="T:System.Data.DataRow" /> of the current row.</returns>
       <exception cref="T:System.ArgumentException">The relation and row do not belong to the same table.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="relation" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Data.DataException">A child row has multiple parents.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
       <exception cref="T:System.Data.VersionNotFoundException">The row does not have the requested <see cref="T:System.Data.DataRowVersion" />.</exception>
-      <returns>The parent <see cref="T:System.Data.DataRow" /> of the current row.</returns>
     </member>
     <member name="M:System.Data.DataRow.GetParentRows(System.Data.DataRelation)">
       <summary>Gets the parent rows of a <see cref="T:System.Data.DataRow" /> using the specified <see cref="T:System.Data.DataRelation" />.</summary>
       <param name="relation">The <see cref="T:System.Data.DataRelation" /> to use.</param>
+      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
       <exception cref="T:System.ArgumentException">The <see cref="T:System.Data.DataRelation" /> does not belong to this row's <see cref="T:System.Data.DataSet" />.</exception>
       <exception cref="T:System.ArgumentNullException">The row is <see langword="null" />.</exception>
       <exception cref="T:System.Data.InvalidConstraintException">The relation's child table is not the table the row belongs to.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to a <see cref="T:System.Data.DataTable" />.</exception>
-      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
     </member>
     <member name="M:System.Data.DataRow.GetParentRows(System.Data.DataRelation,System.Data.DataRowVersion)">
       <summary>Gets the parent rows of a <see cref="T:System.Data.DataRow" /> using the specified <see cref="T:System.Data.DataRelation" />, and <see cref="T:System.Data.DataRowVersion" />.</summary>
       <param name="relation">The <see cref="T:System.Data.DataRelation" /> to use.</param>
       <param name="version">One of the <see cref="T:System.Data.DataRowVersion" /> values specifying the version of the data to get.</param>
+      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
       <exception cref="T:System.ArgumentException">The <see cref="T:System.Data.DataRelation" /> does not belong to this row's <see cref="T:System.Data.DataSet" />.</exception>
       <exception cref="T:System.ArgumentNullException">The row is <see langword="null" />.</exception>
       <exception cref="T:System.Data.InvalidConstraintException">The relation's child table is not the table the row belongs to.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to a <see cref="T:System.Data.DataTable" />.</exception>
       <exception cref="T:System.Data.VersionNotFoundException">The row does not have the requested <see cref="T:System.Data.DataRowVersion" />.</exception>
-      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
     </member>
     <member name="M:System.Data.DataRow.GetParentRows(System.String)">
       <summary>Gets the parent rows of a <see cref="T:System.Data.DataRow" /> using the specified <see cref="P:System.Data.DataRelation.RelationName" /> of a <see cref="T:System.Data.DataRelation" />.</summary>
       <param name="relationName">The <see cref="P:System.Data.DataRelation.RelationName" /> of a <see cref="T:System.Data.DataRelation" />.</param>
+      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
       <exception cref="T:System.ArgumentException">The relation and row do not belong to the same table.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
-      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
     </member>
     <member name="M:System.Data.DataRow.GetParentRows(System.String,System.Data.DataRowVersion)">
       <summary>Gets the parent rows of a <see cref="T:System.Data.DataRow" /> using the specified <see cref="P:System.Data.DataRelation.RelationName" /> of a <see cref="T:System.Data.DataRelation" />, and <see cref="T:System.Data.DataRowVersion" />.</summary>
       <param name="relationName">The <see cref="P:System.Data.DataRelation.RelationName" /> of a <see cref="T:System.Data.DataRelation" />.</param>
       <param name="version">One of the <see cref="T:System.Data.DataRowVersion" /> values specifying the version of the data to get. Possible values are <see langword="Default" />, <see langword="Original" />, <see langword="Current" />, and <see langword="Proposed" />.</param>
+      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
       <exception cref="T:System.ArgumentException">The relation and row do not belong to the same table.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="relation" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
       <exception cref="T:System.Data.VersionNotFoundException">The row does not have the requested <see cref="T:System.Data.DataRowVersion" />.</exception>
-      <returns>An array of <see cref="T:System.Data.DataRow" /> objects or an array of length zero.</returns>
+    </member>
+    <member name="P:System.Data.DataRow.HasErrors">
+      <summary>Gets a value that indicates whether there are errors in a row.</summary>
+      <returns>
+        <see langword="true" /> if the row contains an error; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Data.DataRow.HasVersion(System.Data.DataRowVersion)">
       <summary>Gets a value that indicates whether a specified version exists.</summary>
@@ -4884,153 +4484,109 @@ Another column's expression depends on this column.</exception>
     <member name="M:System.Data.DataRow.IsNull(System.Data.DataColumn)">
       <summary>Gets a value that indicates whether the specified <see cref="T:System.Data.DataColumn" /> contains a null value.</summary>
       <param name="column">A <see cref="T:System.Data.DataColumn" />.</param>
+      <returns>
+        <see langword="true" /> if the column contains a null value; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="column" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
-      <returns>
-        <see langword="true" /> if the column contains a null value; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Data.DataRow.IsNull(System.Data.DataColumn,System.Data.DataRowVersion)">
       <summary>Gets a value that indicates whether the specified <see cref="T:System.Data.DataColumn" /> and <see cref="T:System.Data.DataRowVersion" /> contains a null value.</summary>
       <param name="column">A <see cref="T:System.Data.DataColumn" />.</param>
       <param name="version">One of the <see cref="T:System.Data.DataRowVersion" /> values that specifies the row version. Possible values are <see langword="Default" />, <see langword="Original" />, <see langword="Current" />, and <see langword="Proposed" />.</param>
+      <returns>
+        <see langword="true" /> if the column contains a null value; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="column" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
       <exception cref="T:System.Data.VersionNotFoundException">The row does not have the requested <paramref name="version" />.</exception>
-      <returns>
-        <see langword="true" /> if the column contains a null value; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Data.DataRow.IsNull(System.Int32)">
       <summary>Gets a value that indicates whether the column at the specified index contains a null value.</summary>
       <param name="columnIndex">The zero-based index of the column.</param>
-      <exception cref="T:System.IndexOutOfRangeException">No column corresponds to the index specified by <paramref name="columnIndex" />.</exception>
-      <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
       <returns>
         <see langword="true" /> if the column contains a null value; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">No column corresponds to the index specified by <paramref name="columnIndex" />.</exception>
+      <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
     </member>
     <member name="M:System.Data.DataRow.IsNull(System.String)">
       <summary>Gets a value that indicates whether the named column contains a null value.</summary>
       <param name="columnName">The name of the column.</param>
+      <returns>
+        <see langword="true" /> if the column contains a null value; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentException">The column specified by <paramref name="columnName" /> cannot be found.</exception>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="columnName" /> is <see langword="null" />.</exception>
       <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
-      <returns>
-        <see langword="true" /> if the column contains a null value; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Data.DataRow.RejectChanges">
-      <summary>Rejects all changes made to the row since <see cref="M:System.Data.DataRow.AcceptChanges" /> was last called.</summary>
-      <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
-    </member>
-    <member name="M:System.Data.DataRow.SetAdded">
-      <summary>Changes the <see cref="P:System.Data.DataRow.RowState" /> of a <see cref="T:System.Data.DataRow" /> to <see langword="Added" />.</summary>
-    </member>
-    <member name="M:System.Data.DataRow.SetColumnError(System.Data.DataColumn,System.String)">
-      <summary>Sets the error description for a column specified as a <see cref="T:System.Data.DataColumn" />.</summary>
-      <param name="column">The <see cref="T:System.Data.DataColumn" /> to set the error description for.</param>
-      <param name="error">The error description.</param>
-    </member>
-    <member name="M:System.Data.DataRow.SetColumnError(System.Int32,System.String)">
-      <summary>Sets the error description for a column specified by index.</summary>
-      <param name="columnIndex">The zero-based index of the column.</param>
-      <param name="error">The error description.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The <paramref name="columnIndex" /> argument is out of range</exception>
-    </member>
-    <member name="M:System.Data.DataRow.SetColumnError(System.String,System.String)">
-      <summary>Sets the error description for a column specified by name.</summary>
-      <param name="columnName">The name of the column.</param>
-      <param name="error">The error description.</param>
-    </member>
-    <member name="M:System.Data.DataRow.SetModified">
-      <summary>Changes the <see cref="P:System.Data.DataRow.RowState" /> of a <see cref="T:System.Data.DataRow" /> to <see langword="Modified" />.</summary>
-    </member>
-    <member name="M:System.Data.DataRow.SetNull(System.Data.DataColumn)">
-      <summary>Sets the value of the specified <see cref="T:System.Data.DataColumn" /> to a null value.</summary>
-      <param name="column">A <see cref="T:System.Data.DataColumn" />.</param>
-    </member>
-    <member name="M:System.Data.DataRow.SetParentRow(System.Data.DataRow)">
-      <summary>Sets the parent row of a <see cref="T:System.Data.DataRow" /> with specified new parent <see cref="T:System.Data.DataRow" />.</summary>
-      <param name="parentRow">The new parent <see cref="T:System.Data.DataRow" />.</param>
-    </member>
-    <member name="M:System.Data.DataRow.SetParentRow(System.Data.DataRow,System.Data.DataRelation)">
-      <summary>Sets the parent row of a <see cref="T:System.Data.DataRow" /> with specified new parent <see cref="T:System.Data.DataRow" /> and <see cref="T:System.Data.DataRelation" />.</summary>
-      <param name="parentRow">The new parent <see cref="T:System.Data.DataRow" />.</param>
-      <param name="relation">The relation <see cref="T:System.Data.DataRelation" /> to use.</param>
-      <exception cref="T:System.Data.RowNotInTableException">One of the rows does not belong to a table</exception>
-      <exception cref="T:System.ArgumentNullException">One of the rows is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The relation does not belong to the <see cref="T:System.Data.DataRelationCollection" /> of the <see cref="T:System.Data.DataSet" /> object.</exception>
-      <exception cref="T:System.Data.InvalidConstraintException">The relation's child <see cref="T:System.Data.DataTable" /> is not the table this row belongs to.</exception>
-    </member>
-    <member name="P:System.Data.DataRow.HasErrors">
-      <summary>Gets a value that indicates whether there are errors in a row.</summary>
-      <returns>
-        <see langword="true" /> if the row contains an error; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="P:System.Data.DataRow.Item(System.Data.DataColumn)">
       <summary>Gets or sets the data stored in the specified <see cref="T:System.Data.DataColumn" />.</summary>
       <param name="column">A <see cref="T:System.Data.DataColumn" /> that contains the data.</param>
+      <returns>An <see cref="T:System.Object" /> that contains the data.</returns>
       <exception cref="T:System.ArgumentException">The column does not belong to this table.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="column" /> is null.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to set a value on a deleted row.</exception>
       <exception cref="T:System.InvalidCastException">The data types of the value and the column do not match.</exception>
-      <returns>An <see cref="T:System.Object" /> that contains the data.</returns>
     </member>
     <member name="P:System.Data.DataRow.Item(System.Data.DataColumn,System.Data.DataRowVersion)">
       <summary>Gets the specified version of data stored in the specified <see cref="T:System.Data.DataColumn" />.</summary>
       <param name="column">A <see cref="T:System.Data.DataColumn" /> that contains information about the column.</param>
       <param name="version">One of the <see cref="T:System.Data.DataRowVersion" /> values that specifies the row version that you want. Possible values are <see langword="Default" />, <see langword="Original" />, <see langword="Current" />, and <see langword="Proposed" />.</param>
+      <returns>An <see cref="T:System.Object" /> that contains the data.</returns>
       <exception cref="T:System.ArgumentException">The column does not belong to the table.</exception>
       <exception cref="T:System.ArgumentNullException">The <paramref name="column" /> argument contains null.</exception>
       <exception cref="T:System.Data.VersionNotFoundException">The row does not have this version of data.</exception>
-      <returns>An <see cref="T:System.Object" /> that contains the data.</returns>
     </member>
     <member name="P:System.Data.DataRow.Item(System.Int32)">
       <summary>Gets or sets the data stored in the column specified by index.</summary>
       <param name="columnIndex">The zero-based index of the column.</param>
+      <returns>An <see cref="T:System.Object" /> that contains the data.</returns>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">Occurs when you try to set a value on a deleted row.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The <paramref name="columnIndex" /> argument is out of range.</exception>
       <exception cref="T:System.InvalidCastException">Occurs when you set the value and the new value's <see cref="T:System.Type" /> does not match <see cref="P:System.Data.DataColumn.DataType" />.</exception>
-      <returns>An <see cref="T:System.Object" /> that contains the data.</returns>
     </member>
     <member name="P:System.Data.DataRow.Item(System.Int32,System.Data.DataRowVersion)">
       <summary>Gets the data stored in the column, specified by index and version of the data to retrieve.</summary>
       <param name="columnIndex">The zero-based index of the column.</param>
       <param name="version">One of the <see cref="T:System.Data.DataRowVersion" /> values that specifies the row version that you want. Possible values are <see langword="Default" />, <see langword="Original" />, <see langword="Current" />, and <see langword="Proposed" />.</param>
+      <returns>An <see cref="T:System.Object" /> that contains the data.</returns>
       <exception cref="T:System.IndexOutOfRangeException">The <paramref name="columnIndex" /> argument is out of range.</exception>
       <exception cref="T:System.InvalidCastException">The data types of the value and the column do not match.</exception>
       <exception cref="T:System.Data.VersionNotFoundException">The row does not have this version of data.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to set a value on a deleted row.</exception>
-      <returns>An <see cref="T:System.Object" /> that contains the data.</returns>
     </member>
     <member name="P:System.Data.DataRow.Item(System.String)">
       <summary>Gets or sets the data stored in the column specified by name.</summary>
       <param name="columnName">The name of the column.</param>
+      <returns>An <see cref="T:System.Object" /> that contains the data.</returns>
       <exception cref="T:System.ArgumentException">The column specified by <paramref name="columnName" /> cannot be found.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">Occurs when you try to set a value on a deleted row.</exception>
       <exception cref="T:System.InvalidCastException">Occurs when you set a value and its <see cref="T:System.Type" /> does not match <see cref="P:System.Data.DataColumn.DataType" />.</exception>
       <exception cref="T:System.Data.NoNullAllowedException">Occurs when you try to insert a null value into a column where <see cref="P:System.Data.DataColumn.AllowDBNull" /> is set to <see langword="false" />.</exception>
-      <returns>An <see cref="T:System.Object" /> that contains the data.</returns>
     </member>
     <member name="P:System.Data.DataRow.Item(System.String,System.Data.DataRowVersion)">
       <summary>Gets the specified version of data stored in the named column.</summary>
       <param name="columnName">The name of the column.</param>
       <param name="version">One of the <see cref="T:System.Data.DataRowVersion" /> values that specifies the row version that you want. Possible values are <see langword="Default" />, <see langword="Original" />, <see langword="Current" />, and <see langword="Proposed" />.</param>
+      <returns>An <see cref="T:System.Object" /> that contains the data.</returns>
       <exception cref="T:System.ArgumentException">The column specified by <paramref name="columnName" /> cannot be found.</exception>
       <exception cref="T:System.InvalidCastException">The data types of the value and the column do not match.</exception>
       <exception cref="T:System.Data.VersionNotFoundException">The row does not have this version of data.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">The row was deleted.</exception>
-      <returns>An <see cref="T:System.Object" /> that contains the data.</returns>
     </member>
     <member name="P:System.Data.DataRow.ItemArray">
       <summary>Gets or sets all the values for this row through an array.</summary>
+      <returns>An array of type <see cref="T:System.Object" />.</returns>
       <exception cref="T:System.ArgumentException">The array is larger than the number of columns in the table.</exception>
       <exception cref="T:System.InvalidCastException">A value in the array does not match its <see cref="P:System.Data.DataColumn.DataType" /> in its respective <see cref="T:System.Data.DataColumn" />.</exception>
       <exception cref="T:System.Data.ConstraintException">An edit broke a constraint.</exception>
       <exception cref="T:System.Data.ReadOnlyException">An edit tried to change the value of a read-only column.</exception>
       <exception cref="T:System.Data.NoNullAllowedException">An edit tried to put a null value in a column where <see cref="P:System.Data.DataColumn.AllowDBNull" /> of the <see cref="T:System.Data.DataColumn" /> object is <see langword="false" />.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">The row has been deleted.</exception>
-      <returns>An array of type <see cref="T:System.Object" />.</returns>
+    </member>
+    <member name="M:System.Data.DataRow.RejectChanges">
+      <summary>Rejects all changes made to the row since <see cref="M:System.Data.DataRow.AcceptChanges" /> was last called.</summary>
+      <exception cref="T:System.Data.RowNotInTableException">The row does not belong to the table.</exception>
     </member>
     <member name="P:System.Data.DataRow.RowError">
       <summary>Gets or sets the custom error description for a row.</summary>
@@ -5040,6 +4596,45 @@ Another column's expression depends on this column.</exception>
       <summary>Gets the current state of the row with regard to its relationship to the <see cref="T:System.Data.DataRowCollection" />.</summary>
       <returns>One of the <see cref="T:System.Data.DataRowState" /> values.</returns>
     </member>
+    <member name="M:System.Data.DataRow.SetAdded">
+      <summary>Changes the <see cref="P:System.Data.DataRow.RowState" /> of a <see cref="T:System.Data.DataRow" /> to <see langword="Added" />.</summary>
+    </member>
+    <member name="M:System.Data.DataRow.SetColumnError(System.Data.DataColumn,System.String)">
+      <summary>Sets the error description for a column specified as a <see cref="T:System.Data.DataColumn" />.</summary>
+      <param name="column">The <see cref="T:System.Data.DataColumn" /> to set the error description for.</param>
+      <param name="error">The error description.</param>
+    </member>
+    <member name="M:System.Data.DataRow.SetColumnError(System.Int32,System.String)">
+      <summary>Sets the error description for a column specified by index.</summary>
+      <param name="columnIndex">The zero-based index of the column.</param>
+      <param name="error">The error description.</param>
+      <exception cref="T:System.IndexOutOfRangeException">The <paramref name="columnIndex" /> argument is out of range</exception>
+    </member>
+    <member name="M:System.Data.DataRow.SetColumnError(System.String,System.String)">
+      <summary>Sets the error description for a column specified by name.</summary>
+      <param name="columnName">The name of the column.</param>
+      <param name="error">The error description.</param>
+    </member>
+    <member name="M:System.Data.DataRow.SetModified">
+      <summary>Changes the <see cref="P:System.Data.DataRow.RowState" /> of a <see cref="T:System.Data.DataRow" /> to <see langword="Modified" />.</summary>
+    </member>
+    <member name="M:System.Data.DataRow.SetNull(System.Data.DataColumn)">
+      <summary>Sets the value of the specified <see cref="T:System.Data.DataColumn" /> to a null value.</summary>
+      <param name="column">A <see cref="T:System.Data.DataColumn" />.</param>
+    </member>
+    <member name="M:System.Data.DataRow.SetParentRow(System.Data.DataRow)">
+      <summary>Sets the parent row of a <see cref="T:System.Data.DataRow" /> with specified new parent <see cref="T:System.Data.DataRow" />.</summary>
+      <param name="parentRow">The new parent <see cref="T:System.Data.DataRow" />.</param>
+    </member>
+    <member name="M:System.Data.DataRow.SetParentRow(System.Data.DataRow,System.Data.DataRelation)">
+      <summary>Sets the parent row of a <see cref="T:System.Data.DataRow" /> with specified new parent <see cref="T:System.Data.DataRow" /> and <see cref="T:System.Data.DataRelation" />.</summary>
+      <param name="parentRow">The new parent <see cref="T:System.Data.DataRow" />.</param>
+      <param name="relation">The relation <see cref="T:System.Data.DataRelation" /> to use.</param>
+      <exception cref="T:System.Data.RowNotInTableException">One of the rows does not belong to a table</exception>
+      <exception cref="T:System.ArgumentNullException">One of the rows is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The relation does not belong to the <see cref="T:System.Data.DataRelationCollection" /> of the <see cref="T:System.Data.DataSet" /> object.</exception>
+      <exception cref="T:System.Data.InvalidConstraintException">The relation's child <see cref="T:System.Data.DataTable" /> is not the table this row belongs to.</exception>
+    </member>
     <member name="P:System.Data.DataRow.Table">
       <summary>Gets the <see cref="T:System.Data.DataTable" /> for which this row has a schema.</summary>
       <returns>The <see cref="T:System.Data.DataTable" /> to which this row belongs.</returns>
@@ -5072,7 +4667,7 @@ Another column's expression depends on this column.</exception>
       <summary>The most recent change to the row has been rolled back.</summary>
     </member>
     <member name="T:System.Data.DataRowBuilder">
-      <summary>The <see langword="DataRowBuilder" /> type supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
+      <summary>The <see langword="DataRowBuilder" /> type supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
     </member>
     <member name="T:System.Data.DataRowChangeEventArgs">
       <summary>Provides data for the <see cref="E:System.Data.DataTable.RowChanged" />, <see cref="E:System.Data.DataTable.RowChanging" />, <see cref="M:System.Data.DataTable.OnRowDeleting(System.Data.DataRowChangeEventArgs)" />, and <see cref="M:System.Data.DataTable.OnRowDeleted(System.Data.DataRowChangeEventArgs)" /> events.</summary>
@@ -5109,11 +4704,11 @@ Another column's expression depends on this column.</exception>
     <member name="M:System.Data.DataRowCollection.Add(System.Object[])">
       <summary>Creates a row using specified values and adds it to the <see cref="T:System.Data.DataRowCollection" />.</summary>
       <param name="values">The array of values that are used to create the new row.</param>
+      <returns>None.</returns>
       <exception cref="T:System.ArgumentException">The array is larger than the number of columns in the table.</exception>
       <exception cref="T:System.InvalidCastException">A value does not match its respective column type.</exception>
       <exception cref="T:System.Data.ConstraintException">Adding the row invalidates a constraint.</exception>
       <exception cref="T:System.Data.NoNullAllowedException">Trying to put a null in a column where <see cref="P:System.Data.DataColumn.AllowDBNull" /> is false.</exception>
-      <returns>The new row.</returns>
     </member>
     <member name="M:System.Data.DataRowCollection.Clear">
       <summary>Clears the collection of all rows.</summary>
@@ -5122,16 +4717,16 @@ Another column's expression depends on this column.</exception>
     <member name="M:System.Data.DataRowCollection.Contains(System.Object)">
       <summary>Gets a value that indicates whether the primary key of any row in the collection contains the specified value.</summary>
       <param name="key">The value of the primary key to test for.</param>
-      <exception cref="T:System.Data.MissingPrimaryKeyException">The table does not have a primary key.</exception>
       <returns>
         <see langword="true" /> if the collection contains a <see cref="T:System.Data.DataRow" /> with the specified primary key value; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.Data.MissingPrimaryKeyException">The table does not have a primary key.</exception>
     </member>
     <member name="M:System.Data.DataRowCollection.Contains(System.Object[])">
       <summary>Gets a value that indicates whether the primary key columns of any row in the collection contain the values specified in the object array.</summary>
       <param name="keys">An array of primary key values to test for.</param>
-      <exception cref="T:System.Data.MissingPrimaryKeyException">The table does not have a primary key.</exception>
       <returns>
         <see langword="true" /> if the <see cref="T:System.Data.DataRowCollection" /> contains a <see cref="T:System.Data.DataRow" /> with the specified key values; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.Data.MissingPrimaryKeyException">The table does not have a primary key.</exception>
     </member>
     <member name="M:System.Data.DataRowCollection.CopyTo(System.Array,System.Int32)">
       <summary>Copies all the <see cref="T:System.Data.DataRow" /> objects from the collection into the given array, starting at the given destination array index.</summary>
@@ -5143,18 +4738,22 @@ Another column's expression depends on this column.</exception>
       <param name="array">The one-dimensional array that is the destination of the elements copied from the <see langword="DataRowCollection" />. The array must have zero-based indexing.</param>
       <param name="index">The zero-based index in the array at which copying begins.</param>
     </member>
+    <member name="P:System.Data.DataRowCollection.Count">
+      <summary>Gets the total number of <see cref="T:System.Data.DataRow" /> objects in this collection.</summary>
+      <returns>The total number of <see cref="T:System.Data.DataRow" /> objects in this collection.</returns>
+    </member>
     <member name="M:System.Data.DataRowCollection.Find(System.Object)">
       <summary>Gets the row specified by the primary key value.</summary>
       <param name="key">The primary key value of the <see cref="T:System.Data.DataRow" /> to find.</param>
-      <exception cref="T:System.Data.MissingPrimaryKeyException">The table does not have a primary key.</exception>
       <returns>A <see cref="T:System.Data.DataRow" /> that contains the primary key value specified; otherwise a null value if the primary key value does not exist in the <see cref="T:System.Data.DataRowCollection" />.</returns>
+      <exception cref="T:System.Data.MissingPrimaryKeyException">The table does not have a primary key.</exception>
     </member>
     <member name="M:System.Data.DataRowCollection.Find(System.Object[])">
       <summary>Gets the row that contains the specified primary key values.</summary>
       <param name="keys">An array of primary key values to find. The type of the array is <see langword="Object" />.</param>
+      <returns>A <see cref="T:System.Data.DataRow" /> object that contains the primary key values specified; otherwise a null value if the primary key value does not exist in the <see cref="T:System.Data.DataRowCollection" />.</returns>
       <exception cref="T:System.IndexOutOfRangeException">No row corresponds to that index value.</exception>
       <exception cref="T:System.Data.MissingPrimaryKeyException">The table does not have a primary key.</exception>
-      <returns>A <see cref="T:System.Data.DataRow" /> object that contains the primary key values specified; otherwise a null value if the primary key value does not exist in the <see cref="T:System.Data.DataRowCollection" />.</returns>
     </member>
     <member name="M:System.Data.DataRowCollection.GetEnumerator">
       <summary>Gets an <see cref="T:System.Collections.IEnumerator" /> for this collection.</summary>
@@ -5171,6 +4770,12 @@ Another column's expression depends on this column.</exception>
       <param name="pos">The (zero-based) location in the collection where you want to add the <see langword="DataRow" />.</param>
       <exception cref="T:System.IndexOutOfRangeException">The <paramref name="pos" /> is less than 0.</exception>
     </member>
+    <member name="P:System.Data.DataRowCollection.Item(System.Int32)">
+      <summary>Gets the row at the specified index.</summary>
+      <param name="index">The zero-based index of the row to return.</param>
+      <returns>The specified <see cref="T:System.Data.DataRow" />.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index value is greater than the number of items in the collection.</exception>
+    </member>
     <member name="M:System.Data.DataRowCollection.Remove(System.Data.DataRow)">
       <summary>Removes the specified <see cref="T:System.Data.DataRow" /> from the collection.</summary>
       <param name="row">The <see cref="T:System.Data.DataRow" /> to remove.</param>
@@ -5179,16 +4784,6 @@ Another column's expression depends on this column.</exception>
       <summary>Removes the row at the specified index from the collection.</summary>
       <param name="index">The index of the row to remove.</param>
     </member>
-    <member name="P:System.Data.DataRowCollection.Count">
-      <summary>Gets the total number of <see cref="T:System.Data.DataRow" /> objects in this collection.</summary>
-      <returns>The total number of <see cref="T:System.Data.DataRow" /> objects in this collection.</returns>
-    </member>
-    <member name="P:System.Data.DataRowCollection.Item(System.Int32)">
-      <summary>Gets the row at the specified index.</summary>
-      <param name="index">The zero-based index of the row to return.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index value is greater than the number of items in the collection.</exception>
-      <returns>The specified <see cref="T:System.Data.DataRow" />.</returns>
-    </member>
     <member name="T:System.Data.DataRowComparer">
       <summary>Returns a singleton instance of the <see cref="T:System.Data.DataRowComparer`1" /> class.</summary>
     </member>
@@ -5200,24 +4795,24 @@ Another column's expression depends on this column.</exception>
       <summary>Compares two <see cref="T:System.Data.DataRow" /> objects for equivalence by using value-based comparison.</summary>
       <typeparam name="TRow">The type of objects to be compared, typically <see cref="T:System.Data.DataRow" />.</typeparam>
     </member>
+    <member name="P:System.Data.DataRowComparer`1.Default">
+      <summary>Gets a singleton instance of <see cref="T:System.Data.DataRowComparer`1" />. This property is read-only.</summary>
+      <returns>An instance of a <see cref="T:System.Data.DataRowComparer`1" />.</returns>
+    </member>
     <member name="M:System.Data.DataRowComparer`1.Equals(`0,`0)">
       <summary>Compares two <see cref="T:System.Data.DataRow" /> objects by using a column-by-column, value-based comparison.</summary>
       <param name="leftRow">The first <see cref="T:System.Data.DataRow" /> object to compare.</param>
       <param name="rightRow">The second <see cref="T:System.Data.DataRow" /> object to compare.</param>
-      <exception cref="T:System.ArgumentNullException">One or both of the source <see cref="T:System.Data.DataRow" /> objects are <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the two <see cref="T:System.Data.DataRow" /> objects have ordered sets of column values that are equal; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">One or both of the source <see cref="T:System.Data.DataRow" /> objects are <see langword="null" />.</exception>
     </member>
     <member name="M:System.Data.DataRowComparer`1.GetHashCode(`0)">
       <summary>Returns a hash code for the specified <see cref="T:System.Data.DataRow" /> object.</summary>
       <param name="row">The <see cref="T:System.Data.DataRow" /> to compute the hash code from.</param>
+      <returns>An <see cref="T:System.Int32" /> value representing the hash code of the row.</returns>
       <exception cref="T:System.ArgumentException">The source <see cref="T:System.Data.DataRow" /> objects does not belong to a <see cref="T:System.Data.DataTable" />.</exception>
       <exception cref="T:System.ArgumentNullException">The source <see cref="T:System.Data.DataRow" /> objects is <see langword="null" />.</exception>
-      <returns>An <see cref="T:System.Int32" /> value representing the hash code of the row.</returns>
-    </member>
-    <member name="P:System.Data.DataRowComparer`1.Default">
-      <summary>Gets a singleton instance of <see cref="T:System.Data.DataRowComparer`1" />. This property is read-only.</summary>
-      <returns>An instance of a <see cref="T:System.Data.DataRowComparer`1" />.</returns>
     </member>
     <member name="T:System.Data.DataRowExtensions">
       <summary>Defines the extension methods to the <see cref="T:System.Data.DataRow" /> class. This is a static class.</summary>
@@ -5227,10 +4822,10 @@ Another column's expression depends on this column.</exception>
       <param name="row">The input <see cref="T:System.Data.DataRow" />, which acts as the <see langword="this" /> instance for the extension method.</param>
       <param name="column">The input <see cref="T:System.Data.DataColumn" /> object that specifies the column to return the value of.</param>
       <typeparam name="T">A generic parameter that specifies the return type of the column.</typeparam>
+      <returns>The value, of type <paramref name="T" />, of the <see cref="T:System.Data.DataColumn" /> specified by <paramref name="column" />.</returns>
       <exception cref="T:System.InvalidCastException">The value type of the underlying column could not be cast to the type specified by the generic parameter, <paramref name="T" />.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The column specified by <paramref name="column" /> does not occur in the <see cref="T:System.Data.DataTable" /> that the <see cref="T:System.Data.DataRow" /> is a part of.</exception>
       <exception cref="T:System.NullReferenceException">A null value was assigned to a non-nullable type.</exception>
-      <returns>The value, of type <paramref name="T" />, of the <see cref="T:System.Data.DataColumn" /> specified by <paramref name="column" />.</returns>
     </member>
     <member name="M:System.Data.DataRowExtensions.Field``1(System.Data.DataRow,System.Data.DataColumn,System.Data.DataRowVersion)">
       <summary>Provides strongly-typed access to each of the column values in the specified row. The <see cref="M:System.Data.DataRowExtensions.Field``1(System.Data.DataRow,System.Data.DataColumn,System.Data.DataRowVersion)" /> method also supports nullable types.</summary>
@@ -5238,20 +4833,20 @@ Another column's expression depends on this column.</exception>
       <param name="column">The input <see cref="T:System.Data.DataColumn" /> object that specifies the column to return the value of.</param>
       <param name="version">A <see cref="T:System.Data.DataRowVersion" /> enumeration that specifies the version of the column value to return, such as <see langword="Current" /> or <see langword="Original" /> version.</param>
       <typeparam name="T">A generic parameter that specifies the return type of the column.</typeparam>
+      <returns>The value, of type <paramref name="T" />, of the <see cref="T:System.Data.DataColumn" /> specified by <paramref name="column" /> and <paramref name="version" />.</returns>
       <exception cref="T:System.InvalidCastException">The value type of the underlying column could not be cast to the type specified by the generic parameter, <paramref name="T" />.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The column specified by <paramref name="column" /> does not exist in the <see cref="T:System.Data.DataTable" /> that the <see cref="T:System.Data.DataRow" /> is a part of.</exception>
       <exception cref="T:System.NullReferenceException">A null value was assigned to a non-nullable type.</exception>
-      <returns>The value, of type <paramref name="T" />, of the <see cref="T:System.Data.DataColumn" /> specified by <paramref name="column" /> and <paramref name="version" />.</returns>
     </member>
     <member name="M:System.Data.DataRowExtensions.Field``1(System.Data.DataRow,System.Int32)">
       <summary>Provides strongly-typed access to each of the column values in the specified row. The <see cref="M:System.Data.DataRowExtensions.Field``1(System.Data.DataRow,System.Int32)" /> method also supports nullable types.</summary>
       <param name="row">The input <see cref="T:System.Data.DataRow" />, which acts as the <see langword="this" /> instance for the extension method.</param>
       <param name="columnIndex">The column index.</param>
       <typeparam name="T">A generic parameter that specifies the return type of the column.</typeparam>
+      <returns>The value, of type <paramref name="T" />, of the <see cref="T:System.Data.DataColumn" /> specified by <paramref name="columnIndex" />.</returns>
       <exception cref="T:System.InvalidCastException">The value type of the underlying column could not be cast to the type specified by the generic parameter, <paramref name="T" />.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The column specified by <paramref name="ordinal" /> does not exist in the <see cref="T:System.Data.DataTable" /> that the <see cref="T:System.Data.DataRow" /> is a part of.</exception>
       <exception cref="T:System.NullReferenceException">A null value was assigned to a non-nullable type.</exception>
-      <returns>The value, of type <paramref name="T" />, of the <see cref="T:System.Data.DataColumn" /> specified by <paramref name="columnIndex" />.</returns>
     </member>
     <member name="M:System.Data.DataRowExtensions.Field``1(System.Data.DataRow,System.Int32,System.Data.DataRowVersion)">
       <summary>Provides strongly-typed access to each of the column values in the specified row. The <see cref="M:System.Data.DataRowExtensions.Field``1(System.Data.DataRow,System.Int32,System.Data.DataRowVersion)" /> method also supports nullable types.</summary>
@@ -5259,20 +4854,20 @@ Another column's expression depends on this column.</exception>
       <param name="columnIndex">The zero-based ordinal of the column to return the value of.</param>
       <param name="version">A <see cref="T:System.Data.DataRowVersion" /> enumeration that specifies the version of the column value to return, such as <see langword="Current" /> or <see langword="Original" /> version.</param>
       <typeparam name="T">A generic parameter that specifies the return type of the column.</typeparam>
+      <returns>The value, of type <paramref name="T" />, of the <see cref="T:System.Data.DataColumn" /> specified by <paramref name="ordinal" /> and <paramref name="version" />.</returns>
       <exception cref="T:System.InvalidCastException">The value type of the underlying column could not be cast to the type specified by the generic parameter, <paramref name="T" />.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The column specified by <paramref name="ordinal" /> does not exist in the <see cref="T:System.Data.DataTable" /> that the <see cref="T:System.Data.DataRow" /> is a part of.</exception>
       <exception cref="T:System.NullReferenceException">A null value was assigned to a non-nullable type.</exception>
-      <returns>The value, of type <paramref name="T" />, of the <see cref="T:System.Data.DataColumn" /> specified by <paramref name="ordinal" /> and <paramref name="version" />.</returns>
     </member>
     <member name="M:System.Data.DataRowExtensions.Field``1(System.Data.DataRow,System.String)">
       <summary>Provides strongly-typed access to each of the column values in the specified row. The <see cref="M:System.Data.DataRowExtensions.Field``1(System.Data.DataRow,System.String)" /> method also supports nullable types.</summary>
       <param name="row">The input <see cref="T:System.Data.DataRow" />, which acts as the <see langword="this" /> instance for the extension method.</param>
       <param name="columnName">The name of the column to return the value of.</param>
       <typeparam name="T">A generic parameter that specifies the return type of the column.</typeparam>
+      <returns>The value, of type <paramref name="T" />, of the <see cref="T:System.Data.DataColumn" /> specified by <paramref name="columnName" />.</returns>
       <exception cref="T:System.InvalidCastException">The value type of the underlying column could not be cast to the type specified by the generic parameter, <paramref name="T" />.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The column specified by <paramref name="columnName" /> does not occur in the <see cref="T:System.Data.DataTable" /> that the <see cref="T:System.Data.DataRow" /> is a part of.</exception>
       <exception cref="T:System.NullReferenceException">A <see langword="null" /> value was assigned to a non-nullable type.</exception>
-      <returns>The value, of type <paramref name="T" />, of the <see cref="T:System.Data.DataColumn" /> specified by <paramref name="columnName" />.</returns>
     </member>
     <member name="M:System.Data.DataRowExtensions.Field``1(System.Data.DataRow,System.String,System.Data.DataRowVersion)">
       <summary>Provides strongly-typed access to each of the column values in the specified row. The <see cref="M:System.Data.DataRowExtensions.Field``1(System.Data.DataRow,System.String,System.Data.DataRowVersion)" /> method also supports nullable types.</summary>
@@ -5280,10 +4875,10 @@ Another column's expression depends on this column.</exception>
       <param name="columnName">The name of the column to return the value of.</param>
       <param name="version">A <see cref="T:System.Data.DataRowVersion" /> enumeration that specifies the version of the column value to return, such as <see langword="Current" /> or <see langword="Original" /> version.</param>
       <typeparam name="T">A generic parameter that specifies the return type of the column.</typeparam>
+      <returns>The value, of type <paramref name="T" />, of the <see cref="T:System.Data.DataColumn" /> specified by <paramref name="columnName" /> and <paramref name="version" />.</returns>
       <exception cref="T:System.InvalidCastException">The value type of the underlying column could not be cast to the type specified by the generic parameter, <paramref name="T" />.</exception>
       <exception cref="T:System.IndexOutOfRangeException">The column specified by <paramref name="columnName" /> does not exist in the <see cref="T:System.Data.DataTable" /> that the <see cref="T:System.Data.DataRow" /> is a part of.</exception>
       <exception cref="T:System.NullReferenceException">A null value was assigned to a non-nullable type.</exception>
-      <returns>The value, of type <paramref name="T" />, of the <see cref="T:System.Data.DataColumn" /> specified by <paramref name="columnName" /> and <paramref name="version" />.</returns>
     </member>
     <member name="M:System.Data.DataRowExtensions.SetField``1(System.Data.DataRow,System.Data.DataColumn,``0)">
       <summary>Sets a new value for the specified column in the <see cref="T:System.Data.DataRow" />. The <see cref="M:System.Data.DataRowExtensions.SetField``1(System.Data.DataRow,System.Data.DataColumn,``0)" /> method also supports nullable types.</summary>
@@ -5352,9 +4947,6 @@ Another column's expression depends on this column.</exception>
     <member name="T:System.Data.DataRowView">
       <summary>Represents a customized view of a <see cref="T:System.Data.DataRow" />.</summary>
     </member>
-    <member name="E:System.Data.DataRowView.PropertyChanged">
-      <summary>Event that is raised when a <see cref="T:System.Data.DataRowView" /> property is changed.</summary>
-    </member>
     <member name="M:System.Data.DataRowView.BeginEdit">
       <summary>Begins an edit procedure.</summary>
     </member>
@@ -5370,9 +4962,9 @@ Another column's expression depends on this column.</exception>
       <summary>Returns a <see cref="T:System.Data.DataView" /> for the child <see cref="T:System.Data.DataTable" /> with the specified <see cref="T:System.Data.DataRelation" /> and parent.</summary>
       <param name="relation">The <see cref="T:System.Data.DataRelation" /> object.</param>
       <param name="followParent">The parent object.</param>
+      <returns>A <see cref="T:System.Data.DataView" /> for the child <see cref="T:System.Data.DataTable" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="relation" /> is <see langword="null" />.</exception>
-      <returns>A <see cref="T:System.Data.DataView" /> for the child <see cref="T:System.Data.DataTable" />.</returns>
     </member>
     <member name="M:System.Data.DataRowView.CreateChildView(System.String)">
       <summary>Returns a <see cref="T:System.Data.DataView" /> for the child <see cref="T:System.Data.DataTable" /> with the specified child <see cref="T:System.Data.DataRelation" /> name.</summary>
@@ -5384,9 +4976,13 @@ Another column's expression depends on this column.</exception>
       <param name="relationName">A string containing the <see cref="T:System.Data.DataRelation" /> name.</param>
       <param name="followParent">
         <see langword="true" /> to keep the created child view in sync with the parent; otherwise, <see langword="false" />.</param>
+      <returns>a <see cref="T:System.Data.DataView" /> for the child <see cref="T:System.Data.DataTable" />.</returns>
       <exception cref="T:System.ArgumentException">
         <paramref name="relation" /> is <see langword="null" />.</exception>
-      <returns>a <see cref="T:System.Data.DataView" /> for the child <see cref="T:System.Data.DataTable" />.</returns>
+    </member>
+    <member name="P:System.Data.DataRowView.DataView">
+      <summary>Gets the <see cref="T:System.Data.DataView" /> to which this row belongs.</summary>
+      <returns>The <see langword="DataView" /> to which this row belongs.</returns>
     </member>
     <member name="M:System.Data.DataRowView.Delete">
       <summary>Deletes a row.</summary>
@@ -5404,12 +5000,49 @@ Another column's expression depends on this column.</exception>
       <summary>Returns the hash code of the <see cref="T:System.Data.DataRow" /> object.</summary>
       <returns>A 32-bit signed integer hash code 1, which represents Boolean <see langword="true" /> if the value of this instance is nonzero; otherwise the integer zero, which represents Boolean <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Data.DataRowView.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">
-      <summary>Returns a collection of custom attributes for this instance of a component.</summary>
-      <returns>An AttributeCollection containing the attributes for this object.</returns>
+    <member name="P:System.Data.DataRowView.IsEdit">
+      <summary>Indicates whether the row is in edit mode.</summary>
+      <returns>
+        <see langword="true" /> if the row is in edit mode; otherwise <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Data.DataRowView.System#ComponentModel#ICustomTypeDescriptor#GetClassName">
-      <summary>Returns the class name of this instance of a component.</summary>
+    <member name="P:System.Data.DataRowView.IsNew">
+      <summary>Indicates whether a <see cref="T:System.Data.DataRowView" /> is new.</summary>
+      <returns>
+        <see langword="true" /> if the row is new; otherwise <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.DataRowView.Item(System.Int32)">
+      <summary>Gets or sets a value in a specified column.</summary>
+      <param name="ndx">The column index.</param>
+      <returns>The value of the column.</returns>
+      <exception cref="T:System.Data.DataException">The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <see cref="T:System.Data.DataRowView" /> is not new.</exception>
+      <exception cref="T:System.IndexOutOfRangeException">No column corresponds to that index value.</exception>
+    </member>
+    <member name="P:System.Data.DataRowView.Item(System.String)">
+      <summary>Gets or sets a value in a specified column.</summary>
+      <param name="property">String that contains the specified column.</param>
+      <returns>The value of the column.</returns>
+      <exception cref="T:System.ArgumentException">A column with the specified name or relation was not found.
+-or-
+The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <see cref="T:System.Data.DataRowView" /> is not new.</exception>
+      <exception cref="T:System.Data.DataException">Unmatched <paramref name="property" /> when setting a value.</exception>
+    </member>
+    <member name="E:System.Data.DataRowView.PropertyChanged">
+      <summary>Event that is raised when a <see cref="T:System.Data.DataRowView" /> property is changed.</summary>
+    </member>
+    <member name="P:System.Data.DataRowView.Row">
+      <summary>Gets the <see cref="T:System.Data.DataRow" /> being viewed.</summary>
+      <returns>The <see cref="T:System.Data.DataRow" /> being viewed by the <see cref="T:System.Data.DataRowView" />.</returns>
+    </member>
+    <member name="P:System.Data.DataRowView.RowVersion">
+      <summary>Gets the current version description of the <see cref="T:System.Data.DataRow" />.</summary>
+      <returns>One of the <see cref="T:System.Data.DataRowVersion" /> values. Possible values for the <see cref="P:System.Data.DataRowView.RowVersion" /> property are <see langword="Default" />, <see langword="Original" />, <see langword="Current" />, and <see langword="Proposed" />.</returns>
+    </member>
+    <member name="M:System.Data.DataRowView.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">
+      <summary>Returns a collection of custom attributes for this instance of a component.</summary>
+      <returns>An AttributeCollection containing the attributes for this object.</returns>
+    </member>
+    <member name="M:System.Data.DataRowView.System#ComponentModel#ICustomTypeDescriptor#GetClassName">
+      <summary>Returns the class name of this instance of a component.</summary>
       <returns>The class name of this instance of a component.</returns>
     </member>
     <member name="M:System.Data.DataRowView.System#ComponentModel#ICustomTypeDescriptor#GetComponentName">
@@ -5439,7 +5072,7 @@ Another column's expression depends on this column.</exception>
     </member>
     <member name="M:System.Data.DataRowView.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])">
       <summary>Returns the events for this instance of a component with specified attributes.</summary>
-      <param name="attributes">The attributes.</param>
+      <param name="attributes">The attributes</param>
       <returns>The events for this instance of a component.</returns>
     </member>
     <member name="M:System.Data.DataRowView.System#ComponentModel#ICustomTypeDescriptor#GetProperties">
@@ -5456,46 +5089,6 @@ Another column's expression depends on this column.</exception>
       <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that represents the property whose owner is to be found.</param>
       <returns>An <see cref="T:System.Object" /> that represents the owner of the specified property.</returns>
     </member>
-    <member name="P:System.Data.DataRowView.DataView">
-      <summary>Gets the <see cref="T:System.Data.DataView" /> to which this row belongs.</summary>
-      <returns>The <see langword="DataView" /> to which this row belongs.</returns>
-    </member>
-    <member name="P:System.Data.DataRowView.IsEdit">
-      <summary>Indicates whether the row is in edit mode.</summary>
-      <returns>
-        <see langword="true" /> if the row is in edit mode; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataRowView.IsNew">
-      <summary>Indicates whether a <see cref="T:System.Data.DataRowView" /> is new.</summary>
-      <returns>
-        <see langword="true" /> if the row is new; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataRowView.Item(System.Int32)">
-      <summary>Gets or sets a value in a specified column.</summary>
-      <param name="ndx">The column index.</param>
-      <exception cref="T:System.Data.DataException">The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <see cref="T:System.Data.DataRowView" /> is not new.</exception>
-      <exception cref="T:System.IndexOutOfRangeException">No column corresponds to that index value.</exception>
-      <returns>The value of the column.</returns>
-    </member>
-    <member name="P:System.Data.DataRowView.Item(System.String)">
-      <summary>Gets or sets a value in a specified column.</summary>
-      <param name="property">String that contains the specified column.</param>
-      <exception cref="T:System.ArgumentException">A column with the specified name or relation was not found.
-        
--or-
-
-The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <see cref="T:System.Data.DataRowView" /> is not new.</exception>
-      <exception cref="T:System.Data.DataException">Unmatched <paramref name="property" /> when setting a value.</exception>
-      <returns>The value of the column.</returns>
-    </member>
-    <member name="P:System.Data.DataRowView.Row">
-      <summary>Gets the <see cref="T:System.Data.DataRow" /> being viewed.</summary>
-      <returns>The <see cref="T:System.Data.DataRow" /> being viewed by the <see cref="T:System.Data.DataRowView" />.</returns>
-    </member>
-    <member name="P:System.Data.DataRowView.RowVersion">
-      <summary>Gets the current version description of the <see cref="T:System.Data.DataRow" />.</summary>
-      <returns>One of the <see cref="T:System.Data.DataRowVersion" /> values. Possible values for the <see cref="P:System.Data.DataRowView.RowVersion" /> property are <see langword="Default" />, <see langword="Original" />, <see langword="Current" />, and <see langword="Proposed" />.</returns>
-    </member>
     <member name="P:System.Data.DataRowView.System#ComponentModel#IDataErrorInfo#Error">
       <summary>Gets a message that describes any validation errors for the object.</summary>
       <returns>The validation error on the object.</returns>
@@ -5508,12 +5101,6 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="T:System.Data.DataSet">
       <summary>Represents an in-memory cache of data.</summary>
     </member>
-    <member name="E:System.Data.DataSet.Initialized">
-      <summary>Occurs after the <see cref="T:System.Data.DataSet" /> is initialized.</summary>
-    </member>
-    <member name="E:System.Data.DataSet.MergeFailed">
-      <summary>Occurs when a target and source <see cref="T:System.Data.DataRow" /> have the same primary key value, and <see cref="P:System.Data.DataSet.EnforceConstraints" /> is set to true.</summary>
-    </member>
     <member name="M:System.Data.DataSet.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Data.DataSet" /> class.</summary>
     </member>
@@ -5538,6 +5125,11 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="M:System.Data.DataSet.BeginInit">
       <summary>Begins the initialization of a <see cref="T:System.Data.DataSet" /> that is used on a form or used by another component. The initialization occurs at run time.</summary>
     </member>
+    <member name="P:System.Data.DataSet.CaseSensitive">
+      <summary>Gets or sets a value indicating whether string comparisons within <see cref="T:System.Data.DataTable" /> objects are case-sensitive.</summary>
+      <returns>
+        <see langword="true" /> if string comparisons are case-sensitive; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.DataSet.Clear">
       <summary>Clears the <see cref="T:System.Data.DataSet" /> of any data by removing all rows in all tables.</summary>
     </member>
@@ -5547,7 +5139,9 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     </member>
     <member name="M:System.Data.DataSet.Copy">
       <summary>Copies both the structure and data for this <see cref="T:System.Data.DataSet" />.</summary>
-      <returns>A new <see cref="T:System.Data.DataSet" /> with the same structure (table schemas, relations, and constraints) and data as this <see cref="T:System.Data.DataSet" />.</returns>
+      <returns>A new <see cref="T:System.Data.DataSet" /> with the same structure (table schemas, relations, and constraints) and data as this <see cref="T:System.Data.DataSet" />.
+
+If these classes have been subclassed, the copy will also be of the same subclasses.</returns>
     </member>
     <member name="M:System.Data.DataSet.CreateDataReader">
       <summary>Returns a <see cref="T:System.Data.DataTableReader" /> with one result set per <see cref="T:System.Data.DataTable" />, in the same sequence as the tables appear in the <see cref="P:System.Data.DataSet.Tables" /> collection.</summary>
@@ -5558,6 +5152,14 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="dataTables">An array of DataTables providing the order of the result sets to be returned in the <see cref="T:System.Data.DataTableReader" />.</param>
       <returns>A <see cref="T:System.Data.DataTableReader" /> containing one or more result sets, corresponding to the <see cref="T:System.Data.DataTable" /> instances contained within the source <see cref="T:System.Data.DataSet" />. The returned result sets are in the order specified by the <paramref name="dataTables" /> parameter.</returns>
     </member>
+    <member name="P:System.Data.DataSet.DataSetName">
+      <summary>Gets or sets the name of the current <see cref="T:System.Data.DataSet" />.</summary>
+      <returns>The name of the <see cref="T:System.Data.DataSet" />.</returns>
+    </member>
+    <member name="P:System.Data.DataSet.DefaultViewManager">
+      <summary>Gets a custom view of the data contained in the <see cref="T:System.Data.DataSet" /> to allow filtering, searching, and navigating using a custom <see cref="T:System.Data.DataViewManager" />.</summary>
+      <returns>A <see cref="T:System.Data.DataViewManager" /> object.</returns>
+    </member>
     <member name="M:System.Data.DataSet.DetermineSchemaSerializationMode(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Determines the <see cref="P:System.Data.DataSet.SchemaSerializationMode" /> for a <see cref="T:System.Data.DataSet" />.</summary>
       <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that a <see langword="DataSet" />'s protected constructor <see cref="M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" /> is invoked with during deserialization in remoting scenarios.</param>
@@ -5572,6 +5174,16 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="M:System.Data.DataSet.EndInit">
       <summary>Ends the initialization of a <see cref="T:System.Data.DataSet" /> that is used on a form or used by another component. The initialization occurs at run time.</summary>
     </member>
+    <member name="P:System.Data.DataSet.EnforceConstraints">
+      <summary>Gets or sets a value indicating whether constraint rules are followed when attempting any update operation.</summary>
+      <returns>
+        <see langword="true" /> if rules are enforced; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
+      <exception cref="T:System.Data.ConstraintException">One or more constraints cannot be enforced.</exception>
+    </member>
+    <member name="P:System.Data.DataSet.ExtendedProperties">
+      <summary>Gets the collection of customized user information associated with the <see langword="DataSet" />.</summary>
+      <returns>A <see cref="T:System.Data.PropertyCollection" /> with all custom user information.</returns>
+    </member>
     <member name="M:System.Data.DataSet.GetChanges">
       <summary>Gets a copy of the <see cref="T:System.Data.DataSet" /> that contains all changes made to it since it was loaded or since <see cref="M:System.Data.DataSet.AcceptChanges" /> was last called.</summary>
       <returns>A copy of the changes from this <see cref="T:System.Data.DataSet" /> that can have actions performed on it and later be merged back in using <see cref="M:System.Data.DataSet.Merge(System.Data.DataSet)" />. If no changed rows are found, the method returns <see langword="null" />.</returns>
@@ -5620,6 +5232,11 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <returns>
         <see langword="true" /> if the <see cref="T:System.Data.DataSet" /> has changes; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Data.DataSet.HasErrors">
+      <summary>Gets a value indicating whether there are errors in any of the <see cref="T:System.Data.DataTable" /> objects within this <see cref="T:System.Data.DataSet" />.</summary>
+      <returns>
+        <see langword="true" /> if any table contains an error; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.DataSet.InferXmlSchema(System.IO.Stream,System.String[])">
       <summary>Applies the XML schema from the specified <see cref="T:System.IO.Stream" /> to the <see cref="T:System.Data.DataSet" />.</summary>
       <param name="stream">The <see langword="Stream" /> from which to read the schema.</param>
@@ -5642,6 +5259,9 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="reader">The <see langword="XMLReader" /> from which to read the schema.</param>
       <param name="nsArray">An array of namespace Uniform Resource Identifier (URI) strings to be excluded from schema inference.</param>
     </member>
+    <member name="E:System.Data.DataSet.Initialized">
+      <summary>Occurs after the <see cref="T:System.Data.DataSet" /> is initialized.</summary>
+    </member>
     <member name="M:System.Data.DataSet.InitializeDerivedDataSet">
       <summary>Deserialize all of the tables data of the DataSet from the binary or XML stream.</summary>
     </member>
@@ -5652,6 +5272,11 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <returns>
         <see langword="true" /> if the specified <see cref="T:System.Runtime.Serialization.SerializationInfo" /> represents a <see langword="DataSet" /> serialized in its binary format, <see langword="false" /> otherwise.</returns>
     </member>
+    <member name="P:System.Data.DataSet.IsInitialized">
+      <summary>Gets a value that indicates whether the <see cref="T:System.Data.DataSet" /> is initialized.</summary>
+      <returns>
+        <see langword="true" /> to indicate the component has completed initialization; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.DataTable[])">
       <summary>Fills a <see cref="T:System.Data.DataSet" /> with values from a data source using the supplied <see cref="T:System.Data.IDataReader" />, using an array of <see cref="T:System.Data.DataTable" /> instances to supply the schema and namespace information.</summary>
       <param name="reader">An <see cref="T:System.Data.IDataReader" /> that provides one or more result sets.</param>
@@ -5671,6 +5296,10 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="loadOption">A value from the <see cref="T:System.Data.LoadOption" /> enumeration that indicates how rows already in the <see cref="T:System.Data.DataTable" /> instances within the <see langword="DataSet" /> will be combined with incoming rows that share the same primary key.</param>
       <param name="tables">An array of strings, from which the <see langword="Load" /> method retrieves table name information.</param>
     </member>
+    <member name="P:System.Data.DataSet.Locale">
+      <summary>Gets or sets the locale information used to compare strings within the table.</summary>
+      <returns>A <see cref="T:System.Globalization.CultureInfo" /> that contains data about the user's machine locale. The default is <see langword="null" />.</returns>
+    </member>
     <member name="M:System.Data.DataSet.Merge(System.Data.DataRow[])">
       <summary>Merges an array of <see cref="T:System.Data.DataRow" /> objects into the current <see cref="T:System.Data.DataSet" />.</summary>
       <param name="rows">The array of <see langword="DataRow" /> objects to be merged into the <see langword="DataSet" />.</param>
@@ -5715,6 +5344,14 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
         <see langword="true" /> to preserve changes in the <see langword="DataSet" />; otherwise, <see langword="false" />.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="dataSet" /> is <see langword="null" />.</exception>
     </member>
+    <member name="E:System.Data.DataSet.MergeFailed">
+      <summary>Occurs when a target and source <see cref="T:System.Data.DataRow" /> have the same primary key value, and <see cref="P:System.Data.DataSet.EnforceConstraints" /> is set to true.</summary>
+    </member>
+    <member name="P:System.Data.DataSet.Namespace">
+      <summary>Gets or sets the namespace of the <see cref="T:System.Data.DataSet" />.</summary>
+      <returns>The namespace of the <see cref="T:System.Data.DataSet" />.</returns>
+      <exception cref="T:System.ArgumentException">The namespace already has data.</exception>
+    </member>
     <member name="M:System.Data.DataSet.OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs)">
       <summary>Raises the <see cref="M:System.Data.DataSet.OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs)" /> event.</summary>
       <param name="pcevent">A <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> that contains the event data.</param>
@@ -5727,6 +5364,10 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>Occurs when a <see cref="T:System.Data.DataTable" /> is removed from a <see cref="T:System.Data.DataSet" />.</summary>
       <param name="table">The <see cref="T:System.Data.DataTable" /> being removed.</param>
     </member>
+    <member name="P:System.Data.DataSet.Prefix">
+      <summary>Gets or sets an XML prefix that aliases the namespace of the <see cref="T:System.Data.DataSet" />.</summary>
+      <returns>The XML prefix for the <see cref="T:System.Data.DataSet" /> namespace.</returns>
+    </member>
     <member name="M:System.Data.DataSet.RaisePropertyChanging(System.String)">
       <summary>Sends a notification that the specified <see cref="T:System.Data.DataSet" /> property is about to change.</summary>
       <param name="name">The name of the property that is about to change.</param>
@@ -5756,17 +5397,17 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="M:System.Data.DataSet.ReadXml(System.String)">
       <summary>Reads XML schema and data into the <see cref="T:System.Data.DataSet" /> using the specified file.</summary>
       <param name="fileName">The filename (including the path) from which to read.</param>
+      <returns>The <see langword="XmlReadMode" /> used to read the data.</returns>
       <exception cref="T:System.Security.SecurityException">
         <see cref="T:System.Security.Permissions.FileIOPermission" /> is not set to <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Read" />.</exception>
-      <returns>The <see langword="XmlReadMode" /> used to read the data.</returns>
     </member>
     <member name="M:System.Data.DataSet.ReadXml(System.String,System.Data.XmlReadMode)">
       <summary>Reads XML schema and data into the <see cref="T:System.Data.DataSet" /> using the specified file and <see cref="T:System.Data.XmlReadMode" />.</summary>
       <param name="fileName">The filename (including the path) from which to read.</param>
       <param name="mode">One of the <see cref="T:System.Data.XmlReadMode" /> values.</param>
+      <returns>The <see langword="XmlReadMode" /> used to read the data.</returns>
       <exception cref="T:System.Security.SecurityException">
         <see cref="T:System.Security.Permissions.FileIOPermission" /> is not set to <see cref="F:System.Security.Permissions.FileIOPermissionAccess.Read" />.</exception>
-      <returns>The <see langword="XmlReadMode" /> used to read the data.</returns>
     </member>
     <member name="M:System.Data.DataSet.ReadXml(System.Xml.XmlReader)">
       <summary>Reads XML schema and data into the <see cref="T:System.Data.DataSet" /> using the specified <see cref="T:System.Xml.XmlReader" />.</summary>
@@ -5804,9 +5445,21 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="M:System.Data.DataSet.RejectChanges">
       <summary>Rolls back all the changes made to the <see cref="T:System.Data.DataSet" /> since it was created, or since the last time <see cref="M:System.Data.DataSet.AcceptChanges" /> was called.</summary>
     </member>
+    <member name="P:System.Data.DataSet.Relations">
+      <summary>Gets the collection of relations that link tables and allow navigation from parent tables to child tables.</summary>
+      <returns>A <see cref="T:System.Data.DataRelationCollection" /> that contains a collection of <see cref="T:System.Data.DataRelation" /> objects. An empty collection is returned if no <see cref="T:System.Data.DataRelation" /> objects exist.</returns>
+    </member>
+    <member name="P:System.Data.DataSet.RemotingFormat">
+      <summary>Gets or sets a <see cref="T:System.Data.SerializationFormat" /> for the <see cref="T:System.Data.DataSet" /> used during remoting.</summary>
+      <returns>A <see cref="T:System.Data.SerializationFormat" /> object.</returns>
+    </member>
     <member name="M:System.Data.DataSet.Reset">
       <summary>Clears all tables and removes all relations, foreign constraints, and tables from the <see cref="T:System.Data.DataSet" />. Subclasses should override <see cref="M:System.Data.DataSet.Reset" /> to restore a <see cref="T:System.Data.DataSet" /> to its original state.</summary>
     </member>
+    <member name="P:System.Data.DataSet.SchemaSerializationMode">
+      <summary>Gets or sets a <see cref="T:System.Data.SchemaSerializationMode" /> for a <see cref="T:System.Data.DataSet" />.</summary>
+      <returns>A <see cref="T:System.Data.SchemaSerializationMode" /> for a <see cref="T:System.Data.DataSet" />.</returns>
+    </member>
     <member name="M:System.Data.DataSet.ShouldSerializeRelations">
       <summary>Gets a value indicating whether <see cref="P:System.Data.DataSet.Relations" /> property should be persisted.</summary>
       <returns>
@@ -5817,6 +5470,14 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <returns>
         <see langword="true" /> if the property value has been changed from its default; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Data.DataSet.Site">
+      <summary>Gets or sets an <see cref="T:System.ComponentModel.ISite" /> for the <see cref="T:System.Data.DataSet" />.</summary>
+      <returns>An <see cref="T:System.ComponentModel.ISite" /> for the <see cref="T:System.Data.DataSet" />.</returns>
+    </member>
+    <member name="P:System.Data.DataSet.System#ComponentModel#IListSource#ContainsListCollection">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IListSource.ContainsListCollection" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IListSource.ContainsListCollection" />.</returns>
+    </member>
     <member name="M:System.Data.DataSet.System#ComponentModel#IListSource#GetList">
       <summary>For a description of this member, see <see cref="M:System.ComponentModel.IListSource.GetList" />.</summary>
       <returns>For a description of this member, see <see cref="M:System.ComponentModel.IListSource.GetList" />.</returns>
@@ -5833,6 +5494,10 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>For a description of this member, see <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" />.</summary>
       <param name="writer">A <see cref="T:System.Xml.XmlWriter" />.</param>
     </member>
+    <member name="P:System.Data.DataSet.Tables">
+      <summary>Gets the collection of tables contained in the <see cref="T:System.Data.DataSet" />.</summary>
+      <returns>The <see cref="T:System.Data.DataTableCollection" /> contained by this <see cref="T:System.Data.DataSet" />. An empty collection is returned if no <see cref="T:System.Data.DataTable" /> objects exist.</returns>
+    </member>
     <member name="M:System.Data.DataSet.WriteXml(System.IO.Stream)">
       <summary>Writes the current data for the <see cref="T:System.Data.DataSet" /> using the specified <see cref="T:System.IO.Stream" />.</summary>
       <param name="stream">A <see cref="T:System.IO.Stream" /> object used to write to a file.</param>
@@ -5911,76 +5576,6 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="writer">A <see cref="T:System.Xml.XmlWriter" /> object to write to.</param>
       <param name="multipleTargetConverter">A delegate used to convert <see cref="T:System.Type" /> to string.</param>
     </member>
-    <member name="P:System.Data.DataSet.CaseSensitive">
-      <summary>Gets or sets a value indicating whether string comparisons within <see cref="T:System.Data.DataTable" /> objects are case-sensitive.</summary>
-      <returns>
-        <see langword="true" /> if string comparisons are case-sensitive; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.DataSetName">
-      <summary>Gets or sets the name of the current <see cref="T:System.Data.DataSet" />.</summary>
-      <returns>The name of the <see cref="T:System.Data.DataSet" />.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.DefaultViewManager">
-      <summary>Gets a custom view of the data contained in the <see cref="T:System.Data.DataSet" /> to allow filtering, searching, and navigating using a custom <see cref="T:System.Data.DataViewManager" />.</summary>
-      <returns>A <see cref="T:System.Data.DataViewManager" /> object.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.EnforceConstraints">
-      <summary>Gets or sets a value indicating whether constraint rules are followed when attempting any update operation.</summary>
-      <exception cref="T:System.Data.ConstraintException">One or more constraints cannot be enforced.</exception>
-      <returns>
-        <see langword="true" /> if rules are enforced; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.ExtendedProperties">
-      <summary>Gets the collection of customized user information associated with the <see langword="DataSet" />.</summary>
-      <returns>A <see cref="T:System.Data.PropertyCollection" /> with all custom user information.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.HasErrors">
-      <summary>Gets a value indicating whether there are errors in any of the <see cref="T:System.Data.DataTable" /> objects within this <see cref="T:System.Data.DataSet" />.</summary>
-      <returns>
-        <see langword="true" /> if any table contains an error; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.IsInitialized">
-      <summary>Gets a value that indicates whether the <see cref="T:System.Data.DataSet" /> is initialized.</summary>
-      <returns>
-        <see langword="true" /> to indicate the component has completed initialization; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.Locale">
-      <summary>Gets or sets the locale information used to compare strings within the table.</summary>
-      <returns>A <see cref="T:System.Globalization.CultureInfo" /> that contains data about the user's machine locale. The default is <see langword="null" />.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.Namespace">
-      <summary>Gets or sets the namespace of the <see cref="T:System.Data.DataSet" />.</summary>
-      <exception cref="T:System.ArgumentException">The namespace already has data.</exception>
-      <returns>The namespace of the <see cref="T:System.Data.DataSet" />.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.Prefix">
-      <summary>Gets or sets an XML prefix that aliases the namespace of the <see cref="T:System.Data.DataSet" />.</summary>
-      <returns>The XML prefix for the <see cref="T:System.Data.DataSet" /> namespace.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.Relations">
-      <summary>Gets the collection of relations that link tables and allow navigation from parent tables to child tables.</summary>
-      <returns>A <see cref="T:System.Data.DataRelationCollection" /> that contains a collection of <see cref="T:System.Data.DataRelation" /> objects. An empty collection is returned if no <see cref="T:System.Data.DataRelation" /> objects exist.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.RemotingFormat">
-      <summary>Gets or sets a <see cref="T:System.Data.SerializationFormat" /> for the <see cref="T:System.Data.DataSet" /> used during remoting.</summary>
-      <returns>A <see cref="T:System.Data.SerializationFormat" /> object.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.SchemaSerializationMode">
-      <summary>Gets or sets a <see cref="T:System.Data.SchemaSerializationMode" /> for a <see cref="T:System.Data.DataSet" />.</summary>
-      <returns>A <see cref="T:System.Data.SchemaSerializationMode" /> for a <see cref="T:System.Data.DataSet" />.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.Site">
-      <summary>Gets or sets an <see cref="T:System.ComponentModel.ISite" /> for the <see cref="T:System.Data.DataSet" />.</summary>
-      <returns>An <see cref="T:System.ComponentModel.ISite" /> for the <see cref="T:System.Data.DataSet" />.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.System#ComponentModel#IListSource#ContainsListCollection">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IListSource.ContainsListCollection" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IListSource.ContainsListCollection" />.</returns>
-    </member>
-    <member name="P:System.Data.DataSet.Tables">
-      <summary>Gets the collection of tables contained in the <see cref="T:System.Data.DataSet" />.</summary>
-      <returns>The <see cref="T:System.Data.DataTableCollection" /> contained by this <see cref="T:System.Data.DataSet" />. An empty collection is returned if no <see cref="T:System.Data.DataTable" /> objects exist.</returns>
-    </member>
     <member name="T:System.Data.DataSetDateTime">
       <summary>Describes the serialization format for <see cref="T:System.DateTime" /> columns in a <see cref="T:System.Data.DataSet" />.</summary>
     </member>
@@ -6014,55 +5609,22 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="T:System.Data.DataTable">
       <summary>Represents one table of in-memory data.</summary>
     </member>
-    <member name="E:System.Data.DataTable.ColumnChanged">
-      <summary>Occurs after a value has been changed for the specified <see cref="T:System.Data.DataColumn" /> in a <see cref="T:System.Data.DataRow" />.</summary>
+    <member name="M:System.Data.DataTable.#ctor">
+      <summary>Initializes a new instance of the <see cref="T:System.Data.DataTable" /> class with no arguments.</summary>
     </member>
-    <member name="E:System.Data.DataTable.ColumnChanging">
-      <summary>Occurs when a value is being changed for the specified <see cref="T:System.Data.DataColumn" /> in a <see cref="T:System.Data.DataRow" />.</summary>
+    <member name="M:System.Data.DataTable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+      <summary>Initializes a new instance of the <see cref="T:System.Data.DataTable" /> class with the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> and the <see cref="T:System.Runtime.Serialization.StreamingContext" />.</summary>
+      <param name="info">The data needed to serialize or deserialize an object.</param>
+      <param name="context">The source and destination of a given serialized stream.</param>
     </member>
-    <member name="E:System.Data.DataTable.Initialized">
-      <summary>Occurs after the <see cref="T:System.Data.DataTable" /> is initialized.</summary>
+    <member name="M:System.Data.DataTable.#ctor(System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Data.DataTable" /> class with the specified table name.</summary>
+      <param name="tableName">The name to give the table. If <paramref name="tableName" /> is <see langword="null" /> or an empty string, a default name is given when added to the <see cref="T:System.Data.DataTableCollection" />.</param>
     </member>
-    <member name="E:System.Data.DataTable.RowChanged">
-      <summary>Occurs after a <see cref="T:System.Data.DataRow" /> has been changed successfully.</summary>
-    </member>
-    <member name="E:System.Data.DataTable.RowChanging">
-      <summary>Occurs when a <see cref="T:System.Data.DataRow" /> is changing.</summary>
-    </member>
-    <member name="E:System.Data.DataTable.RowDeleted">
-      <summary>Occurs after a row in the table has been deleted.</summary>
-    </member>
-    <member name="E:System.Data.DataTable.RowDeleting">
-      <summary>Occurs before a row in the table is about to be deleted.</summary>
-    </member>
-    <member name="E:System.Data.DataTable.TableCleared">
-      <summary>Occurs after a <see cref="T:System.Data.DataTable" /> is cleared.</summary>
-    </member>
-    <member name="E:System.Data.DataTable.TableClearing">
-      <summary>Occurs when a <see cref="T:System.Data.DataTable" /> is cleared.</summary>
-    </member>
-    <member name="E:System.Data.DataTable.TableNewRow">
-      <summary>Occurs when a new <see cref="T:System.Data.DataRow" /> is inserted.</summary>
-    </member>
-    <member name="F:System.Data.DataTable.fInitInProgress">
-      <summary>Checks whether initialization is in progress. The initialization occurs at run time.</summary>
-    </member>
-    <member name="M:System.Data.DataTable.#ctor">
-      <summary>Initializes a new instance of the <see cref="T:System.Data.DataTable" /> class with no arguments.</summary>
-    </member>
-    <member name="M:System.Data.DataTable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
-      <summary>Initializes a new instance of the <see cref="T:System.Data.DataTable" /> class with the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> and the <see cref="T:System.Runtime.Serialization.StreamingContext" />.</summary>
-      <param name="info">The data needed to serialize or deserialize an object.</param>
-      <param name="context">The source and destination of a given serialized stream.</param>
-    </member>
-    <member name="M:System.Data.DataTable.#ctor(System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Data.DataTable" /> class with the specified table name.</summary>
-      <param name="tableName">The name to give the table. If <paramref name="tableName" /> is <see langword="null" /> or an empty string, a default name is given when added to the <see cref="T:System.Data.DataTableCollection" />.</param>
-    </member>
-    <member name="M:System.Data.DataTable.#ctor(System.String,System.String)">
-      <summary>Initializes a new instance of the <see cref="T:System.Data.DataTable" /> class using the specified table name and namespace.</summary>
-      <param name="tableName">The name to give the table. If <paramref name="tableName" /> is <see langword="null" /> or an empty string, a default name is given when added to the <see cref="T:System.Data.DataTableCollection" />.</param>
-      <param name="tableNamespace">The namespace for the XML representation of the data stored in the <see langword="DataTable" />.</param>
+    <member name="M:System.Data.DataTable.#ctor(System.String,System.String)">
+      <summary>Initializes a new instance of the <see cref="T:System.Data.DataTable" /> class using the specified table name and namespace.</summary>
+      <param name="tableName">The name to give the table. If <paramref name="tableName" /> is <see langword="null" /> or an empty string, a default name is given when added to the <see cref="T:System.Data.DataTableCollection" />.</param>
+      <param name="tableNamespace">The namespace for the XML representation of the data stored in the <see langword="DataTable" />.</param>
     </member>
     <member name="M:System.Data.DataTable.AcceptChanges">
       <summary>Commits all the changes made to this table since the last time <see cref="M:System.Data.DataTable.AcceptChanges" /> was called.</summary>
@@ -6073,6 +5635,15 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="M:System.Data.DataTable.BeginLoadData">
       <summary>Turns off notifications, index maintenance, and constraints while loading data.</summary>
     </member>
+    <member name="P:System.Data.DataTable.CaseSensitive">
+      <summary>Indicates whether string comparisons within the table are case-sensitive.</summary>
+      <returns>
+        <see langword="true" /> if the comparison is case-sensitive; otherwise <see langword="false" />. The default is set to the parent <see cref="T:System.Data.DataSet" /> object's <see cref="P:System.Data.DataSet.CaseSensitive" /> property, or <see langword="false" /> if the <see cref="T:System.Data.DataTable" /> was created independently of a <see cref="T:System.Data.DataSet" />.</returns>
+    </member>
+    <member name="P:System.Data.DataTable.ChildRelations">
+      <summary>Gets the collection of child relations for this <see cref="T:System.Data.DataTable" />.</summary>
+      <returns>A <see cref="T:System.Data.DataRelationCollection" /> that contains the child relations for the table. An empty collection is returned if no <see cref="T:System.Data.DataRelation" /> objects exist.</returns>
+    </member>
     <member name="M:System.Data.DataTable.Clear">
       <summary>Clears the <see cref="T:System.Data.DataTable" /> of all data.</summary>
     </member>
@@ -6080,19 +5651,31 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>Clones the structure of the <see cref="T:System.Data.DataTable" />, including all <see cref="T:System.Data.DataTable" /> schemas and constraints.</summary>
       <returns>A new <see cref="T:System.Data.DataTable" /> with the same schema as the current <see cref="T:System.Data.DataTable" />.</returns>
     </member>
+    <member name="E:System.Data.DataTable.ColumnChanged">
+      <summary>Occurs after a value has been changed for the specified <see cref="T:System.Data.DataColumn" /> in a <see cref="T:System.Data.DataRow" />.</summary>
+    </member>
+    <member name="E:System.Data.DataTable.ColumnChanging">
+      <summary>Occurs when a value is being changed for the specified <see cref="T:System.Data.DataColumn" /> in a <see cref="T:System.Data.DataRow" />.</summary>
+    </member>
+    <member name="P:System.Data.DataTable.Columns">
+      <summary>Gets the collection of columns that belong to this table.</summary>
+      <returns>A <see cref="T:System.Data.DataColumnCollection" /> that contains the collection of <see cref="T:System.Data.DataColumn" /> objects for the table. An empty collection is returned if no <see cref="T:System.Data.DataColumn" /> objects exist.</returns>
+    </member>
     <member name="M:System.Data.DataTable.Compute(System.String,System.String)">
       <summary>Computes the given expression on the current rows that pass the filter criteria.</summary>
       <param name="expression">The expression to compute.</param>
       <param name="filter">The filter to limit the rows that evaluate in the expression.</param>
       <returns>An <see cref="T:System.Object" />, set to the result of the computation. If the expression evaluates to null, the return value will be <see cref="F:System.DBNull.Value" />.</returns>
     </member>
+    <member name="P:System.Data.DataTable.Constraints">
+      <summary>Gets the collection of constraints maintained by this table.</summary>
+      <returns>A <see cref="T:System.Data.ConstraintCollection" /> that contains the collection of <see cref="T:System.Data.Constraint" /> objects for the table. An empty collection is returned if no <see cref="T:System.Data.Constraint" /> objects exist.</returns>
+    </member>
     <member name="M:System.Data.DataTable.Copy">
       <summary>Copies both the structure and data for this <see cref="T:System.Data.DataTable" />.</summary>
-      <returns>A new <see cref="T:System.Data.DataTable" /> with the same structure (table schemas and constraints) and data as this <see cref="T:System.Data.DataTable" />.  
-  
- If these classes have been derived, the copy will also be of the same derived classes.  
-  
- <see cref="M:System.Data.DataTable.Copy" /> creates a new <see cref="T:System.Data.DataTable" /> with the same structure and data as the original <see cref="T:System.Data.DataTable" />. To copy the structure to a new <see cref="T:System.Data.DataTable" />, but not the data, use <see cref="M:System.Data.DataTable.Clone" />.</returns>
+      <returns>A new <see cref="T:System.Data.DataTable" /> with the same structure (table schemas and constraints) and data as this <see cref="T:System.Data.DataTable" />.
+If these classes have been derived, the copy will also be of the same derived classes.
+<see cref="M:System.Data.DataTable.Copy" /> creates a new <see cref="T:System.Data.DataTable" /> with the same structure and data as the original <see cref="T:System.Data.DataTable" />. To copy the structure to a new <see cref="T:System.Data.DataTable" />, but not the data, use <see cref="M:System.Data.DataTable.Clone" />.</returns>
     </member>
     <member name="M:System.Data.DataTable.CreateDataReader">
       <summary>Returns a <see cref="T:System.Data.DataTableReader" /> corresponding to the data within this <see cref="T:System.Data.DataTable" />.</summary>
@@ -6102,12 +5685,31 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>Creates a new instance of <see cref="T:System.Data.DataTable" />.</summary>
       <returns>The new expression.</returns>
     </member>
+    <member name="P:System.Data.DataTable.DataSet">
+      <summary>Gets the <see cref="T:System.Data.DataSet" /> to which this table belongs.</summary>
+      <returns>The <see cref="T:System.Data.DataSet" /> to which this table belongs.</returns>
+    </member>
+    <member name="P:System.Data.DataTable.DefaultView">
+      <summary>Gets a customized view of the table that may include a filtered view, or a cursor position.</summary>
+      <returns>The <see cref="T:System.Data.DataView" /> associated with the <see cref="T:System.Data.DataTable" />.</returns>
+    </member>
+    <member name="P:System.Data.DataTable.DisplayExpression">
+      <summary>Gets or sets the expression that returns a value used to represent this table in the user interface. The <see langword="DisplayExpression" /> property lets you display the name of this table in a user interface.</summary>
+      <returns>A display string.</returns>
+    </member>
     <member name="M:System.Data.DataTable.EndInit">
       <summary>Ends the initialization of a <see cref="T:System.Data.DataTable" /> that is used on a form or used by another component. The initialization occurs at run time.</summary>
     </member>
     <member name="M:System.Data.DataTable.EndLoadData">
       <summary>Turns on notifications, index maintenance, and constraints after loading data.</summary>
     </member>
+    <member name="P:System.Data.DataTable.ExtendedProperties">
+      <summary>Gets the collection of customized user information.</summary>
+      <returns>A <see cref="T:System.Data.PropertyCollection" /> that contains custom user information.</returns>
+    </member>
+    <member name="F:System.Data.DataTable.fInitInProgress">
+      <summary>Checks whether initialization is in progress. The initialization occurs at run time.</summary>
+    </member>
     <member name="M:System.Data.DataTable.GetChanges">
       <summary>Gets a copy of the <see cref="T:System.Data.DataTable" /> that contains all changes made to it since it was loaded or <see cref="M:System.Data.DataTable.AcceptChanges" /> was last called.</summary>
       <returns>A copy of the changes from this <see cref="T:System.Data.DataTable" />, or <see langword="null" /> if no changes are found.</returns>
@@ -6140,10 +5742,23 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>For a description of this member, see <see cref="M:System.Xml.Serialization.IXmlSerializable.GetSchema" />.</summary>
       <returns>An <see cref="T:System.Xml.Schema.XmlSchema" /> that describes the XML representation of the object that is produced by the <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" /> method and consumed by the <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)" /> method.</returns>
     </member>
+    <member name="P:System.Data.DataTable.HasErrors">
+      <summary>Gets a value indicating whether there are errors in any of the rows in any of the tables of the <see cref="T:System.Data.DataSet" /> to which the table belongs.</summary>
+      <returns>
+        <see langword="true" /> if errors exist; otherwise <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.DataTable.ImportRow(System.Data.DataRow)">
       <summary>Copies a <see cref="T:System.Data.DataRow" /> into a <see cref="T:System.Data.DataTable" />, preserving any property settings, as well as original and current values.</summary>
       <param name="row">The <see cref="T:System.Data.DataRow" /> to be imported.</param>
     </member>
+    <member name="E:System.Data.DataTable.Initialized">
+      <summary>Occurs after the <see cref="T:System.Data.DataTable" /> is initialized.</summary>
+    </member>
+    <member name="P:System.Data.DataTable.IsInitialized">
+      <summary>Gets a value that indicates whether the <see cref="T:System.Data.DataTable" /> is initialized.</summary>
+      <returns>
+        <see langword="true" /> to indicate the component has completed initialization; otherwise <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.DataTable.Load(System.Data.IDataReader)">
       <summary>Fills a <see cref="T:System.Data.DataTable" /> with values from a data source using the supplied <see cref="T:System.Data.IDataReader" />. If the <see cref="T:System.Data.DataTable" /> already contains rows, the incoming data from the data source is merged with the existing rows.</summary>
       <param name="reader">An <see cref="T:System.Data.IDataReader" /> that provides a result set.</param>
@@ -6164,11 +5779,11 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="values">An array of values used to create the new row.</param>
       <param name="fAcceptChanges">
         <see langword="true" /> to accept changes; otherwise <see langword="false" />.</param>
+      <returns>The new <see cref="T:System.Data.DataRow" />.</returns>
       <exception cref="T:System.ArgumentException">The array is larger than the number of columns in the table.</exception>
       <exception cref="T:System.InvalidCastException">A value doesn't match its respective column type.</exception>
       <exception cref="T:System.Data.ConstraintException">Adding the row invalidates a constraint.</exception>
       <exception cref="T:System.Data.NoNullAllowedException">Attempting to put a null in a column where <see cref="P:System.Data.DataColumn.AllowDBNull" /> is false.</exception>
-      <returns>The new <see cref="T:System.Data.DataRow" />.</returns>
     </member>
     <member name="M:System.Data.DataTable.LoadDataRow(System.Object[],System.Data.LoadOption)">
       <summary>Finds and updates a specific row. If no matching row is found, a new row is created using the given values.</summary>
@@ -6176,6 +5791,10 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="loadOption">Used to determine how the array values are applied to the corresponding values in an existing row.</param>
       <returns>The new <see cref="T:System.Data.DataRow" />.</returns>
     </member>
+    <member name="P:System.Data.DataTable.Locale">
+      <summary>Gets or sets the locale information used to compare strings within the table.</summary>
+      <returns>A <see cref="T:System.Globalization.CultureInfo" /> that contains data about the user's machine locale. The default is the <see cref="T:System.Data.DataSet" /> object's <see cref="T:System.Globalization.CultureInfo" /> (returned by the <see cref="P:System.Data.DataSet.Locale" /> property) to which the <see cref="T:System.Data.DataTable" /> belongs; if the table doesn't belong to a <see cref="T:System.Data.DataSet" />, the default is the current system <see cref="T:System.Globalization.CultureInfo" />.</returns>
+    </member>
     <member name="M:System.Data.DataTable.Merge(System.Data.DataTable)">
       <summary>Merge the specified <see cref="T:System.Data.DataTable" /> with the current <see cref="T:System.Data.DataTable" />.</summary>
       <param name="table">The <see cref="T:System.Data.DataTable" /> to be merged with the current <see cref="T:System.Data.DataTable" />.</param>
@@ -6193,6 +5812,14 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
         <see langword="true" />, to preserve changes in the current <see cref="T:System.Data.DataTable" />; otherwise <see langword="false" />.</param>
       <param name="missingSchemaAction">One of the <see cref="T:System.Data.MissingSchemaAction" /> values.</param>
     </member>
+    <member name="P:System.Data.DataTable.MinimumCapacity">
+      <summary>Gets or sets the initial starting size for this table.</summary>
+      <returns>The initial starting size in rows of this table. The default is 50.</returns>
+    </member>
+    <member name="P:System.Data.DataTable.Namespace">
+      <summary>Gets or sets the namespace for the XML representation of the data stored in the <see cref="T:System.Data.DataTable" />.</summary>
+      <returns>The namespace of the <see cref="T:System.Data.DataTable" />.</returns>
+    </member>
     <member name="M:System.Data.DataTable.NewRow">
       <summary>Creates a new <see cref="T:System.Data.DataRow" /> with the same schema as the table.</summary>
       <returns>A <see cref="T:System.Data.DataRow" /> with the same schema as the <see cref="T:System.Data.DataTable" />.</returns>
@@ -6251,9 +5878,22 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>Raises the <see cref="E:System.Data.DataTable.TableNewRow" /> event.</summary>
       <param name="e">A <see cref="T:System.Data.DataTableNewRowEventArgs" /> that contains the event data.</param>
     </member>
+    <member name="P:System.Data.DataTable.ParentRelations">
+      <summary>Gets the collection of parent relations for this <see cref="T:System.Data.DataTable" />.</summary>
+      <returns>A <see cref="T:System.Data.DataRelationCollection" /> that contains the parent relations for the table. An empty collection is returned if no <see cref="T:System.Data.DataRelation" /> objects exist.</returns>
+    </member>
+    <member name="P:System.Data.DataTable.Prefix">
+      <summary>Gets or sets the namespace for the XML representation of the data stored in the <see cref="T:System.Data.DataTable" />.</summary>
+      <returns>The prefix of the <see cref="T:System.Data.DataTable" />.</returns>
+    </member>
+    <member name="P:System.Data.DataTable.PrimaryKey">
+      <summary>Gets or sets an array of columns that function as primary keys for the data table.</summary>
+      <returns>An array of <see cref="T:System.Data.DataColumn" /> objects.</returns>
+      <exception cref="T:System.Data.DataException">The key is a foreign key.</exception>
+    </member>
     <member name="M:System.Data.DataTable.ReadXml(System.IO.Stream)">
       <summary>Reads XML schema and data into the <see cref="T:System.Data.DataTable" /> using the specified <see cref="T:System.IO.Stream" />.</summary>
-      <param name="stream">An object that derives from <see cref="T:System.IO.Stream" />.</param>
+      <param name="stream">An object that derives from <see cref="T:System.IO.Stream" /></param>
       <returns>The <see cref="T:System.Data.XmlReadMode" /> used to read the data.</returns>
     </member>
     <member name="M:System.Data.DataTable.ReadXml(System.IO.TextReader)">
@@ -6294,9 +5934,29 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="M:System.Data.DataTable.RejectChanges">
       <summary>Rolls back all changes that have been made to the table since it was loaded, or the last time <see cref="M:System.Data.DataTable.AcceptChanges" /> was called.</summary>
     </member>
+    <member name="P:System.Data.DataTable.RemotingFormat">
+      <summary>Gets or sets the serialization format.</summary>
+      <returns>A <see cref="T:System.Data.SerializationFormat" /> enumeration specifying either <see langword="Binary" /> or <see langword="Xml" /> serialization.</returns>
+    </member>
     <member name="M:System.Data.DataTable.Reset">
       <summary>Resets the <see cref="T:System.Data.DataTable" /> to its original state. Reset removes all data, indexes, relations, and columns of the table. If a DataSet includes a DataTable, the table will still be part of the DataSet after the table is reset.</summary>
     </member>
+    <member name="E:System.Data.DataTable.RowChanged">
+      <summary>Occurs after a <see cref="T:System.Data.DataRow" /> has been changed successfully.</summary>
+    </member>
+    <member name="E:System.Data.DataTable.RowChanging">
+      <summary>Occurs when a <see cref="T:System.Data.DataRow" /> is changing.</summary>
+    </member>
+    <member name="E:System.Data.DataTable.RowDeleted">
+      <summary>Occurs after a row in the table has been deleted.</summary>
+    </member>
+    <member name="E:System.Data.DataTable.RowDeleting">
+      <summary>Occurs before a row in the table is about to be deleted.</summary>
+    </member>
+    <member name="P:System.Data.DataTable.Rows">
+      <summary>Gets the collection of rows that belong to this table.</summary>
+      <returns>A <see cref="T:System.Data.DataRowCollection" /> that contains <see cref="T:System.Data.DataRow" /> objects; otherwise a null value if no <see cref="T:System.Data.DataRow" /> objects exist.</returns>
+    </member>
     <member name="M:System.Data.DataTable.Select">
       <summary>Gets an array of all <see cref="T:System.Data.DataRow" /> objects.</summary>
       <returns>An array of <see cref="T:System.Data.DataRow" /> objects.</returns>
@@ -6319,6 +5979,15 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="recordStates">One of the <see cref="T:System.Data.DataViewRowState" /> values.</param>
       <returns>An array of <see cref="T:System.Data.DataRow" /> objects.</returns>
     </member>
+    <member name="P:System.Data.DataTable.Site">
+      <summary>Gets or sets an <see cref="T:System.ComponentModel.ISite" /> for the <see cref="T:System.Data.DataTable" />.</summary>
+      <returns>An <see cref="T:System.ComponentModel.ISite" /> for the <see cref="T:System.Data.DataTable" />.</returns>
+    </member>
+    <member name="P:System.Data.DataTable.System#ComponentModel#IListSource#ContainsListCollection">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IListSource.ContainsListCollection" />.</summary>
+      <returns>
+        <see langword="true" /> if the collection is a collection of <see cref="T:System.Collections.IList" /> objects; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.DataTable.System#ComponentModel#IListSource#GetList">
       <summary>For a description of this member, see <see cref="M:System.ComponentModel.IListSource.GetList" />.</summary>
       <returns>An <see cref="T:System.Collections.IList" /> that can be bound to a data source from the object.</returns>
@@ -6335,6 +6004,22 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>For a description of this member, see <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" />.</summary>
       <param name="writer">An XmlWriter.</param>
     </member>
+    <member name="E:System.Data.DataTable.TableCleared">
+      <summary>Occurs after a <see cref="T:System.Data.DataTable" /> is cleared.</summary>
+    </member>
+    <member name="E:System.Data.DataTable.TableClearing">
+      <summary>Occurs when a <see cref="T:System.Data.DataTable" /> is cleared.</summary>
+    </member>
+    <member name="P:System.Data.DataTable.TableName">
+      <summary>Gets or sets the name of the <see cref="T:System.Data.DataTable" />.</summary>
+      <returns>The name of the <see cref="T:System.Data.DataTable" />.</returns>
+      <exception cref="T:System.ArgumentException">
+        <see langword="null" /> or empty string ("") is passed in and this table belongs to a collection.</exception>
+      <exception cref="T:System.Data.DuplicateNameException">The table belongs to a collection that already has a table with the same name. (Comparison is case-sensitive).</exception>
+    </member>
+    <member name="E:System.Data.DataTable.TableNewRow">
+      <summary>Occurs when a new <see cref="T:System.Data.DataRow" /> is inserted.</summary>
+    </member>
     <member name="M:System.Data.DataTable.ToString">
       <summary>Gets the <see cref="P:System.Data.DataTable.TableName" /> and <see cref="P:System.Data.DataTable.DisplayExpression" />, if there is one as a concatenated string.</summary>
       <returns>A string consisting of the <see cref="P:System.Data.DataTable.TableName" /> and the <see cref="P:System.Data.DataTable.DisplayExpression" /> values.</returns>
@@ -6455,158 +6140,60 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="writer">The <see cref="T:System.Xml.XmlWriter" /> used to write the document.</param>
       <param name="writeHierarchy">If <see langword="true" />, write the schema of the current table and all its descendants. If <see langword="false" /> (the default value), write the schema for the current table only.</param>
     </member>
-    <member name="P:System.Data.DataTable.CaseSensitive">
-      <summary>Indicates whether string comparisons within the table are case-sensitive.</summary>
-      <returns>
-        <see langword="true" /> if the comparison is case-sensitive; otherwise <see langword="false" />. The default is set to the parent <see cref="T:System.Data.DataSet" /> object's <see cref="P:System.Data.DataSet.CaseSensitive" /> property, or <see langword="false" /> if the <see cref="T:System.Data.DataTable" /> was created independently of a <see cref="T:System.Data.DataSet" />.</returns>
-    </member>
-    <member name="P:System.Data.DataTable.ChildRelations">
-      <summary>Gets the collection of child relations for this <see cref="T:System.Data.DataTable" />.</summary>
-      <returns>A <see cref="T:System.Data.DataRelationCollection" /> that contains the child relations for the table. An empty collection is returned if no <see cref="T:System.Data.DataRelation" /> objects exist.</returns>
+    <member name="T:System.Data.DataTableClearEventArgs">
+      <summary>Provides data for the <see cref="M:System.Data.DataTable.Clear" /> method.</summary>
     </member>
-    <member name="P:System.Data.DataTable.Columns">
-      <summary>Gets the collection of columns that belong to this table.</summary>
-      <returns>A <see cref="T:System.Data.DataColumnCollection" /> that contains the collection of <see cref="T:System.Data.DataColumn" /> objects for the table. An empty collection is returned if no <see cref="T:System.Data.DataColumn" /> objects exist.</returns>
+    <member name="M:System.Data.DataTableClearEventArgs.#ctor(System.Data.DataTable)">
+      <summary>Initializes a new instance of the <see cref="T:System.Data.DataTableClearEventArgs" /> class.</summary>
+      <param name="dataTable">The <see cref="T:System.Data.DataTable" /> whose rows are being cleared.</param>
     </member>
-    <member name="P:System.Data.DataTable.Constraints">
-      <summary>Gets the collection of constraints maintained by this table.</summary>
-      <returns>A <see cref="T:System.Data.ConstraintCollection" /> that contains the collection of <see cref="T:System.Data.Constraint" /> objects for the table. An empty collection is returned if no <see cref="T:System.Data.Constraint" /> objects exist.</returns>
+    <member name="P:System.Data.DataTableClearEventArgs.Table">
+      <summary>Gets the table whose rows are being cleared.</summary>
+      <returns>The <see cref="T:System.Data.DataTable" /> whose rows are being cleared.</returns>
     </member>
-    <member name="P:System.Data.DataTable.DataSet">
-      <summary>Gets the <see cref="T:System.Data.DataSet" /> to which this table belongs.</summary>
-      <returns>The <see cref="T:System.Data.DataSet" /> to which this table belongs.</returns>
+    <member name="P:System.Data.DataTableClearEventArgs.TableName">
+      <summary>Gets the table name whose rows are being cleared.</summary>
+      <returns>A <see cref="T:System.String" /> indicating the table name.</returns>
     </member>
-    <member name="P:System.Data.DataTable.DefaultView">
-      <summary>Gets a customized view of the table that may include a filtered view, or a cursor position.</summary>
-      <returns>The <see cref="T:System.Data.DataView" /> associated with the <see cref="T:System.Data.DataTable" />.</returns>
+    <member name="P:System.Data.DataTableClearEventArgs.TableNamespace">
+      <summary>Gets the namespace of the table whose rows are being cleared.</summary>
+      <returns>A <see cref="T:System.String" /> indicating the namespace name.</returns>
     </member>
-    <member name="P:System.Data.DataTable.DisplayExpression">
-      <summary>Gets or sets the expression that returns a value used to represent this table in the user interface. The <see langword="DisplayExpression" /> property lets you display the name of this table in a user interface.</summary>
-      <returns>A display string.</returns>
+    <member name="T:System.Data.DataTableClearEventHandler">
+      <summary>Represents the method that handles the <see cref="M:System.Data.DataTable.Clear" /> method.</summary>
+      <param name="sender">The source of the event.</param>
+      <param name="e">A <see cref="T:System.Data.DataTableClearEventArgs" /> that contains the event data.</param>
     </member>
-    <member name="P:System.Data.DataTable.ExtendedProperties">
-      <summary>Gets the collection of customized user information.</summary>
-      <returns>A <see cref="T:System.Data.PropertyCollection" /> that contains custom user information.</returns>
+    <member name="T:System.Data.DataTableCollection">
+      <summary>Represents the collection of tables for the <see cref="T:System.Data.DataSet" />.</summary>
     </member>
-    <member name="P:System.Data.DataTable.HasErrors">
-      <summary>Gets a value indicating whether there are errors in any of the rows in any of the tables of the <see cref="T:System.Data.DataSet" /> to which the table belongs.</summary>
-      <returns>
-        <see langword="true" /> if errors exist; otherwise <see langword="false" />.</returns>
+    <member name="M:System.Data.DataTableCollection.Add">
+      <summary>Creates a new <see cref="T:System.Data.DataTable" /> object by using a default name and adds it to the collection.</summary>
+      <returns>The newly created <see cref="T:System.Data.DataTable" />.</returns>
     </member>
-    <member name="P:System.Data.DataTable.IsInitialized">
-      <summary>Gets a value that indicates whether the <see cref="T:System.Data.DataTable" /> is initialized.</summary>
-      <returns>
-        <see langword="true" /> to indicate the component has completed initialization; otherwise <see langword="false" />.</returns>
+    <member name="M:System.Data.DataTableCollection.Add(System.Data.DataTable)">
+      <summary>Adds the specified <see langword="DataTable" /> to the collection.</summary>
+      <param name="table">The <see langword="DataTable" /> object to add.</param>
+      <exception cref="T:System.ArgumentNullException">The value specified for the table is <see langword="null" />.</exception>
+      <exception cref="T:System.ArgumentException">The table already belongs to this collection, or belongs to another collection.</exception>
+      <exception cref="T:System.Data.DuplicateNameException">A table in the collection has the same name. The comparison is not case sensitive.</exception>
     </member>
-    <member name="P:System.Data.DataTable.Locale">
-      <summary>Gets or sets the locale information used to compare strings within the table.</summary>
-      <returns>A <see cref="T:System.Globalization.CultureInfo" /> that contains data about the user's machine locale. The default is the <see cref="T:System.Data.DataSet" /> object's <see cref="T:System.Globalization.CultureInfo" /> (returned by the <see cref="P:System.Data.DataSet.Locale" /> property) to which the <see cref="T:System.Data.DataTable" /> belongs; if the table doesn't belong to a <see cref="T:System.Data.DataSet" />, the default is the current system <see cref="T:System.Globalization.CultureInfo" />.</returns>
+    <member name="M:System.Data.DataTableCollection.Add(System.String)">
+      <summary>Creates a <see cref="T:System.Data.DataTable" /> object by using the specified name and adds it to the collection.</summary>
+      <param name="name">The name to give the created <see cref="T:System.Data.DataTable" />.</param>
+      <returns>The newly created <see cref="T:System.Data.DataTable" />.</returns>
+      <exception cref="T:System.Data.DuplicateNameException">A table in the collection has the same name. (The comparison is not case sensitive.)</exception>
     </member>
-    <member name="P:System.Data.DataTable.MinimumCapacity">
-      <summary>Gets or sets the initial starting size for this table.</summary>
-      <returns>The initial starting size in rows of this table. The default is 50.</returns>
+    <member name="M:System.Data.DataTableCollection.Add(System.String,System.String)">
+      <summary>Creates a <see cref="T:System.Data.DataTable" /> object by using the specified name and adds it to the collection.</summary>
+      <param name="name">The name to give the created <see cref="T:System.Data.DataTable" />.</param>
+      <param name="tableNamespace">The namespace to give the created <see cref="T:System.Data.DataTable" />.</param>
+      <returns>The newly created <see cref="T:System.Data.DataTable" />.</returns>
+      <exception cref="T:System.Data.DuplicateNameException">A table in the collection has the same name. (The comparison is not case sensitive.)</exception>
     </member>
-    <member name="P:System.Data.DataTable.Namespace">
-      <summary>Gets or sets the namespace for the XML representation of the data stored in the <see cref="T:System.Data.DataTable" />.</summary>
-      <returns>The namespace of the <see cref="T:System.Data.DataTable" />.</returns>
-    </member>
-    <member name="P:System.Data.DataTable.ParentRelations">
-      <summary>Gets the collection of parent relations for this <see cref="T:System.Data.DataTable" />.</summary>
-      <returns>A <see cref="T:System.Data.DataRelationCollection" /> that contains the parent relations for the table. An empty collection is returned if no <see cref="T:System.Data.DataRelation" /> objects exist.</returns>
-    </member>
-    <member name="P:System.Data.DataTable.Prefix">
-      <summary>Gets or sets the namespace for the XML representation of the data stored in the <see cref="T:System.Data.DataTable" />.</summary>
-      <returns>The prefix of the <see cref="T:System.Data.DataTable" />.</returns>
-    </member>
-    <member name="P:System.Data.DataTable.PrimaryKey">
-      <summary>Gets or sets an array of columns that function as primary keys for the data table.</summary>
-      <exception cref="T:System.Data.DataException">The key is a foreign key.</exception>
-      <returns>An array of <see cref="T:System.Data.DataColumn" /> objects.</returns>
-    </member>
-    <member name="P:System.Data.DataTable.RemotingFormat">
-      <summary>Gets or sets the serialization format.</summary>
-      <returns>A <see cref="T:System.Data.SerializationFormat" /> enumeration specifying either <see langword="Binary" /> or <see langword="Xml" /> serialization.</returns>
-    </member>
-    <member name="P:System.Data.DataTable.Rows">
-      <summary>Gets the collection of rows that belong to this table.</summary>
-      <returns>A <see cref="T:System.Data.DataRowCollection" /> that contains <see cref="T:System.Data.DataRow" /> objects.</returns>
-    </member>
-    <member name="P:System.Data.DataTable.Site">
-      <summary>Gets or sets an <see cref="T:System.ComponentModel.ISite" /> for the <see cref="T:System.Data.DataTable" />.</summary>
-      <returns>An <see cref="T:System.ComponentModel.ISite" /> for the <see cref="T:System.Data.DataTable" />.</returns>
-    </member>
-    <member name="P:System.Data.DataTable.System#ComponentModel#IListSource#ContainsListCollection">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IListSource.ContainsListCollection" />.</summary>
-      <returns>
-        <see langword="true" /> if the collection is a collection of <see cref="T:System.Collections.IList" /> objects; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataTable.TableName">
-      <summary>Gets or sets the name of the <see cref="T:System.Data.DataTable" />.</summary>
-      <exception cref="T:System.ArgumentException">
-        <see langword="null" /> or empty string ("") is passed in and this table belongs to a collection.</exception>
-      <exception cref="T:System.Data.DuplicateNameException">The table belongs to a collection that already has a table with the same name. (Comparison is case-sensitive).</exception>
-      <returns>The name of the <see cref="T:System.Data.DataTable" />.</returns>
-    </member>
-    <member name="T:System.Data.DataTableClearEventArgs">
-      <summary>Provides data for the <see cref="M:System.Data.DataTable.Clear" /> method.</summary>
-    </member>
-    <member name="M:System.Data.DataTableClearEventArgs.#ctor(System.Data.DataTable)">
-      <summary>Initializes a new instance of the <see cref="T:System.Data.DataTableClearEventArgs" /> class.</summary>
-      <param name="dataTable">The <see cref="T:System.Data.DataTable" /> whose rows are being cleared.</param>
-    </member>
-    <member name="P:System.Data.DataTableClearEventArgs.Table">
-      <summary>Gets the table whose rows are being cleared.</summary>
-      <returns>The <see cref="T:System.Data.DataTable" /> whose rows are being cleared.</returns>
-    </member>
-    <member name="P:System.Data.DataTableClearEventArgs.TableName">
-      <summary>Gets the table name whose rows are being cleared.</summary>
-      <returns>A <see cref="T:System.String" /> indicating the table name.</returns>
-    </member>
-    <member name="P:System.Data.DataTableClearEventArgs.TableNamespace">
-      <summary>Gets the namespace of the table whose rows are being cleared.</summary>
-      <returns>A <see cref="T:System.String" /> indicating the namespace name.</returns>
-    </member>
-    <member name="T:System.Data.DataTableClearEventHandler">
-      <summary>Represents the method that handles the <see cref="M:System.Data.DataTable.Clear" /> method.</summary>
-      <param name="sender">The source of the event.</param>
-      <param name="e">A <see cref="T:System.Data.DataTableClearEventArgs" /> that contains the event data.</param>
-    </member>
-    <member name="T:System.Data.DataTableCollection">
-      <summary>Represents the collection of tables for the <see cref="T:System.Data.DataSet" />.</summary>
-    </member>
-    <member name="E:System.Data.DataTableCollection.CollectionChanged">
-      <summary>Occurs after the <see cref="T:System.Data.DataTableCollection" /> is changed because of <see cref="T:System.Data.DataTable" /> objects being added or removed.</summary>
-    </member>
-    <member name="E:System.Data.DataTableCollection.CollectionChanging">
-      <summary>Occurs while the <see cref="T:System.Data.DataTableCollection" /> is changing because of <see cref="T:System.Data.DataTable" /> objects being added or removed.</summary>
-    </member>
-    <member name="M:System.Data.DataTableCollection.Add">
-      <summary>Creates a new <see cref="T:System.Data.DataTable" /> object by using a default name and adds it to the collection.</summary>
-      <returns>The newly created <see cref="T:System.Data.DataTable" />.</returns>
-    </member>
-    <member name="M:System.Data.DataTableCollection.Add(System.Data.DataTable)">
-      <summary>Adds the specified <see langword="DataTable" /> to the collection.</summary>
-      <param name="table">The <see langword="DataTable" /> object to add.</param>
-      <exception cref="T:System.ArgumentNullException">The value specified for the table is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The table already belongs to this collection, or belongs to another collection.</exception>
-      <exception cref="T:System.Data.DuplicateNameException">A table in the collection has the same name. The comparison is not case sensitive.</exception>
-    </member>
-    <member name="M:System.Data.DataTableCollection.Add(System.String)">
-      <summary>Creates a <see cref="T:System.Data.DataTable" /> object by using the specified name and adds it to the collection.</summary>
-      <param name="name">The name to give the created <see cref="T:System.Data.DataTable" />.</param>
-      <exception cref="T:System.Data.DuplicateNameException">A table in the collection has the same name. (The comparison is not case sensitive.)</exception>
-      <returns>The newly created <see cref="T:System.Data.DataTable" />.</returns>
-    </member>
-    <member name="M:System.Data.DataTableCollection.Add(System.String,System.String)">
-      <summary>Creates a <see cref="T:System.Data.DataTable" /> object by using the specified name and adds it to the collection.</summary>
-      <param name="name">The name to give the created <see cref="T:System.Data.DataTable" />.</param>
-      <param name="tableNamespace">The namespace to give the created <see cref="T:System.Data.DataTable" />.</param>
-      <exception cref="T:System.Data.DuplicateNameException">A table in the collection has the same name. (The comparison is not case sensitive.)</exception>
-      <returns>The newly created <see cref="T:System.Data.DataTable" />.</returns>
-    </member>
-    <member name="M:System.Data.DataTableCollection.AddRange(System.Data.DataTable[])">
-      <summary>Copies the elements of the specified <see cref="T:System.Data.DataTable" /> array to the end of the collection.</summary>
-      <param name="tables">The array of <see cref="T:System.Data.DataTable" /> objects to add to the collection.</param>
+    <member name="M:System.Data.DataTableCollection.AddRange(System.Data.DataTable[])">
+      <summary>Copies the elements of the specified <see cref="T:System.Data.DataTable" /> array to the end of the collection.</summary>
+      <param name="tables">The array of <see cref="T:System.Data.DataTable" /> objects to add to the collection.</param>
     </member>
     <member name="M:System.Data.DataTableCollection.CanRemove(System.Data.DataTable)">
       <summary>Verifies whether the specified <see cref="T:System.Data.DataTable" /> object can be removed from the collection.</summary>
@@ -6617,6 +6204,12 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="M:System.Data.DataTableCollection.Clear">
       <summary>Clears the collection of all <see cref="T:System.Data.DataTable" /> objects.</summary>
     </member>
+    <member name="E:System.Data.DataTableCollection.CollectionChanged">
+      <summary>Occurs after the <see cref="T:System.Data.DataTableCollection" /> is changed because of <see cref="T:System.Data.DataTable" /> objects being added or removed.</summary>
+    </member>
+    <member name="E:System.Data.DataTableCollection.CollectionChanging">
+      <summary>Occurs while the <see cref="T:System.Data.DataTableCollection" /> is changing because of <see cref="T:System.Data.DataTable" /> objects being added or removed.</summary>
+    </member>
     <member name="M:System.Data.DataTableCollection.Contains(System.String)">
       <summary>Gets a value that indicates whether a <see cref="T:System.Data.DataTable" /> object with the specified name exists in the collection.</summary>
       <param name="name">The name of the <see cref="T:System.Data.DataTable" /> to find.</param>
@@ -6643,7 +6236,9 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="M:System.Data.DataTableCollection.IndexOf(System.String)">
       <summary>Gets the index in the collection of the <see cref="T:System.Data.DataTable" /> object with the specified name.</summary>
       <param name="tableName">The name of the <see langword="DataTable" /> object to look for.</param>
-      <returns>The zero-based index of the <see langword="DataTable" /> with the specified name, or -1 if the table does not exist in the collection.</returns>
+      <returns>The zero-based index of the <see langword="DataTable" /> with the specified name, or -1 if the table does not exist in the collection.
+
+Returns -1 when two or more tables have the same name but different namespaces. The call does not succeed if there is any ambiguity when matching a table name to exactly one table.</returns>
     </member>
     <member name="M:System.Data.DataTableCollection.IndexOf(System.String,System.String)">
       <summary>Gets the index in the collection of the specified <see cref="T:System.Data.DataTable" /> object.</summary>
@@ -6651,15 +6246,30 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="tableNamespace">The name of the <see cref="T:System.Data.DataTable" /> namespace to look in.</param>
       <returns>The zero-based index of the <see cref="T:System.Data.DataTable" /> with the specified name, or -1 if the table does not exist in the collection.</returns>
     </member>
+    <member name="P:System.Data.DataTableCollection.Item(System.Int32)">
+      <summary>Gets the <see cref="T:System.Data.DataTable" /> object at the specified index.</summary>
+      <param name="index">The zero-based index of the <see cref="T:System.Data.DataTable" /> to find.</param>
+      <returns>A <see cref="T:System.Data.DataTable" /> with the specified index; otherwise <see langword="null" /> if the <see cref="T:System.Data.DataTable" /> does not exist.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index value is greater than the number of items in the collection.</exception>
+    </member>
+    <member name="P:System.Data.DataTableCollection.Item(System.String)">
+      <summary>Gets the <see cref="T:System.Data.DataTable" /> object with the specified name.</summary>
+      <param name="name">The name of the <see langword="DataTable" /> to find.</param>
+      <returns>A <see cref="T:System.Data.DataTable" /> with the specified name; otherwise <see langword="null" /> if the <see cref="T:System.Data.DataTable" /> does not exist.</returns>
+    </member>
+    <member name="P:System.Data.DataTableCollection.Item(System.String,System.String)">
+      <summary>Gets the <see cref="T:System.Data.DataTable" /> object with the specified name in the specified namespace.</summary>
+      <param name="name">The name of the <see langword="DataTable" /> to find.</param>
+      <param name="tableNamespace">The name of the <see cref="T:System.Data.DataTable" /> namespace to look in.</param>
+      <returns>A <see cref="T:System.Data.DataTable" /> with the specified name; otherwise <see langword="null" /> if the <see cref="T:System.Data.DataTable" /> does not exist.</returns>
+    </member>
     <member name="M:System.Data.DataTableCollection.Remove(System.Data.DataTable)">
       <summary>Removes the specified <see cref="T:System.Data.DataTable" /> object from the collection.</summary>
       <param name="table">The <see langword="DataTable" /> to remove.</param>
       <exception cref="T:System.ArgumentNullException">The value specified for the table is <see langword="null" />.</exception>
-      <exception cref="T:System.ArgumentException">The table does not belong to this collection.  
-  
- -or-  
-  
- The table is part of a relationship.</exception>
+      <exception cref="T:System.ArgumentException">The table does not belong to this collection.
+-or-
+The table is part of a relationship.</exception>
     </member>
     <member name="M:System.Data.DataTableCollection.Remove(System.String)">
       <summary>Removes the <see cref="T:System.Data.DataTable" /> object with the specified name from the collection.</summary>
@@ -6677,23 +6287,6 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="index">The index of the <see langword="DataTable" /> to remove.</param>
       <exception cref="T:System.ArgumentException">The collection does not have a table at the specified index.</exception>
     </member>
-    <member name="P:System.Data.DataTableCollection.Item(System.Int32)">
-      <summary>Gets the <see cref="T:System.Data.DataTable" /> object at the specified index.</summary>
-      <param name="index">The zero-based index of the <see cref="T:System.Data.DataTable" /> to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index value is greater than the number of items in the collection.</exception>
-      <returns>A <see cref="T:System.Data.DataTable" /> with the specified index; otherwise <see langword="null" /> if the <see cref="T:System.Data.DataTable" /> does not exist.</returns>
-    </member>
-    <member name="P:System.Data.DataTableCollection.Item(System.String)">
-      <summary>Gets the <see cref="T:System.Data.DataTable" /> object with the specified name.</summary>
-      <param name="name">The name of the <see langword="DataTable" /> to find.</param>
-      <returns>A <see cref="T:System.Data.DataTable" /> with the specified name; otherwise <see langword="null" /> if the <see cref="T:System.Data.DataTable" /> does not exist.</returns>
-    </member>
-    <member name="P:System.Data.DataTableCollection.Item(System.String,System.String)">
-      <summary>Gets the <see cref="T:System.Data.DataTable" /> object with the specified name in the specified namespace.</summary>
-      <param name="name">The name of the <see langword="DataTable" /> to find.</param>
-      <param name="tableNamespace">The name of the <see cref="T:System.Data.DataTable" /> namespace to look in.</param>
-      <returns>A <see cref="T:System.Data.DataTable" /> with the specified name; otherwise <see langword="null" /> if the <see cref="T:System.Data.DataTable" /> does not exist.</returns>
-    </member>
     <member name="T:System.Data.DataTableExtensions">
       <summary>Defines the extension methods to the <see cref="T:System.Data.DataTable" /> class. <see cref="T:System.Data.DataTableExtensions" /> is a static class.</summary>
     </member>
@@ -6711,20 +6304,18 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="M:System.Data.DataTableExtensions.AsEnumerable(System.Data.DataTable)">
       <summary>Returns an <see cref="T:System.Collections.Generic.IEnumerable`1" /> object, where the generic parameter <paramref name="T" /> is <see cref="T:System.Data.DataRow" />. This object can be used in a LINQ expression or method query.</summary>
       <param name="source">The source <see cref="T:System.Data.DataTable" /> to make enumerable.</param>
-      <exception cref="T:System.ArgumentNullException">The source <see cref="T:System.Data.DataTable" /> is <see langword="null" />.</exception>
       <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> object, where the generic parameter <paramref name="T" /> is <see cref="T:System.Data.DataRow" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The source <see cref="T:System.Data.DataTable" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Data.DataTableExtensions.CopyToDataTable``1(System.Collections.Generic.IEnumerable{``0})">
       <summary>Returns a <see cref="T:System.Data.DataTable" /> that contains copies of the <see cref="T:System.Data.DataRow" /> objects, given an input <see cref="T:System.Collections.Generic.IEnumerable`1" /> object where the generic parameter <paramref name="T" /> is <see cref="T:System.Data.DataRow" />.</summary>
       <param name="source">The source <see cref="T:System.Collections.Generic.IEnumerable`1" /> sequence.</param>
       <typeparam name="T">The type of objects in the source sequence, typically <see cref="T:System.Data.DataRow" />.</typeparam>
-      <exception cref="T:System.ArgumentNullException">The source <see cref="T:System.Collections.Generic.IEnumerable`1" /> sequence is <see langword="null" /> and a new table cannot be created.</exception>
-      <exception cref="T:System.InvalidOperationException">A <see cref="T:System.Data.DataRow" /> in the source sequence has a state of <see cref="F:System.Data.DataRowState.Deleted" />.  
-  
- The source sequence does not contain any <see cref="T:System.Data.DataRow" /> objects.  
-  
- A <see cref="T:System.Data.DataRow" /> in the source sequence is <see langword="null" />.</exception>
       <returns>A <see cref="T:System.Data.DataTable" /> that contains the input sequence as the type of <see cref="T:System.Data.DataRow" /> objects.</returns>
+      <exception cref="T:System.ArgumentNullException">The source <see cref="T:System.Collections.Generic.IEnumerable`1" /> sequence is <see langword="null" /> and a new table cannot be created.</exception>
+      <exception cref="T:System.InvalidOperationException">A <see cref="T:System.Data.DataRow" /> in the source sequence has a state of <see cref="F:System.Data.DataRowState.Deleted" />.
+The source sequence does not contain any <see cref="T:System.Data.DataRow" /> objects.
+A <see cref="T:System.Data.DataRow" /> in the source sequence is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Data.DataTableExtensions.CopyToDataTable``1(System.Collections.Generic.IEnumerable{``0},System.Data.DataTable,System.Data.LoadOption)">
       <summary>Copies <see cref="T:System.Data.DataRow" /> objects to the specified <see cref="T:System.Data.DataTable" />, given an input <see cref="T:System.Collections.Generic.IEnumerable`1" /> object where the generic parameter <paramref name="T" /> is <see cref="T:System.Data.DataRow" />.</summary>
@@ -6734,11 +6325,9 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <typeparam name="T">The type of objects in the source sequence, typically <see cref="T:System.Data.DataRow" />.</typeparam>
       <exception cref="T:System.ArgumentException">The copied <see cref="T:System.Data.DataRow" /> objects do not fit the schema of the destination <see cref="T:System.Data.DataTable" />.</exception>
       <exception cref="T:System.ArgumentNullException">The source <see cref="T:System.Collections.Generic.IEnumerable`1" /> sequence is <see langword="null" /> or the destination <see cref="T:System.Data.DataTable" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">A <see cref="T:System.Data.DataRow" /> in the source sequence has a state of <see cref="F:System.Data.DataRowState.Deleted" />.  
-  
- The source sequence does not contain any <see cref="T:System.Data.DataRow" /> objects.  
-  
- A <see cref="T:System.Data.DataRow" /> in the source sequence is <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">A <see cref="T:System.Data.DataRow" /> in the source sequence has a state of <see cref="F:System.Data.DataRowState.Deleted" />.
+The source sequence does not contain any <see cref="T:System.Data.DataRow" /> objects.
+A <see cref="T:System.Data.DataRow" /> in the source sequence is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Data.DataTableExtensions.CopyToDataTable``1(System.Collections.Generic.IEnumerable{``0},System.Data.DataTable,System.Data.LoadOption,System.Data.FillErrorEventHandler)">
       <summary>Copies <see cref="T:System.Data.DataRow" /> objects to the specified <see cref="T:System.Data.DataTable" />, given an input <see cref="T:System.Collections.Generic.IEnumerable`1" /> object where the generic parameter <paramref name="T" /> is <see cref="T:System.Data.DataRow" />.</summary>
@@ -6749,15 +6338,11 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <typeparam name="T">The type of objects in the source sequence, typically <see cref="T:System.Data.DataRow" />.</typeparam>
       <exception cref="T:System.ArgumentException">The copied <see cref="T:System.Data.DataRow" /> objects do not fit the schema of the destination <see cref="T:System.Data.DataTable" />.</exception>
       <exception cref="T:System.ArgumentNullException">The source <see cref="T:System.Collections.Generic.IEnumerable`1" /> sequence is <see langword="null" /> or the destination <see cref="T:System.Data.DataTable" /> is <see langword="null" />.</exception>
-      <exception cref="T:System.InvalidOperationException">A <see cref="T:System.Data.DataRow" /> in the source sequence has a state of <see cref="F:System.Data.DataRowState.Deleted" />.  
-  
- -or-  
-  
- The source sequence does not contain any <see cref="T:System.Data.DataRow" /> objects.  
-  
- -or-  
-  
- A <see cref="T:System.Data.DataRow" /> in the source sequence is <see langword="null" />.</exception>
+      <exception cref="T:System.InvalidOperationException">A <see cref="T:System.Data.DataRow" /> in the source sequence has a state of <see cref="F:System.Data.DataRowState.Deleted" />.
+-or-
+The source sequence does not contain any <see cref="T:System.Data.DataRow" /> objects.
+-or-
+A <see cref="T:System.Data.DataRow" /> in the source sequence is <see langword="null" />.</exception>
     </member>
     <member name="T:System.Data.DataTableNewRowEventArgs">
       <summary>Provides data for the <see cref="M:System.Data.DataTable.NewRow" /> method.</summary>
@@ -6789,23 +6374,32 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="M:System.Data.DataTableReader.Close">
       <summary>Closes the current <see cref="T:System.Data.DataTableReader" />.</summary>
     </member>
+    <member name="P:System.Data.DataTableReader.Depth">
+      <summary>The depth of nesting for the current row of the <see cref="T:System.Data.DataTableReader" />.</summary>
+      <returns>The depth of nesting for the current row; always zero.</returns>
+    </member>
+    <member name="P:System.Data.DataTableReader.FieldCount">
+      <summary>Returns the number of columns in the current row.</summary>
+      <returns>When not positioned in a valid result set, 0; otherwise the number of columns in the current row.</returns>
+      <exception cref="T:System.InvalidOperationException">An attempt was made to retrieve the field count in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
+    </member>
     <member name="M:System.Data.DataTableReader.GetBoolean(System.Int32)">
       <summary>Gets the value of the specified column as a <see cref="T:System.Boolean" />.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
       <exception cref="T:System.InvalidCastException">The specified column does not contain a <see langword="Boolean" />.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetByte(System.Int32)">
       <summary>Gets the value of the specified column as a byte.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see langword="DataTableReader" />.</exception>
       <exception cref="T:System.InvalidCastException">The specified column does not contain a byte.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)">
       <summary>Reads a stream of bytes starting at the specified column offset into the buffer as an array starting at the specified buffer offset.</summary>
@@ -6814,20 +6408,20 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="buffer">The buffer into which to read the stream of bytes.</param>
       <param name="bufferIndex">The index within the buffer at which to start placing the data.</param>
       <param name="length">The maximum length to copy into the buffer.</param>
+      <returns>The actual number of bytes read.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see langword="DataTableReader" />.</exception>
       <exception cref="T:System.InvalidCastException">The specified column does not contain a byte array.</exception>
-      <returns>The actual number of bytes read.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetChar(System.Int32)">
       <summary>Gets the value of the specified column as a character.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the column.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see langword="DataTableReader" />.</exception>
       <exception cref="T:System.InvalidCastException">The specified field does not contain a character.</exception>
-      <returns>The value of the column.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)">
       <summary>Returns the value of the specified column as a character array.</summary>
@@ -6836,223 +6430,214 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="buffer">The buffer into which to read the stream of chars.</param>
       <param name="bufferIndex">The index within the buffer at which to start placing the data.</param>
       <param name="length">The maximum length to copy into the buffer.</param>
+      <returns>The actual number of characters read.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see langword="DataTableReader" />.</exception>
       <exception cref="T:System.InvalidCastException">The specified column does not contain a character array.</exception>
-      <returns>The actual number of characters read.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetDataTypeName(System.Int32)">
       <summary>Gets a string representing the data type of the specified column.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>A string representing the column's data type.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
-      <returns>A string representing the column's data type.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetDateTime(System.Int32)">
       <summary>Gets the value of the specified column as a <see cref="T:System.DateTime" /> object.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see langword="DataTableReader" />.</exception>
       <exception cref="T:System.InvalidCastException">The specified column does not contain a DateTime value.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetDecimal(System.Int32)">
       <summary>Gets the value of the specified column as a <see cref="T:System.Decimal" />.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see langword="DataTableReader" />.</exception>
       <exception cref="T:System.InvalidCastException">The specified column does not contain a <see langword="Decimal" /> value.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetDouble(System.Int32)">
       <summary>Gets the value of the column as a double-precision floating point number.</summary>
       <param name="ordinal">The zero-based ordinal of the column.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see langword="DataTableReader" />.</exception>
       <exception cref="T:System.InvalidCastException">The specified column does not contain a double-precision floating point number.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetEnumerator">
       <summary>Returns an enumerator that can be used to iterate through the item collection.</summary>
-      <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
       <returns>An <see cref="T:System.Collections.IEnumerator" /> object that represents the item collection.</returns>
+      <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
     </member>
     <member name="M:System.Data.DataTableReader.GetFieldType(System.Int32)">
       <summary>Gets the <see cref="T:System.Type" /> that is the data type of the object.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The <see cref="T:System.Type" /> that is the data type of the object.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" /> .</exception>
-      <returns>The <see cref="T:System.Type" /> that is the data type of the object.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetFloat(System.Int32)">
       <summary>Gets the value of the specified column as a single-precision floating point number.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the column.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
       <exception cref="T:System.InvalidCastException">The specified column does not contain a single-precision floating point number.</exception>
-      <returns>The value of the column.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetGuid(System.Int32)">
       <summary>Gets the value of the specified column as a globally-unique identifier (GUID).</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
       <exception cref="T:System.InvalidCastException">The specified column does not contain a GUID.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetInt16(System.Int32)">
       <summary>Gets the value of the specified column as a 16-bit signed integer.</summary>
-      <param name="ordinal">The zero-based column ordinal.</param>
+      <param name="ordinal">The zero-based column ordinal</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
       <exception cref="T:System.InvalidCastException">The specified column does not contain a 16-bit signed integer.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetInt32(System.Int32)">
       <summary>Gets the value of the specified column as a 32-bit signed integer.</summary>
-      <param name="ordinal">The zero-based column ordinal.</param>
+      <param name="ordinal">The zero-based column ordinal</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" /> .</exception>
       <exception cref="T:System.InvalidCastException">The specified column does not contain a 32-bit signed integer value.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetInt64(System.Int32)">
       <summary>Gets the value of the specified column as a 64-bit signed integer.</summary>
-      <param name="ordinal">The zero-based column ordinal.</param>
+      <param name="ordinal">The zero-based column ordinal</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" /> .</exception>
       <exception cref="T:System.InvalidCastException">The specified column does not contain a 64-bit signed integer value.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetName(System.Int32)">
       <summary>Gets the value of the specified column as a <see cref="T:System.String" />.</summary>
-      <param name="ordinal">The zero-based column ordinal.</param>
+      <param name="ordinal">The zero-based column ordinal</param>
+      <returns>The name of the specified column.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
-      <returns>The name of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetOrdinal(System.String)">
       <summary>Gets the column ordinal, given the name of the column.</summary>
       <param name="name">The name of the column.</param>
+      <returns>The zero-based column ordinal.</returns>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
       <exception cref="T:System.ArgumentException">The name specified is not a valid column name.</exception>
-      <returns>The zero-based column ordinal.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetProviderSpecificFieldType(System.Int32)">
       <summary>Gets the type of the specified column in provider-specific format.</summary>
       <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The <see cref="T:System.Type" /> that is the data type of the object.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
-      <returns>The <see cref="T:System.Type" /> that is the data type of the object.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetProviderSpecificValue(System.Int32)">
       <summary>Gets the value of the specified column in provider-specific format.</summary>
       <param name="ordinal">The zero-based number of the column whose value is retrieved.</param>
+      <returns>The value of the specified column in provider-specific format.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" /></exception>
-      <returns>The value of the specified column in provider-specific format.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetProviderSpecificValues(System.Object[])">
       <summary>Fills the supplied array with provider-specific type information for all the columns in the <see cref="T:System.Data.DataTableReader" />.</summary>
       <param name="values">An array of objects to be filled in with type information for the columns in the <see cref="T:System.Data.DataTableReader" />.</param>
+      <returns>The number of column values copied into the array.</returns>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
-      <returns>The number of column values copied into the array.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetSchemaTable">
       <summary>Returns a <see cref="T:System.Data.DataTable" /> that describes the column metadata of the <see cref="T:System.Data.DataTableReader" />.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Data.DataTableReader" /> is closed.</exception>
       <returns>A <see cref="T:System.Data.DataTable" /> that describes the column metadata.</returns>
+      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Data.DataTableReader" /> is closed.</exception>
     </member>
     <member name="M:System.Data.DataTableReader.GetString(System.Int32)">
       <summary>Gets the value of the specified column as a string.</summary>
-      <param name="ordinal">The zero-based column ordinal.</param>
+      <param name="ordinal">The zero-based column ordinal</param>
+      <returns>The value of the specified column.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
       <exception cref="T:System.InvalidCastException">The specified column does not contain a string.</exception>
-      <returns>The value of the specified column.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetValue(System.Int32)">
       <summary>Gets the value of the specified column in its native format.</summary>
-      <param name="ordinal">The zero-based column ordinal.</param>
+      <param name="ordinal">The zero-based column ordinal</param>
+      <returns>The value of the specified column. This method returns <see langword="DBNull" /> for null columns.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access columns in a closed <see cref="T:System.Data.DataTableReader" /> .</exception>
-      <returns>The value of the specified column. This method returns <see langword="DBNull" /> for null columns.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.GetValues(System.Object[])">
       <summary>Populates an array of objects with the column values of the current row.</summary>
       <param name="values">An array of <see cref="T:System.Object" /> into which to copy the column values from the <see cref="T:System.Data.DataTableReader" />.</param>
+      <returns>The number of column values copied into the array.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" /> .</exception>
-      <returns>The number of column values copied into the array.</returns>
+    </member>
+    <member name="P:System.Data.DataTableReader.HasRows">
+      <summary>Gets a value that indicates whether the <see cref="T:System.Data.DataTableReader" /> contains one or more rows.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Data.DataTableReader" /> contains one or more rows; otherwise <see langword="false" />.</returns>
+      <exception cref="T:System.InvalidOperationException">An attempt was made to retrieve information about a closed <see cref="T:System.Data.DataTableReader" />.</exception>
+    </member>
+    <member name="P:System.Data.DataTableReader.IsClosed">
+      <summary>Gets a value that indicates whether the <see cref="T:System.Data.DataTableReader" /> is closed.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Data.DataTableReader" /> is closed; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Data.DataTableReader.IsDBNull(System.Int32)">
       <summary>Gets a value that indicates whether the column contains non-existent or missing values.</summary>
-      <param name="ordinal">The zero-based column ordinal.</param>
+      <param name="ordinal">The zero-based column ordinal</param>
+      <returns>
+        <see langword="true" /> if the specified column value is equivalent to <see cref="T:System.DBNull" />; otherwise, <see langword="false" />.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
       <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
       <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" /> .</exception>
-      <returns>
-        <see langword="true" /> if the specified column value is equivalent to <see cref="T:System.DBNull" />; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.DataTableReader.Item(System.Int32)">
+      <summary>Gets the value of the specified column in its native format given the column ordinal.</summary>
+      <param name="ordinal">The zero-based column ordinal.</param>
+      <returns>The value of the specified column in its native format.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
+    </member>
+    <member name="P:System.Data.DataTableReader.Item(System.String)">
+      <summary>Gets the value of the specified column in its native format given the column name.</summary>
+      <param name="name">The name of the column.</param>
+      <returns>The value of the specified column in its native format.</returns>
+      <exception cref="T:System.ArgumentException">The name specified is not a valid column name.</exception>
+      <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
+      <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
     </member>
     <member name="M:System.Data.DataTableReader.NextResult">
       <summary>Advances the <see cref="T:System.Data.DataTableReader" /> to the next result set, if any.</summary>
-      <exception cref="T:System.InvalidOperationException">An attempt was made to navigate within a closed <see cref="T:System.Data.DataTableReader" />.</exception>
       <returns>
         <see langword="true" /> if there was another result set; otherwise <see langword="false" />.</returns>
+      <exception cref="T:System.InvalidOperationException">An attempt was made to navigate within a closed <see cref="T:System.Data.DataTableReader" />.</exception>
     </member>
     <member name="M:System.Data.DataTableReader.Read">
       <summary>Advances the <see cref="T:System.Data.DataTableReader" /> to the next record.</summary>
-      <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" /> .</exception>
       <returns>
         <see langword="true" /> if there was another row to read; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataTableReader.Depth">
-      <summary>The depth of nesting for the current row of the <see cref="T:System.Data.DataTableReader" />.</summary>
-      <returns>The depth of nesting for the current row; always zero.</returns>
-    </member>
-    <member name="P:System.Data.DataTableReader.FieldCount">
-      <summary>Returns the number of columns in the current row.</summary>
-      <exception cref="T:System.InvalidOperationException">An attempt was made to retrieve the field count in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
-      <returns>When not positioned in a valid result set, 0; otherwise the number of columns in the current row.</returns>
-    </member>
-    <member name="P:System.Data.DataTableReader.HasRows">
-      <summary>Gets a value that indicates whether the <see cref="T:System.Data.DataTableReader" /> contains one or more rows.</summary>
-      <exception cref="T:System.InvalidOperationException">An attempt was made to retrieve information about a closed <see cref="T:System.Data.DataTableReader" />.</exception>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Data.DataTableReader" /> contains one or more rows; otherwise <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataTableReader.IsClosed">
-      <summary>Gets a value that indicates whether the <see cref="T:System.Data.DataTableReader" /> is closed.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Data.DataTableReader" /> is closed; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataTableReader.Item(System.Int32)">
-      <summary>Gets the value of the specified column in its native format given the column ordinal.</summary>
-      <param name="ordinal">The zero-based column ordinal.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 to <see cref="P:System.Data.DataTableReader.FieldCount" /> - 1.</exception>
-      <returns>The value of the specified column in its native format.</returns>
-    </member>
-    <member name="P:System.Data.DataTableReader.Item(System.String)">
-      <summary>Gets the value of the specified column in its native format given the column name.</summary>
-      <param name="name">The name of the column.</param>
-      <exception cref="T:System.ArgumentException">The name specified is not a valid column name.</exception>
-      <exception cref="T:System.Data.DeletedRowInaccessibleException">An attempt was made to retrieve data from a deleted row.</exception>
-      <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" />.</exception>
-      <returns>The value of the specified column in its native format.</returns>
+      <exception cref="T:System.InvalidOperationException">An attempt was made to read or access a column in a closed <see cref="T:System.Data.DataTableReader" /> .</exception>
     </member>
     <member name="P:System.Data.DataTableReader.RecordsAffected">
       <summary>Gets the number of rows inserted, changed, or deleted by execution of the SQL statement.</summary>
@@ -7061,12 +6646,6 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="T:System.Data.DataView">
       <summary>Represents a databindable, customized view of a <see cref="T:System.Data.DataTable" /> for sorting, filtering, searching, editing, and navigation. The <see cref="T:System.Data.DataView" /> does not store data, but instead represents a connected view of its corresponding <see cref="T:System.Data.DataTable" />. Changes to the <see cref="T:System.Data.DataView" />'s data will affect the <see cref="T:System.Data.DataTable" />. Changes to the <see cref="T:System.Data.DataTable" />'s data will affect all <see cref="T:System.Data.DataView" />s associated with it.</summary>
     </member>
-    <member name="E:System.Data.DataView.Initialized">
-      <summary>Occurs when initialization of the <see cref="T:System.Data.DataView" /> is completed.</summary>
-    </member>
-    <member name="E:System.Data.DataView.ListChanged">
-      <summary>Occurs when the list managed by the <see cref="T:System.Data.DataView" /> changes.</summary>
-    </member>
     <member name="M:System.Data.DataView.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Data.DataView" /> class.</summary>
     </member>
@@ -7085,6 +6664,26 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>Adds a new row to the <see cref="T:System.Data.DataView" />.</summary>
       <returns>A new <see cref="T:System.Data.DataRowView" /> object.</returns>
     </member>
+    <member name="P:System.Data.DataView.AllowDelete">
+      <summary>Sets or gets a value that indicates whether deletes are allowed.</summary>
+      <returns>
+        <see langword="true" />, if deletes are allowed; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.AllowEdit">
+      <summary>Gets or sets a value that indicates whether edits are allowed.</summary>
+      <returns>
+        <see langword="true" />, if edits are allowed; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.AllowNew">
+      <summary>Gets or sets a value that indicates whether the new rows can be added by using the <see cref="M:System.Data.DataView.AddNew" /> method.</summary>
+      <returns>
+        <see langword="true" />, if new rows can be added; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.ApplyDefaultSort">
+      <summary>Gets or sets a value that indicates whether to use the default sort. The default sort is (ascending) by all primary keys as specified by <see cref="P:System.Data.DataTable.PrimaryKey" />.</summary>
+      <returns>
+        <see langword="true" />, if the default sort is used; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.DataView.BeginInit">
       <summary>Starts the initialization of a <see cref="T:System.Data.DataView" /> that is used on a form or used by another component. The initialization occurs at runtime.</summary>
     </member>
@@ -7101,6 +6700,14 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="array">array to copy into.</param>
       <param name="index">index to start at.</param>
     </member>
+    <member name="P:System.Data.DataView.Count">
+      <summary>Gets the number of records in the <see cref="T:System.Data.DataView" /> after <see cref="P:System.Data.DataView.RowFilter" /> and <see cref="P:System.Data.DataView.RowStateFilter" /> have been applied.</summary>
+      <returns>The number of records in the <see cref="T:System.Data.DataView" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.DataViewManager">
+      <summary>Gets the <see cref="T:System.Data.DataViewManager" /> associated with this view.</summary>
+      <returns>The <see langword="DataViewManager" /> that created this view. If this is the default <see cref="T:System.Data.DataView" /> for a <see cref="T:System.Data.DataTable" />, the <see langword="DataViewManager" /> property returns the default <see langword="DataViewManager" /> for the <see langword="DataSet" />. Otherwise, if the <see langword="DataView" /> was created without a <see langword="DataViewManager" />, this property is <see langword="null" />.</returns>
+    </member>
     <member name="M:System.Data.DataView.Delete(System.Int32)">
       <summary>Deletes a row at the specified index.</summary>
       <param name="index">The index of the row to delete.</param>
@@ -7148,6 +6755,27 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="sender">The source of the event.</param>
       <param name="e">A <see cref="T:System.ComponentModel.ListChangedEventArgs" /> that contains the event data.</param>
     </member>
+    <member name="E:System.Data.DataView.Initialized">
+      <summary>Occurs when initialization of the <see cref="T:System.Data.DataView" /> is completed.</summary>
+    </member>
+    <member name="P:System.Data.DataView.IsInitialized">
+      <summary>Gets a value that indicates whether the component is initialized.</summary>
+      <returns>
+        <see langword="true" /> to indicate the component has completed initialization; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.IsOpen">
+      <summary>Gets a value that indicates whether the data source is currently open and projecting views of data on the <see cref="T:System.Data.DataTable" />.</summary>
+      <returns>
+        <see langword="true" />, if the source is open; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.Item(System.Int32)">
+      <summary>Gets a row of data from a specified table.</summary>
+      <param name="recordIndex">The index of a record in the <see cref="T:System.Data.DataTable" />.</param>
+      <returns>A <see cref="T:System.Data.DataRowView" /> of the row that you want.</returns>
+    </member>
+    <member name="E:System.Data.DataView.ListChanged">
+      <summary>Occurs when the list managed by the <see cref="T:System.Data.DataView" /> changes.</summary>
+    </member>
     <member name="M:System.Data.DataView.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
       <summary>Raises the <see cref="E:System.Data.DataView.ListChanged" /> event.</summary>
       <param name="e">A <see cref="T:System.ComponentModel.ListChangedEventArgs" /> that contains the event data.</param>
@@ -7158,6 +6786,26 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="M:System.Data.DataView.Reset">
       <summary>Reserved for internal use only.</summary>
     </member>
+    <member name="P:System.Data.DataView.RowFilter">
+      <summary>Gets or sets the expression used to filter which rows are viewed in the <see cref="T:System.Data.DataView" />.</summary>
+      <returns>A string that specifies how rows are to be filtered.</returns>
+    </member>
+    <member name="P:System.Data.DataView.RowStateFilter">
+      <summary>Gets or sets the row state filter used in the <see cref="T:System.Data.DataView" />.</summary>
+      <returns>One of the <see cref="T:System.Data.DataViewRowState" /> values.</returns>
+    </member>
+    <member name="P:System.Data.DataView.Sort">
+      <summary>Gets or sets the sort column or columns, and sort order for the <see cref="T:System.Data.DataView" />.</summary>
+      <returns>A string that contains the column name followed by "ASC" (ascending) or "DESC" (descending). Columns are sorted ascending by default. Multiple columns can be separated by commas.</returns>
+    </member>
+    <member name="P:System.Data.DataView.System#Collections#ICollection#IsSynchronized">
+      <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronized" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronized" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.System#Collections#ICollection#SyncRoot">
+      <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot" />.</returns>
+    </member>
     <member name="M:System.Data.DataView.System#Collections#IList#Add(System.Object)">
       <summary>For a description of this member, see <see cref="M:System.Collections.IList.Add(System.Object)" />.</summary>
       <param name="value">An <see cref="T:System.Object" /> value.</param>
@@ -7181,6 +6829,19 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="index">An <see cref="T:System.Int32" /> value.</param>
       <param name="value">An <see cref="T:System.Object" /> value to be inserted.</param>
     </member>
+    <member name="P:System.Data.DataView.System#Collections#IList#IsFixedSize">
+      <summary>For a description of this member, see <see cref="P:System.Collections.IList.IsFixedSize" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.Collections.IList.IsFixedSize" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.System#Collections#IList#IsReadOnly">
+      <summary>For a description of this member, see <see cref="P:System.Collections.IList.IsReadOnly" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.Collections.IList.IsReadOnly" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.System#Collections#IList#Item(System.Int32)">
+      <summary>For a description of this member, see <see cref="P:System.Collections.IList.Item(System.Int32)" />.</summary>
+      <param name="recordIndex">An <see cref="T:System.Int32" /> value.</param>
+      <returns>For a description of this member, see <see cref="P:System.Collections.IList.Item(System.Int32)" />.</returns>
+    </member>
     <member name="M:System.Data.DataView.System#Collections#IList#Remove(System.Object)">
       <summary>For a description of this member, see <see cref="M:System.Collections.IList.Remove(System.Object)" />.</summary>
       <param name="value">An <see cref="T:System.Object" /> value.</param>
@@ -7197,6 +6858,18 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.AddNew" />.</summary>
       <returns>The item added to the list.</returns>
     </member>
+    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#AllowEdit">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowEdit" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowEdit" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#AllowNew">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowNew" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowNew" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#AllowRemove">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowRemove" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowRemove" />.</returns>
+    </member>
     <member name="M:System.Data.DataView.System#ComponentModel#IBindingList#ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
       <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)" />.</summary>
       <param name="property">A <see cref="T:System.ComponentModel.PropertyDescriptor" /> object.</param>
@@ -7208,6 +6881,10 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="key">An <see cref="T:System.Object" /> value.</param>
       <returns>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object)" />.</returns>
     </member>
+    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#IsSorted">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.IsSorted" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.IsSorted" />.</returns>
+    </member>
     <member name="M:System.Data.DataView.System#ComponentModel#IBindingList#RemoveIndex(System.ComponentModel.PropertyDescriptor)">
       <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor)" />.</summary>
       <param name="property">A <see cref="T:System.ComponentModel.PropertyDescriptor" /> object.</param>
@@ -7215,23 +6892,62 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     <member name="M:System.Data.DataView.System#ComponentModel#IBindingList#RemoveSort">
       <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.RemoveSort" />.</summary>
     </member>
+    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#SortDirection">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortDirection" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortDirection" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#SortProperty">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortProperty" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortProperty" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#SupportsChangeNotification">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsChangeNotification" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsChangeNotification" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#SupportsSearching">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSearching" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSearching" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#SupportsSorting">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSorting" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSorting" />.</returns>
+    </member>
     <member name="M:System.Data.DataView.System#ComponentModel#IBindingListView#ApplySort(System.ComponentModel.ListSortDescriptionCollection)">
       <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingListView.ApplySort(System.ComponentModel.ListSortDescriptionCollection)" />.</summary>
       <param name="sorts">A <see cref="T:System.ComponentModel.ListSortDescriptionCollection" /> object.</param>
     </member>
+    <member name="P:System.Data.DataView.System#ComponentModel#IBindingListView#Filter">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.Filter" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.Filter" />.</returns>
+    </member>
     <member name="M:System.Data.DataView.System#ComponentModel#IBindingListView#RemoveFilter">
       <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingListView.RemoveFilter" />.</summary>
     </member>
+    <member name="P:System.Data.DataView.System#ComponentModel#IBindingListView#SortDescriptions">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.SortDescriptions" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.SortDescriptions" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.System#ComponentModel#IBindingListView#SupportsAdvancedSorting">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.SupportsAdvancedSorting" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.SupportsAdvancedSorting" />.</returns>
+    </member>
+    <member name="P:System.Data.DataView.System#ComponentModel#IBindingListView#SupportsFiltering">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.SupportsFiltering" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.SupportsFiltering" />.</returns>
+    </member>
     <member name="M:System.Data.DataView.System#ComponentModel#ITypedList#GetItemProperties(System.ComponentModel.PropertyDescriptor[])">
       <summary>For a description of this member, see <see cref="M:System.ComponentModel.ITypedList.GetItemProperties(System.ComponentModel.PropertyDescriptor[])" />.</summary>
       <param name="listAccessors">An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects to find in the collection as bindable. This can be <see langword="null" />.</param>
-      <returns>The <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties on each item used to bind data.</returns>
     </member>
     <member name="M:System.Data.DataView.System#ComponentModel#ITypedList#GetListName(System.ComponentModel.PropertyDescriptor[])">
       <summary>For a description of this member, see <see cref="M:System.ComponentModel.ITypedList.GetListName(System.ComponentModel.PropertyDescriptor[])" />.</summary>
       <param name="listAccessors">An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects.</param>
       <returns>For a description of this member, see <see cref="M:System.ComponentModel.ITypedList.GetListName(System.ComponentModel.PropertyDescriptor[])" />.</returns>
     </member>
+    <member name="P:System.Data.DataView.Table">
+      <summary>Gets or sets the source <see cref="T:System.Data.DataTable" />.</summary>
+      <returns>A <see cref="T:System.Data.DataTable" /> that provides the data for this view.</returns>
+    </member>
     <member name="M:System.Data.DataView.ToTable">
       <summary>Creates and returns a new <see cref="T:System.Data.DataTable" /> based on rows in an existing <see cref="T:System.Data.DataView" />.</summary>
       <returns>A new <see cref="T:System.Data.DataTable" /> instance that contains the requested rows and columns.</returns>
@@ -7261,144 +6977,9 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>Reserved for internal use only.</summary>
       <param name="force">Reserved for internal use only.</param>
     </member>
-    <member name="P:System.Data.DataView.AllowDelete">
-      <summary>Gets or sets a value that indicates whether deletes are allowed.</summary>
-      <returns>
-        <see langword="true" />, if deletes are allowed; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.AllowEdit">
-      <summary>Gets or sets a value that indicates whether edits are allowed.</summary>
-      <returns>
-        <see langword="true" />, if edits are allowed; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.AllowNew">
-      <summary>Gets or sets a value that indicates whether the new rows can be added by using the <see cref="M:System.Data.DataView.AddNew" /> method.</summary>
-      <returns>
-        <see langword="true" />, if new rows can be added; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.ApplyDefaultSort">
-      <summary>Gets or sets a value that indicates whether to use the default sort. The default sort is (ascending) by all primary keys as specified by <see cref="P:System.Data.DataTable.PrimaryKey" />.</summary>
-      <returns>
-        <see langword="true" />, if the default sort is used; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.Count">
-      <summary>Gets the number of records in the <see cref="T:System.Data.DataView" /> after <see cref="P:System.Data.DataView.RowFilter" /> and <see cref="P:System.Data.DataView.RowStateFilter" /> have been applied.</summary>
-      <returns>The number of records in the <see cref="T:System.Data.DataView" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.DataViewManager">
-      <summary>Gets the <see cref="T:System.Data.DataViewManager" /> associated with this view.</summary>
-      <returns>The <see langword="DataViewManager" /> that created this view. If this is the default <see cref="T:System.Data.DataView" /> for a <see cref="T:System.Data.DataTable" />, the <see langword="DataViewManager" /> property returns the default <see langword="DataViewManager" /> for the <see langword="DataSet" />. Otherwise, if the <see langword="DataView" /> was created without a <see langword="DataViewManager" />, this property is <see langword="null" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.IsInitialized">
-      <summary>Gets a value that indicates whether the component is initialized.</summary>
-      <returns>
-        <see langword="true" /> to indicate the component has completed initialization; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.IsOpen">
-      <summary>Gets a value that indicates whether the data source is currently open and projecting views of data on the <see cref="T:System.Data.DataTable" />.</summary>
-      <returns>
-        <see langword="true" />, if the source is open; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.Item(System.Int32)">
-      <summary>Gets a row of data from a specified table.</summary>
-      <param name="recordIndex">The index of a record in the <see cref="T:System.Data.DataTable" />.</param>
-      <returns>A <see cref="T:System.Data.DataRowView" /> of the row that you want.</returns>
-    </member>
-    <member name="P:System.Data.DataView.RowFilter">
-      <summary>Gets or sets the expression used to filter which rows are viewed in the <see cref="T:System.Data.DataView" />.</summary>
-      <returns>A string that specifies how rows are to be filtered.</returns>
-    </member>
-    <member name="P:System.Data.DataView.RowStateFilter">
-      <summary>Gets or sets the row state filter used in the <see cref="T:System.Data.DataView" />.</summary>
-      <returns>One of the <see cref="T:System.Data.DataViewRowState" /> values.</returns>
-    </member>
-    <member name="P:System.Data.DataView.Sort">
-      <summary>Gets or sets the sort column or columns, and sort order for the <see cref="T:System.Data.DataView" />.</summary>
-      <returns>A string that contains the column name followed by "ASC" (ascending) or "DESC" (descending). Columns are sorted ascending by default. Multiple columns can be separated by commas.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#Collections#ICollection#IsSynchronized">
-      <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronized" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronized" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#Collections#ICollection#SyncRoot">
-      <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#Collections#IList#IsFixedSize">
-      <summary>For a description of this member, see <see cref="P:System.Collections.IList.IsFixedSize" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.Collections.IList.IsFixedSize" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#Collections#IList#IsReadOnly">
-      <summary>For a description of this member, see <see cref="P:System.Collections.IList.IsReadOnly" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.Collections.IList.IsReadOnly" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#Collections#IList#Item(System.Int32)">
-      <summary>For a description of this member, see <see cref="P:System.Collections.IList.Item(System.Int32)" />.</summary>
-      <param name="recordIndex">An <see cref="T:System.Int32" /> value.</param>
-      <returns>For a description of this member, see <see cref="P:System.Collections.IList.Item(System.Int32)" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#AllowEdit">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowEdit" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowEdit" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#AllowNew">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowNew" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowNew" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#AllowRemove">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowRemove" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowRemove" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#IsSorted">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.IsSorted" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.IsSorted" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#SortDirection">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortDirection" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortDirection" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#SortProperty">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortProperty" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortProperty" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#SupportsChangeNotification">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsChangeNotification" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsChangeNotification" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#SupportsSearching">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSearching" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSearching" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#ComponentModel#IBindingList#SupportsSorting">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSorting" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSorting" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#ComponentModel#IBindingListView#Filter">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.Filter" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.Filter" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#ComponentModel#IBindingListView#SortDescriptions">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.SortDescriptions" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.SortDescriptions" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#ComponentModel#IBindingListView#SupportsAdvancedSorting">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.SupportsAdvancedSorting" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.SupportsAdvancedSorting" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.System#ComponentModel#IBindingListView#SupportsFiltering">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.SupportsFiltering" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingListView.SupportsFiltering" />.</returns>
-    </member>
-    <member name="P:System.Data.DataView.Table">
-      <summary>Gets or sets the source <see cref="T:System.Data.DataTable" />.</summary>
-      <returns>A <see cref="T:System.Data.DataTable" /> that provides the data for this view.</returns>
-    </member>
     <member name="T:System.Data.DataViewManager">
       <summary>Contains a default <see cref="T:System.Data.DataViewSettingCollection" /> for each <see cref="T:System.Data.DataTable" /> in a <see cref="T:System.Data.DataSet" />.</summary>
     </member>
-    <member name="E:System.Data.DataViewManager.ListChanged">
-      <summary>Occurs after a row is added to or deleted from a <see cref="T:System.Data.DataView" />.</summary>
-    </member>
     <member name="M:System.Data.DataViewManager.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Data.DataViewManager" /> class.</summary>
     </member>
@@ -7411,6 +6992,21 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="table">The name of the <see cref="T:System.Data.DataTable" /> to use in the <see cref="T:System.Data.DataView" />.</param>
       <returns>A <see cref="T:System.Data.DataView" /> object.</returns>
     </member>
+    <member name="P:System.Data.DataViewManager.DataSet">
+      <summary>Gets or sets the <see cref="T:System.Data.DataSet" /> to use with the <see cref="T:System.Data.DataViewManager" />.</summary>
+      <returns>The <see cref="T:System.Data.DataSet" /> to use.</returns>
+    </member>
+    <member name="P:System.Data.DataViewManager.DataViewSettingCollectionString">
+      <summary>Gets or sets a value that is used for code persistence.</summary>
+      <returns>A value that is used for code persistence.</returns>
+    </member>
+    <member name="P:System.Data.DataViewManager.DataViewSettings">
+      <summary>Gets the <see cref="T:System.Data.DataViewSettingCollection" /> for each <see cref="T:System.Data.DataTable" /> in the <see cref="T:System.Data.DataSet" />.</summary>
+      <returns>A <see cref="T:System.Data.DataViewSettingCollection" /> for each <see langword="DataTable" />.</returns>
+    </member>
+    <member name="E:System.Data.DataViewManager.ListChanged">
+      <summary>Occurs after a row is added to or deleted from a <see cref="T:System.Data.DataView" />.</summary>
+    </member>
     <member name="M:System.Data.DataViewManager.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
       <summary>Raises the <see cref="E:System.Data.DataViewManager.ListChanged" /> event.</summary>
       <param name="e">A <see cref="T:System.ComponentModel.ListChangedEventArgs" /> that contains the event data.</param>
@@ -7425,6 +7021,19 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
       <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
     </member>
+    <member name="P:System.Data.DataViewManager.System#Collections#ICollection#Count">
+      <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.Count" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.Collections.ICollection.Count" />.</returns>
+    </member>
+    <member name="P:System.Data.DataViewManager.System#Collections#ICollection#IsSynchronized">
+      <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronized" />.</summary>
+      <returns>
+        <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.DataViewManager.System#Collections#ICollection#SyncRoot">
+      <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot" />.</summary>
+      <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</returns>
+    </member>
     <member name="M:System.Data.DataViewManager.System#Collections#IEnumerable#GetEnumerator">
       <summary>For a description of this member, see <see cref="M:System.Collections.IEnumerable.GetEnumerator" />.</summary>
       <returns>For a description of this member, see <see cref="M:System.Collections.IEnumerable.GetEnumerator" />.</returns>
@@ -7453,6 +7062,20 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
       <param name="value">The <see cref="T:System.Object" /> to insert into the <see cref="T:System.Collections.IList" />.</param>
     </member>
+    <member name="P:System.Data.DataViewManager.System#Collections#IList#IsFixedSize">
+      <summary>For a description of this member, see <see cref="P:System.Collections.IList.IsFixedSize" />.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Collections.IList" /> has a fixed size; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.DataViewManager.System#Collections#IList#IsReadOnly">
+      <summary>For a description of this member, see <see cref="P:System.Collections.IList.IsReadOnly" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.Collections.IList.IsReadOnly" />.</returns>
+    </member>
+    <member name="P:System.Data.DataViewManager.System#Collections#IList#Item(System.Int32)">
+      <summary>Gets or sets the element at the specified index.</summary>
+      <param name="index">The zero-based index of the element to get or set.</param>
+      <returns>The element at the specified index.</returns>
+    </member>
     <member name="M:System.Data.DataViewManager.System#Collections#IList#Remove(System.Object)">
       <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList" />.</summary>
       <param name="value">The <see cref="T:System.Object" /> to remove from the <see cref="T:System.Collections.IList" />.</param>
@@ -7469,78 +7092,6 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.AddNew" />.</summary>
       <returns>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.AddNew" />.</returns>
     </member>
-    <member name="M:System.Data.DataViewManager.System#ComponentModel#IBindingList#ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
-      <summary>Sorts the list based on a <see cref="T:System.ComponentModel.PropertyDescriptor" /> and a <see cref="T:System.ComponentModel.ListSortDirection" />.</summary>
-      <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to sort by.</param>
-      <param name="direction">One of the <see cref="T:System.ComponentModel.ListSortDirection" /> values.</param>
-    </member>
-    <member name="M:System.Data.DataViewManager.System#ComponentModel#IBindingList#Find(System.ComponentModel.PropertyDescriptor,System.Object)">
-      <summary>Returns the index of the row that has the given <see cref="T:System.ComponentModel.PropertyDescriptor" />.</summary>
-      <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to search on.</param>
-      <param name="key">The value of the property parameter to search for.</param>
-      <returns>The index of the row that has the given <see cref="T:System.ComponentModel.PropertyDescriptor" />.</returns>
-    </member>
-    <member name="M:System.Data.DataViewManager.System#ComponentModel#IBindingList#RemoveIndex(System.ComponentModel.PropertyDescriptor)">
-      <summary>Removes the <see cref="T:System.ComponentModel.PropertyDescriptor" /> from the indexes used for searching.</summary>
-      <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to remove from the indexes used for searching.</param>
-    </member>
-    <member name="M:System.Data.DataViewManager.System#ComponentModel#IBindingList#RemoveSort">
-      <summary>Removes any sort applied using <see cref="M:System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)" />.</summary>
-    </member>
-    <member name="M:System.Data.DataViewManager.System#ComponentModel#ITypedList#GetItemProperties(System.ComponentModel.PropertyDescriptor[])">
-      <summary>Returns the <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties on each item used to bind data.</summary>
-      <param name="listAccessors">An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects to find in the collection as bindable. This can be <see langword="null" />.</param>
-      <returns>The <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties on each item used to bind data.</returns>
-    </member>
-    <member name="M:System.Data.DataViewManager.System#ComponentModel#ITypedList#GetListName(System.ComponentModel.PropertyDescriptor[])">
-      <summary>Returns the name of the list.</summary>
-      <param name="listAccessors">An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects, for which the list name is returned. This can be <see langword="null" />.</param>
-      <returns>The name of the list.</returns>
-    </member>
-    <member name="M:System.Data.DataViewManager.TableCollectionChanged(System.Object,System.ComponentModel.CollectionChangeEventArgs)">
-      <summary>Raises a <see cref="E:System.Data.DataTableCollection.CollectionChanged" /> event when a <see cref="T:System.Data.DataTable" /> is added to or removed from the <see cref="T:System.Data.DataTableCollection" />.</summary>
-      <param name="sender">The source of the event.</param>
-      <param name="e">A <see cref="T:System.ComponentModel.CollectionChangeEventArgs" /> that contains the event data.</param>
-    </member>
-    <member name="P:System.Data.DataViewManager.DataSet">
-      <summary>Gets or sets the <see cref="T:System.Data.DataSet" /> to use with the <see cref="T:System.Data.DataViewManager" />.</summary>
-      <returns>The <see cref="T:System.Data.DataSet" /> to use.</returns>
-    </member>
-    <member name="P:System.Data.DataViewManager.DataViewSettingCollectionString">
-      <summary>Gets or sets a value that is used for code persistence.</summary>
-      <returns>A value that is used for code persistence.</returns>
-    </member>
-    <member name="P:System.Data.DataViewManager.DataViewSettings">
-      <summary>Gets the <see cref="T:System.Data.DataViewSettingCollection" /> for each <see cref="T:System.Data.DataTable" /> in the <see cref="T:System.Data.DataSet" />.</summary>
-      <returns>A <see cref="T:System.Data.DataViewSettingCollection" /> for each <see langword="DataTable" />.</returns>
-    </member>
-    <member name="P:System.Data.DataViewManager.System#Collections#ICollection#Count">
-      <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.Count" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.Collections.ICollection.Count" />.</returns>
-    </member>
-    <member name="P:System.Data.DataViewManager.System#Collections#ICollection#IsSynchronized">
-      <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronized" />.</summary>
-      <returns>
-        <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataViewManager.System#Collections#ICollection#SyncRoot">
-      <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot" />.</summary>
-      <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</returns>
-    </member>
-    <member name="P:System.Data.DataViewManager.System#Collections#IList#IsFixedSize">
-      <summary>For a description of this member, see <see cref="P:System.Collections.IList.IsFixedSize" />.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Collections.IList" /> has a fixed size; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.DataViewManager.System#Collections#IList#IsReadOnly">
-      <summary>For a description of this member, see <see cref="P:System.Collections.IList.IsReadOnly" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.Collections.IList.IsReadOnly" />.</returns>
-    </member>
-    <member name="P:System.Data.DataViewManager.System#Collections#IList#Item(System.Int32)">
-      <summary>Gets or sets the element at the specified index.</summary>
-      <param name="index">The zero-based index of the element to get or set.</param>
-      <returns>The element at the specified index.</returns>
-    </member>
     <member name="P:System.Data.DataViewManager.System#ComponentModel#IBindingList#AllowEdit">
       <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowEdit" />.</summary>
       <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowEdit" />.</returns>
@@ -7549,14 +7100,32 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowNew" />.</summary>
       <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowNew" />.</returns>
     </member>
-    <member name="P:System.Data.DataViewManager.System#ComponentModel#IBindingList#AllowRemove">
-      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowRemove" />.</summary>
-      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowRemove" />.</returns>
+    <member name="P:System.Data.DataViewManager.System#ComponentModel#IBindingList#AllowRemove">
+      <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowRemove" />.</summary>
+      <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.AllowRemove" />.</returns>
+    </member>
+    <member name="M:System.Data.DataViewManager.System#ComponentModel#IBindingList#ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
+      <summary>Sorts the list based on a <see cref="T:System.ComponentModel.PropertyDescriptor" /> and a <see cref="T:System.ComponentModel.ListSortDirection" />.</summary>
+      <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to sort by.</param>
+      <param name="direction">One of the <see cref="T:System.ComponentModel.ListSortDirection" /> values.</param>
+    </member>
+    <member name="M:System.Data.DataViewManager.System#ComponentModel#IBindingList#Find(System.ComponentModel.PropertyDescriptor,System.Object)">
+      <summary>Returns the index of the row that has the given <see cref="T:System.ComponentModel.PropertyDescriptor" />.</summary>
+      <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to search on.</param>
+      <param name="key">The value of the property parameter to search for.</param>
+      <returns>The index of the row that has the given <see cref="T:System.ComponentModel.PropertyDescriptor" />.</returns>
     </member>
     <member name="P:System.Data.DataViewManager.System#ComponentModel#IBindingList#IsSorted">
       <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.IsSorted" />.</summary>
       <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.IsSorted" />.</returns>
     </member>
+    <member name="M:System.Data.DataViewManager.System#ComponentModel#IBindingList#RemoveIndex(System.ComponentModel.PropertyDescriptor)">
+      <summary>Removes the <see cref="T:System.ComponentModel.PropertyDescriptor" /> from the indexes used for searching.</summary>
+      <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to remove from the indexes used for searching.</param>
+    </member>
+    <member name="M:System.Data.DataViewManager.System#ComponentModel#IBindingList#RemoveSort">
+      <summary>Removes any sort applied using <see cref="M:System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)" />.</summary>
+    </member>
     <member name="P:System.Data.DataViewManager.System#ComponentModel#IBindingList#SortDirection">
       <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortDirection" />.</summary>
       <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortDirection" />.</returns>
@@ -7577,6 +7146,21 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSorting" />.</summary>
       <returns>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSorting" />.</returns>
     </member>
+    <member name="M:System.Data.DataViewManager.System#ComponentModel#ITypedList#GetItemProperties(System.ComponentModel.PropertyDescriptor[])">
+      <summary>Returns the <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties on each item used to bind data.</summary>
+      <param name="listAccessors">An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects to find in the collection as bindable. This can be <see langword="null" />.</param>
+      <returns>The <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties on each item used to bind data.</returns>
+    </member>
+    <member name="M:System.Data.DataViewManager.System#ComponentModel#ITypedList#GetListName(System.ComponentModel.PropertyDescriptor[])">
+      <summary>Returns the name of the list.</summary>
+      <param name="listAccessors">An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects, for which the list name is returned. This can be <see langword="null" />.</param>
+      <returns>The name of the list.</returns>
+    </member>
+    <member name="M:System.Data.DataViewManager.TableCollectionChanged(System.Object,System.ComponentModel.CollectionChangeEventArgs)">
+      <summary>Raises a <see cref="E:System.Data.DataTableCollection.CollectionChanged" /> event when a <see cref="T:System.Data.DataTable" /> is added to or removed from the <see cref="T:System.Data.DataTableCollection" />.</summary>
+      <param name="sender">The source of the event.</param>
+      <param name="e">A <see cref="T:System.ComponentModel.CollectionChangeEventArgs" /> that contains the event data.</param>
+    </member>
     <member name="T:System.Data.DataViewRowState">
       <summary>Describes the version of data in a <see cref="T:System.Data.DataRow" />.</summary>
     </member>
@@ -7645,14 +7229,14 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="ar">The one-dimensional <see cref="T:System.Array" /> that is the destination of the values copied from the collection.</param>
       <param name="index">The index of the array at which to start inserting.</param>
     </member>
-    <member name="M:System.Data.DataViewSettingCollection.GetEnumerator">
-      <summary>Gets an <see cref="T:System.Collections.IEnumerator" /> for the collection.</summary>
-      <returns>An <see cref="T:System.Collections.IEnumerator" /> object.</returns>
-    </member>
     <member name="P:System.Data.DataViewSettingCollection.Count">
       <summary>Gets the number of <see cref="T:System.Data.DataViewSetting" /> objects in the <see cref="T:System.Data.DataViewSettingCollection" />.</summary>
       <returns>The number of <see cref="T:System.Data.DataViewSetting" /> objects in the collection.</returns>
     </member>
+    <member name="M:System.Data.DataViewSettingCollection.GetEnumerator">
+      <summary>Gets an <see cref="T:System.Collections.IEnumerator" /> for the collection.</summary>
+      <returns>An <see cref="T:System.Collections.IEnumerator" /> object.</returns>
+    </member>
     <member name="P:System.Data.DataViewSettingCollection.IsReadOnly">
       <summary>Gets a value that indicates whether the <see cref="T:System.Data.DataViewSettingCollection" /> is read-only.</summary>
       <returns>Always returns <see langword="true" /> to indicate the collection is read-only.</returns>
@@ -7712,7 +7296,7 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     </member>
     <member name="M:System.Data.DBConcurrencyException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Populates the specified serialization information object with the data needed to serialize the <see cref="T:System.Data.DBConcurrencyException" />.</summary>
-      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized data associated with the <see cref="T:System.Data.DBConcurrencyException" />.</param>
+      <param name="si">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized data associated with the <see cref="T:System.Data.DBConcurrencyException" />.</param>
       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains the source and destination of the serialized stream associated with the <see cref="T:System.Data.DBConcurrencyException" />.</param>
       <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
     </member>
@@ -7725,7 +7309,7 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <returns>An integer containing a count of the number of rows whose update failed.</returns>
     </member>
     <member name="T:System.Data.DbType">
-      <summary>Specifies the data type of a field, a property, or a <see langword="Parameter" /> object of a .NET data provider.</summary>
+      <summary>Specifies the data type of a field, a property, or a <see langword="Parameter" /> object of a .NET Framework data provider.</summary>
     </member>
     <member name="F:System.Data.DbType.AnsiString">
       <summary>A variable-length stream of non-Unicode characters ranging between 1 and 8,000 characters.</summary>
@@ -7849,10 +7433,10 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="innerException">The exception that is the cause of the current exception, or a null reference (<see langword="Nothing" /> in Visual Basic) if no inner exception is specified.</param>
     </member>
     <member name="T:System.Data.EnumerableRowCollection">
-      <summary>Represents a collection of <see cref="T:System.Data.DataRow" /> objects returned from a LINQ to DataSet query. This API supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
+      <summary>Represents a collection of <see cref="T:System.Data.DataRow" /> objects returned from a LINQ to DataSet query. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
     </member>
     <member name="M:System.Data.EnumerableRowCollection.System#Collections#IEnumerable#GetEnumerator">
-      <summary>Returns an enumerator for the collection of <see cref="T:System.Data.DataRow" /> objects. This API supports the .NET infrastructure and is not intended to be used directly from your code.</summary>
+      <summary>Returns an enumerator for the collection of <see cref="T:System.Data.DataRow" /> objects. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
       <returns>An <see cref="T:System.Collections.IEnumerator" /> that can be used to traverse the collection of <see cref="T:System.Data.DataRow" /> objects.</returns>
     </member>
     <member name="T:System.Data.EnumerableRowCollection`1">
@@ -7874,10 +7458,10 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>Converts the elements of an <see cref="T:System.Data.EnumerableRowCollection" /> to the specified type.</summary>
       <param name="source">The <see cref="T:System.Data.EnumerableRowCollection" /> that contains the elements to be converted.</param>
       <typeparam name="TResult">The type to convert the elements of source to.</typeparam>
+      <returns>An <see cref="T:System.Data.EnumerableRowCollection" /> that contains each element of the source sequence converted to the specified type.</returns>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="source" /> is <see langword="null" />.</exception>
       <exception cref="T:System.InvalidCastException">An element in the sequence cannot be cast to type <paramref name="TResult" />.</exception>
-      <returns>An <see cref="T:System.Data.EnumerableRowCollection" /> that contains each element of the source sequence converted to the specified type.</returns>
     </member>
     <member name="M:System.Data.EnumerableRowCollectionExtensions.OrderBy``2(System.Data.EnumerableRowCollection{``0},System.Func{``0,``1})">
       <summary>Sorts the rows of a <see cref="T:System.Data.EnumerableRowCollection" /> in ascending order according to the specified key.</summary>
@@ -8020,22 +7604,18 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="parentColumn">The parent <see cref="T:System.Data.DataColumn" /> in the constraint.</param>
       <param name="childColumn">The child <see cref="T:System.Data.DataColumn" /> in the constraint.</param>
       <exception cref="T:System.ArgumentNullException">One or both of the columns is <see langword="null" />.</exception>
-      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types.  
-  
- -Or -  
-  
- The tables don't belong to the same <see cref="T:System.Data.DataSet" />.</exception>
+      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types.
+-Or -
+The tables don't belong to the same <see cref="T:System.Data.DataSet" />.</exception>
     </member>
     <member name="M:System.Data.ForeignKeyConstraint.#ctor(System.Data.DataColumn[],System.Data.DataColumn[])">
       <summary>Initializes a new instance of the <see cref="T:System.Data.ForeignKeyConstraint" /> class with the specified arrays of parent and child <see cref="T:System.Data.DataColumn" /> objects.</summary>
       <param name="parentColumns">An array of parent <see cref="T:System.Data.DataColumn" /> in the constraint.</param>
       <param name="childColumns">An array of child <see cref="T:System.Data.DataColumn" /> in the constraint.</param>
       <exception cref="T:System.ArgumentNullException">One or both of the columns is <see langword="null" />.</exception>
-      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types.  
-  
- -Or -  
-  
- The tables don't belong to the same <see cref="T:System.Data.DataSet" />.</exception>
+      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types.
+-Or -
+The tables don't belong to the same <see cref="T:System.Data.DataSet" />.</exception>
     </member>
     <member name="M:System.Data.ForeignKeyConstraint.#ctor(System.String,System.Data.DataColumn,System.Data.DataColumn)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.ForeignKeyConstraint" /> class with the specified name, parent and child <see cref="T:System.Data.DataColumn" /> objects.</summary>
@@ -8043,11 +7623,9 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="parentColumn">The parent <see cref="T:System.Data.DataColumn" /> in the constraint.</param>
       <param name="childColumn">The child <see cref="T:System.Data.DataColumn" /> in the constraint.</param>
       <exception cref="T:System.ArgumentNullException">One or both of the columns is <see langword="null" />.</exception>
-      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types.  
-  
- -Or -  
-  
- The tables don't belong to the same <see cref="T:System.Data.DataSet" />.</exception>
+      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types.
+-Or -
+The tables don't belong to the same <see cref="T:System.Data.DataSet" />.</exception>
     </member>
     <member name="M:System.Data.ForeignKeyConstraint.#ctor(System.String,System.Data.DataColumn[],System.Data.DataColumn[])">
       <summary>Initializes a new instance of the <see cref="T:System.Data.ForeignKeyConstraint" /> class with the specified name, and arrays of parent and child <see cref="T:System.Data.DataColumn" /> objects.</summary>
@@ -8055,11 +7633,9 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="parentColumns">An array of parent <see cref="T:System.Data.DataColumn" /> in the constraint.</param>
       <param name="childColumns">An array of child <see cref="T:System.Data.DataColumn" /> in the constraint.</param>
       <exception cref="T:System.ArgumentNullException">One or both of the columns is <see langword="null" />.</exception>
-      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types.  
-  
- -Or -  
-  
- The tables don't belong to the same <see cref="T:System.Data.DataSet" />.</exception>
+      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types.
+-Or -
+The tables don't belong to the same <see cref="T:System.Data.DataSet" />.</exception>
     </member>
     <member name="M:System.Data.ForeignKeyConstraint.#ctor(System.String,System.String,System.String,System.String[],System.String[],System.Data.AcceptRejectRule,System.Data.Rule,System.Data.Rule)">
       <summary>This constructor is provided for design time support in the Visual Studio  environment. <see cref="T:System.Data.ForeignKeyConstraint" /> objects created by using this constructor must then be added to the collection via <see cref="M:System.Data.ConstraintCollection.AddRange(System.Data.Constraint[])" />. Tables and columns with the specified names must exist at the time the method is called, or if <see cref="M:System.Data.DataTable.BeginInit" /> has been called prior to calling this constructor, the tables and columns with the specified names must exist at the time that <see cref="M:System.Data.DataTable.EndInit" /> is called.</summary>
@@ -8072,11 +7648,9 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="deleteRule">One of the <see cref="T:System.Data.Rule" /> values to use when a row is deleted. The default is <see langword="Cascade" />. Possible values include: <see langword="None" />, <see langword="Cascade" />, <see langword="SetNull" />, <see langword="SetDefault" />, and <see langword="Default" />.</param>
       <param name="updateRule">One of the <see cref="T:System.Data.Rule" /> values to use when a row is updated. The default is <see langword="Cascade" />. Possible values include: <see langword="None" />, <see langword="Cascade" />, <see langword="SetNull" />, <see langword="SetDefault" />, and <see langword="Default" />.</param>
       <exception cref="T:System.ArgumentNullException">One or both of the columns is <see langword="null" />.</exception>
-      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types.  
-  
- -Or -  
-  
- The tables don't belong to the same <see cref="T:System.Data.DataSet" />.</exception>
+      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types.
+-Or -
+The tables don't belong to the same <see cref="T:System.Data.DataSet" />.</exception>
     </member>
     <member name="M:System.Data.ForeignKeyConstraint.#ctor(System.String,System.String,System.String[],System.String[],System.Data.AcceptRejectRule,System.Data.Rule,System.Data.Rule)">
       <summary>This constructor is provided for design time support in the Visual Studio  environment. <see cref="T:System.Data.ForeignKeyConstraint" /> objects created by using this constructor must then be added to the collection via <see cref="M:System.Data.ConstraintCollection.AddRange(System.Data.Constraint[])" />. Tables and columns with the specified names must exist at the time the method is called, or if <see cref="M:System.Data.DataTable.BeginInit" /> has been called prior to calling this constructor, the tables and columns with the specified names must exist at the time that <see cref="M:System.Data.DataTable.EndInit" /> is called.</summary>
@@ -8088,21 +7662,9 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="deleteRule">One of the <see cref="T:System.Data.Rule" /> values to use when a row is deleted. The default is <see langword="Cascade" />. Possible values include: <see langword="None" />, <see langword="Cascade" />, <see langword="SetNull" />, <see langword="SetDefault" />, and <see langword="Default" />.</param>
       <param name="updateRule">One of the <see cref="T:System.Data.Rule" /> values to use when a row is updated. The default is <see langword="Cascade" />. Possible values include: <see langword="None" />, <see langword="Cascade" />, <see langword="SetNull" />, <see langword="SetDefault" />, and <see langword="Default" />.</param>
       <exception cref="T:System.ArgumentNullException">One or both of the columns is <see langword="null" />.</exception>
-      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types.  
-  
- -Or -  
-  
- The tables don't belong to the same <see cref="T:System.Data.DataSet" />.</exception>
-    </member>
-    <member name="M:System.Data.ForeignKeyConstraint.Equals(System.Object)">
-      <summary>Gets a value indicating whether the current <see cref="T:System.Data.ForeignKeyConstraint" /> is identical to the specified object.</summary>
-      <param name="key">The object to which this <see cref="T:System.Data.ForeignKeyConstraint" /> is compared. Two <see cref="T:System.Data.ForeignKeyConstraint" /> are equal if they constrain the same columns.</param>
-      <returns>
-        <see langword="true" />, if the objects are identical; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Data.ForeignKeyConstraint.GetHashCode">
-      <summary>Gets the hash code of this instance of the <see cref="T:System.Data.ForeignKeyConstraint" /> object.</summary>
-      <returns>A 32-bit signed integer hash code.</returns>
+      <exception cref="T:System.Data.InvalidConstraintException">The columns have different data types.
+-Or -
+The tables don't belong to the same <see cref="T:System.Data.DataSet" />.</exception>
     </member>
     <member name="P:System.Data.ForeignKeyConstraint.AcceptRejectRule">
       <summary>Indicates the action that should take place across this constraint when <see cref="M:System.Data.DataTable.AcceptChanges" /> is invoked.</summary>
@@ -8116,6 +7678,16 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>Gets or sets the action that occurs across this constraint when a row is deleted.</summary>
       <returns>One of the <see cref="T:System.Data.Rule" /> values. The default is <see langword="Cascade" />.</returns>
     </member>
+    <member name="M:System.Data.ForeignKeyConstraint.Equals(System.Object)">
+      <summary>Gets a value indicating whether the current <see cref="T:System.Data.ForeignKeyConstraint" /> is identical to the specified object.</summary>
+      <param name="key">The object to which this <see cref="T:System.Data.ForeignKeyConstraint" /> is compared. Two <see cref="T:System.Data.ForeignKeyConstraint" /> are equal if they constrain the same columns.</param>
+      <returns>
+        <see langword="true" />, if the objects are identical; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Data.ForeignKeyConstraint.GetHashCode">
+      <summary>Gets the hash code of this instance of the <see cref="T:System.Data.ForeignKeyConstraint" /> object.</summary>
+      <returns>A 32-bit signed integer hash code.</returns>
+    </member>
     <member name="P:System.Data.ForeignKeyConstraint.RelatedColumns">
       <summary>The parent columns of this constraint.</summary>
       <returns>An array of <see cref="T:System.Data.DataColumn" /> objects that are the parent columns of the constraint.</returns>
@@ -8133,7 +7705,7 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <returns>One of the <see cref="T:System.Data.Rule" /> values. The default is <see langword="Cascade" />.</returns>
     </member>
     <member name="T:System.Data.IColumnMapping">
-      <summary>Associates a data source column with a <see cref="T:System.Data.DataSet" /> column, and is implemented by the <see cref="T:System.Data.Common.DataColumnMapping" /> class, which is used in common by .NET data providers.</summary>
+      <summary>Associates a data source column with a <see cref="T:System.Data.DataSet" /> column, and is implemented by the <see cref="T:System.Data.Common.DataColumnMapping" /> class, which is used in common by .NET Framework data providers.</summary>
     </member>
     <member name="P:System.Data.IColumnMapping.DataSetColumn">
       <summary>Gets or sets the name of the column within the <see cref="T:System.Data.DataSet" /> to map to.</summary>
@@ -8144,7 +7716,7 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <returns>The case-sensitive name of the column in the data source.</returns>
     </member>
     <member name="T:System.Data.IColumnMappingCollection">
-      <summary>Contains a collection of DataColumnMapping objects, and is implemented by the <see cref="T:System.Data.Common.DataColumnMappingCollection" />, which is used in common by .NET data providers.</summary>
+      <summary>Contains a collection of DataColumnMapping objects, and is implemented by the <see cref="T:System.Data.Common.DataColumnMappingCollection" />, which is used in common by .NET Framework data providers.</summary>
     </member>
     <member name="M:System.Data.IColumnMappingCollection.Add(System.String,System.String)">
       <summary>Adds a ColumnMapping object to the ColumnMapping collection using the source column and <see cref="T:System.Data.DataSet" /> column names.</summary>
@@ -8168,20 +7740,19 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="sourceColumnName">The case-sensitive name of the source column.</param>
       <returns>The zero-based location of the <see langword="DataColumnMapping" /> object with the specified source column name.</returns>
     </member>
-    <member name="M:System.Data.IColumnMappingCollection.RemoveAt(System.String)">
-      <summary>Removes the <see cref="T:System.Data.IColumnMapping" /> object with the specified <see cref="P:System.Data.IColumnMapping.SourceColumn" /> name from the collection.</summary>
-      <param name="sourceColumnName">The case-sensitive <see langword="SourceColumn" /> name.</param>
-      <exception cref="T:System.IndexOutOfRangeException">A <see cref="T:System.Data.Common.DataColumnMapping" /> object does not exist with the specified <see langword="SourceColumn" /> name.</exception>
-    </member>
     <member name="P:System.Data.IColumnMappingCollection.Item(System.String)">
       <summary>Gets or sets the <see cref="T:System.Data.IColumnMapping" /> object with the specified <see langword="SourceColumn" /> name.</summary>
       <param name="index">The <see langword="SourceColumn" /> name of the <see langword="IColumnMapping" /> object to find.</param>
       <returns>The <see langword="IColumnMapping" /> object with the specified <see langword="SourceColumn" /> name.</returns>
     </member>
+    <member name="M:System.Data.IColumnMappingCollection.RemoveAt(System.String)">
+      <summary>Removes the <see cref="T:System.Data.IColumnMapping" /> object with the specified <see cref="P:System.Data.IColumnMapping.SourceColumn" /> name from the collection.</summary>
+      <param name="sourceColumnName">The case-sensitive <see langword="SourceColumn" /> name.</param>
+      <exception cref="T:System.IndexOutOfRangeException">A <see cref="T:System.Data.Common.DataColumnMapping" /> object does not exist with the specified <see langword="SourceColumn" /> name.</exception>
+    </member>
     <member name="T:System.Data.IDataAdapter">
-      <summary>Allows an object to implement a DataAdapter, and represents a set of methods and mapping action-related properties that are used to fill and update a <see cref="T:System.Data.DataSet" /> and update a data source.  
-  
- <see cref="T:System.Data.IDbDataAdapter" /> instances are for data sources that are (or resemble) relational databases with textual commands (like Transact-SQL), while <see cref="T:System.Data.IDataAdapter" /> instances could can use any type of data source.</summary>
+      <summary>Allows an object to implement a DataAdapter, and represents a set of methods and mapping action-related properties that are used to fill and update a <see cref="T:System.Data.DataSet" /> and update a data source.
+<see cref="T:System.Data.IDbDataAdapter" /> instances are for data sources that are (or resemble) relational databases with textual commands (like Transact-SQL), while <see cref="T:System.Data.IDataAdapter" /> instances could can use any type of data source.</summary>
     </member>
     <member name="M:System.Data.IDataAdapter.Fill(System.Data.DataSet)">
       <summary>Adds or updates rows in the <see cref="T:System.Data.DataSet" /> to match those in the data source using the <see cref="T:System.Data.DataSet" /> name, and creates a <see cref="T:System.Data.DataTable" /> named "Table".</summary>
@@ -8198,38 +7769,38 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <summary>Gets the parameters set by the user when executing an SQL SELECT statement.</summary>
       <returns>An array of <see cref="T:System.Data.IDataParameter" /> objects that contains the parameters set by the user.</returns>
     </member>
-    <member name="M:System.Data.IDataAdapter.Update(System.Data.DataSet)">
-      <summary>Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified <see cref="T:System.Data.DataSet" /> from a <see cref="T:System.Data.DataTable" /> named "Table".</summary>
-      <param name="dataSet">The <see cref="T:System.Data.DataSet" /> used to update the data source.</param>
-      <exception cref="T:System.Data.DBConcurrencyException">An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.</exception>
-      <returns>The number of rows successfully updated from the <see cref="T:System.Data.DataSet" />.</returns>
-    </member>
     <member name="P:System.Data.IDataAdapter.MissingMappingAction">
       <summary>Indicates or specifies whether unmapped source tables or columns are passed with their source names in order to be filtered or to raise an error.</summary>
-      <exception cref="T:System.ArgumentException">The value set is not one of the <see cref="T:System.Data.MissingMappingAction" /> values.</exception>
       <returns>One of the <see cref="T:System.Data.MissingMappingAction" /> values. The default is <see langword="Passthrough" />.</returns>
+      <exception cref="T:System.ArgumentException">The value set is not one of the <see cref="T:System.Data.MissingMappingAction" /> values.</exception>
     </member>
     <member name="P:System.Data.IDataAdapter.MissingSchemaAction">
       <summary>Indicates or specifies whether missing source tables, columns, and their relationships are added to the dataset schema, ignored, or cause an error to be raised.</summary>
-      <exception cref="T:System.ArgumentException">The value set is not one of the <see cref="T:System.Data.MissingSchemaAction" /> values.</exception>
       <returns>One of the <see cref="T:System.Data.MissingSchemaAction" /> values. The default is <see langword="Add" />.</returns>
+      <exception cref="T:System.ArgumentException">The value set is not one of the <see cref="T:System.Data.MissingSchemaAction" /> values.</exception>
     </member>
     <member name="P:System.Data.IDataAdapter.TableMappings">
       <summary>Indicates how a source table is mapped to a dataset table.</summary>
       <returns>A collection that provides the master mapping between the returned records and the <see cref="T:System.Data.DataSet" />. The default value is an empty collection.</returns>
     </member>
+    <member name="M:System.Data.IDataAdapter.Update(System.Data.DataSet)">
+      <summary>Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified <see cref="T:System.Data.DataSet" /> from a <see cref="T:System.Data.DataTable" /> named "Table".</summary>
+      <param name="dataSet">The <see cref="T:System.Data.DataSet" /> used to update the data source.</param>
+      <returns>The number of rows successfully updated from the <see cref="T:System.Data.DataSet" />.</returns>
+      <exception cref="T:System.Data.DBConcurrencyException">An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.</exception>
+    </member>
     <member name="T:System.Data.IDataParameter">
-      <summary>Represents a parameter to a Command object, and optionally, its mapping to <see cref="T:System.Data.DataSet" /> columns; and is implemented by .NET data providers that access data sources.</summary>
+      <summary>Represents a parameter to a Command object, and optionally, its mapping to <see cref="T:System.Data.DataSet" /> columns; and is implemented by .NET Framework data providers that access data sources.</summary>
     </member>
     <member name="P:System.Data.IDataParameter.DbType">
       <summary>Gets or sets the <see cref="T:System.Data.DbType" /> of the parameter.</summary>
-      <exception cref="T:System.ArgumentOutOfRangeException">The property was not set to a valid <see cref="T:System.Data.DbType" />.</exception>
       <returns>One of the <see cref="T:System.Data.DbType" /> values. The default is <see cref="F:System.Data.DbType.String" />.</returns>
+      <exception cref="T:System.ArgumentOutOfRangeException">The property was not set to a valid <see cref="T:System.Data.DbType" />.</exception>
     </member>
     <member name="P:System.Data.IDataParameter.Direction">
       <summary>Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.</summary>
-      <exception cref="T:System.ArgumentException">The property was not set to one of the valid <see cref="T:System.Data.ParameterDirection" /> values.</exception>
       <returns>One of the <see cref="T:System.Data.ParameterDirection" /> values. The default is <see langword="Input" />.</returns>
+      <exception cref="T:System.ArgumentException">The property was not set to one of the valid <see cref="T:System.Data.ParameterDirection" /> values.</exception>
     </member>
     <member name="P:System.Data.IDataParameter.IsNullable">
       <summary>Gets a value indicating whether the parameter accepts null values.</summary>
@@ -8246,15 +7817,15 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
     </member>
     <member name="P:System.Data.IDataParameter.SourceVersion">
       <summary>Gets or sets the <see cref="T:System.Data.DataRowVersion" /> to use when loading <see cref="P:System.Data.IDataParameter.Value" />.</summary>
-      <exception cref="T:System.ArgumentException">The property was not set one of the <see cref="T:System.Data.DataRowVersion" /> values.</exception>
       <returns>One of the <see cref="T:System.Data.DataRowVersion" /> values. The default is <see langword="Current" />.</returns>
+      <exception cref="T:System.ArgumentException">The property was not set one of the <see cref="T:System.Data.DataRowVersion" /> values.</exception>
     </member>
     <member name="P:System.Data.IDataParameter.Value">
       <summary>Gets or sets the value of the parameter.</summary>
       <returns>An <see cref="T:System.Object" /> that is the value of the parameter. The default value is null.</returns>
     </member>
     <member name="T:System.Data.IDataParameterCollection">
-      <summary>Collects all parameters relevant to a Command object and their mappings to <see cref="T:System.Data.DataSet" /> columns, and is implemented by .NET data providers that access data sources.</summary>
+      <summary>Collects all parameters relevant to a Command object and their mappings to <see cref="T:System.Data.DataSet" /> columns, and is implemented by .NET Framework data providers that access data sources.</summary>
     </member>
     <member name="M:System.Data.IDataParameterCollection.Contains(System.String)">
       <summary>Gets a value indicating whether a parameter in the collection has the specified name.</summary>
@@ -8267,27 +7838,34 @@ The <see cref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <s
       <param name="parameterName">The name of the parameter.</param>
       <returns>The zero-based location of the <see cref="T:System.Data.IDataParameter" /> within the collection.</returns>
     </member>
-    <member name="M:System.Data.IDataParameterCollection.RemoveAt(System.String)">
-      <summary>Removes the <see cref="T:System.Data.IDataParameter" /> from the collection.</summary>
-      <param name="parameterName">The name of the parameter.</param>
-    </member>
     <member name="P:System.Data.IDataParameterCollection.Item(System.String)">
       <summary>Gets or sets the parameter at the specified index.</summary>
       <param name="parameterName">The name of the parameter to retrieve.</param>
       <returns>An <see cref="T:System.Object" /> at the specified index.</returns>
     </member>
+    <member name="M:System.Data.IDataParameterCollection.RemoveAt(System.String)">
+      <summary>Removes the <see cref="T:System.Data.IDataParameter" /> from the collection.</summary>
+      <param name="parameterName">The name of the parameter.</param>
+    </member>
     <member name="T:System.Data.IDataReader">
-      <summary>Provides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source, and is implemented by .NET data providers that access relational databases.</summary>
+      <summary>Provides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source, and is implemented by .NET Framework data providers that access relational databases.</summary>
     </member>
     <member name="M:System.Data.IDataReader.Close">
       <summary>Closes the <see cref="T:System.Data.IDataReader" /> Object.</summary>
     </member>
+    <member name="P:System.Data.IDataReader.Depth">
+      <summary>Gets a value indicating the depth of nesting for the current row.</summary>
+      <returns>The level of nesting.</returns>
+    </member>
     <member name="M:System.Data.IDataReader.GetSchemaTable">
-      <summary>Returns a <see cref="T:System.Data.DataTable" /> that describes the column metadata of the <see cref="T:System.Data.IDataReader" />.
-
-Returns <see langword="null" /> if the executed command returned no resultset, or after <see cref="M:System.Data.IDataReader.NextResult" /> returns <see langword="false" />.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Data.IDataReader" /> is closed.</exception>
+      <summary>Returns a <see cref="T:System.Data.DataTable" /> that describes the column metadata of the <see cref="T:System.Data.IDataReader" />.</summary>
       <returns>A <see cref="T:System.Data.DataTable" /> that describes the column metadata.</returns>
+      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Data.IDataReader" /> is closed.</exception>
+    </member>
+    <member name="P:System.Data.IDataReader.IsClosed">
+      <summary>Gets a value indicating whether the data reader is closed.</summary>
+      <returns>
+        <see langword="true" /> if the data reader is closed; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Data.IDataReader.NextResult">
       <summary>Advances the data reader to the next result, when reading the results of batch SQL statements.</summary>
@@ -8299,33 +7877,28 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <returns>
         <see langword="true" /> if there are more rows; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="P:System.Data.IDataReader.Depth">
-      <summary>Gets a value indicating the depth of nesting for the current row.</summary>
-      <returns>The level of nesting.</returns>
-    </member>
-    <member name="P:System.Data.IDataReader.IsClosed">
-      <summary>Gets a value indicating whether the data reader is closed.</summary>
-      <returns>
-        <see langword="true" /> if the data reader is closed; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Data.IDataReader.RecordsAffected">
       <summary>Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.</summary>
       <returns>The number of rows changed, inserted, or deleted; 0 if no rows were affected or the statement failed; and -1 for SELECT statements.</returns>
     </member>
     <member name="T:System.Data.IDataRecord">
-      <summary>Provides access to the column values within each row for a <see langword="DataReader" />, and is implemented by .NET data providers that access relational databases.</summary>
+      <summary>Provides access to the column values within each row for a <see langword="DataReader" />, and is implemented by .NET Framework data providers that access relational databases.</summary>
+    </member>
+    <member name="P:System.Data.IDataRecord.FieldCount">
+      <summary>Gets the number of columns in the current row.</summary>
+      <returns>When not positioned in a valid recordset, 0; otherwise, the number of columns in the current record. The default is -1.</returns>
     </member>
     <member name="M:System.Data.IDataRecord.GetBoolean(System.Int32)">
       <summary>Gets the value of the specified column as a Boolean.</summary>
       <param name="i">The zero-based column ordinal.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The value of the column.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetByte(System.Int32)">
       <summary>Gets the 8-bit unsigned integer value of the specified column.</summary>
       <param name="i">The zero-based column ordinal.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The 8-bit unsigned integer value of the specified column.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)">
       <summary>Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.</summary>
@@ -8334,14 +7907,14 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="buffer">The buffer into which to read the stream of bytes.</param>
       <param name="bufferoffset">The index for <paramref name="buffer" /> to start the read operation.</param>
       <param name="length">The number of bytes to read.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The actual number of bytes read.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetChar(System.Int32)">
       <summary>Gets the character value of the specified column.</summary>
       <param name="i">The zero-based column ordinal.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The character value of the specified column.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)">
       <summary>Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.</summary>
@@ -8350,80 +7923,80 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="buffer">The buffer into which to read the stream of bytes.</param>
       <param name="bufferoffset">The index for <paramref name="buffer" /> to start the read operation.</param>
       <param name="length">The number of bytes to read.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The actual number of characters read.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetData(System.Int32)">
       <summary>Returns an <see cref="T:System.Data.IDataReader" /> for the specified column ordinal.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The <see cref="T:System.Data.IDataReader" /> for the specified column ordinal.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetDataTypeName(System.Int32)">
       <summary>Gets the data type information for the specified field.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The data type information for the specified field.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetDateTime(System.Int32)">
       <summary>Gets the date and time data value of the specified field.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The date and time data value of the specified field.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetDecimal(System.Int32)">
       <summary>Gets the fixed-position numeric value of the specified field.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The fixed-position numeric value of the specified field.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetDouble(System.Int32)">
       <summary>Gets the double-precision floating point number of the specified field.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The double-precision floating point number of the specified field.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetFieldType(System.Int32)">
       <summary>Gets the <see cref="T:System.Type" /> information corresponding to the type of <see cref="T:System.Object" /> that would be returned from <see cref="M:System.Data.IDataRecord.GetValue(System.Int32)" />.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The <see cref="T:System.Type" /> information corresponding to the type of <see cref="T:System.Object" /> that would be returned from <see cref="M:System.Data.IDataRecord.GetValue(System.Int32)" />.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetFloat(System.Int32)">
       <summary>Gets the single-precision floating point number of the specified field.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The single-precision floating point number of the specified field.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetGuid(System.Int32)">
       <summary>Returns the GUID value of the specified field.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The GUID value of the specified field.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetInt16(System.Int32)">
       <summary>Gets the 16-bit signed integer value of the specified field.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The 16-bit signed integer value of the specified field.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetInt32(System.Int32)">
       <summary>Gets the 32-bit signed integer value of the specified field.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The 32-bit signed integer value of the specified field.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetInt64(System.Int32)">
       <summary>Gets the 64-bit signed integer value of the specified field.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The 64-bit signed integer value of the specified field.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetName(System.Int32)">
       <summary>Gets the name for the field to find.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The name of the field or the empty string (""), if there is no value to return.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetOrdinal(System.String)">
       <summary>Return the index of the named field.</summary>
@@ -8433,14 +8006,14 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.IDataRecord.GetString(System.Int32)">
       <summary>Gets the string value of the specified field.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The string value of the specified field.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetValue(System.Int32)">
       <summary>Return the value of the specified field.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The <see cref="T:System.Object" /> which will contain the field value upon return.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="M:System.Data.IDataRecord.GetValues(System.Object[])">
       <summary>Populates an array of objects with the column values of the current record.</summary>
@@ -8450,44 +8023,55 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.IDataRecord.IsDBNull(System.Int32)">
       <summary>Return whether the specified field is set to null.</summary>
       <param name="i">The index of the field to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>
         <see langword="true" /> if the specified field is set to null; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.IDataRecord.FieldCount">
-      <summary>Gets the number of columns in the current row.</summary>
-      <returns>When not positioned in a valid recordset, 0; otherwise, the number of columns in the current record. The default is -1.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="P:System.Data.IDataRecord.Item(System.Int32)">
       <summary>Gets the column located at the specified index.</summary>
       <param name="i">The zero-based index of the column to get.</param>
-      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
       <returns>The column located at the specified index as an <see cref="T:System.Object" />.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">The index passed was outside the range of 0 through <see cref="P:System.Data.IDataRecord.FieldCount" />.</exception>
     </member>
     <member name="P:System.Data.IDataRecord.Item(System.String)">
       <summary>Gets the column with the specified name.</summary>
       <param name="name">The name of the column to find.</param>
-      <exception cref="T:System.IndexOutOfRangeException">No column with the specified name was found.</exception>
       <returns>The column with the specified name as an <see cref="T:System.Object" />.</returns>
+      <exception cref="T:System.IndexOutOfRangeException">No column with the specified name was found.</exception>
     </member>
     <member name="T:System.Data.IDbCommand">
-      <summary>Represents an SQL statement that is executed while connected to a data source, and is implemented by .NET data providers that access relational databases.</summary>
+      <summary>Represents an SQL statement that is executed while connected to a data source, and is implemented by .NET Framework data providers that access relational databases.</summary>
     </member>
     <member name="M:System.Data.IDbCommand.Cancel">
       <summary>Attempts to cancels the execution of an <see cref="T:System.Data.IDbCommand" />.</summary>
     </member>
+    <member name="P:System.Data.IDbCommand.CommandText">
+      <summary>Gets or sets the text command to run against the data source.</summary>
+      <returns>The text command to execute. The default value is an empty string ("").</returns>
+    </member>
+    <member name="P:System.Data.IDbCommand.CommandTimeout">
+      <summary>Gets or sets the wait time before terminating the attempt to execute a command and generating an error.</summary>
+      <returns>The time (in seconds) to wait for the command to execute. The default value is 30 seconds.</returns>
+      <exception cref="T:System.ArgumentException">The property value assigned is less than 0.</exception>
+    </member>
+    <member name="P:System.Data.IDbCommand.CommandType">
+      <summary>Indicates or specifies how the <see cref="P:System.Data.IDbCommand.CommandText" /> property is interpreted.</summary>
+      <returns>One of the <see cref="T:System.Data.CommandType" /> values. The default is <see langword="Text" />.</returns>
+    </member>
+    <member name="P:System.Data.IDbCommand.Connection">
+      <summary>Gets or sets the <see cref="T:System.Data.IDbConnection" /> used by this instance of the <see cref="T:System.Data.IDbCommand" />.</summary>
+      <returns>The connection to the data source.</returns>
+    </member>
     <member name="M:System.Data.IDbCommand.CreateParameter">
       <summary>Creates a new instance of an <see cref="T:System.Data.IDbDataParameter" /> object.</summary>
       <returns>An <see langword="IDbDataParameter" /> object.</returns>
     </member>
     <member name="M:System.Data.IDbCommand.ExecuteNonQuery">
-      <summary>Executes an SQL statement against the <see langword="Connection" /> object of a .NET data provider, and returns the number of rows affected.</summary>
-      <exception cref="T:System.InvalidOperationException">The connection does not exist.  
-  
- -or-  
-  
- The connection is not open.</exception>
+      <summary>Executes an SQL statement against the <see langword="Connection" /> object of a .NET Framework data provider, and returns the number of rows affected.</summary>
       <returns>The number of rows affected.</returns>
+      <exception cref="T:System.InvalidOperationException">The connection does not exist.
+-or-
+The connection is not open.</exception>
     </member>
     <member name="M:System.Data.IDbCommand.ExecuteReader">
       <summary>Executes the <see cref="P:System.Data.IDbCommand.CommandText" /> against the <see cref="P:System.Data.IDbCommand.Connection" /> and builds an <see cref="T:System.Data.IDataReader" />.</summary>
@@ -8502,46 +8086,27 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Executes the query, and returns the first column of the first row in the resultset returned by the query. Extra columns or rows are ignored.</summary>
       <returns>The first column of the first row in the resultset.</returns>
     </member>
-    <member name="M:System.Data.IDbCommand.Prepare">
-      <summary>Creates a prepared (or compiled) version of the command on the data source.</summary>
-      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Data.OleDb.OleDbCommand.Connection" /> is not set.  
-  
- -or-  
-  
- The <see cref="P:System.Data.OleDb.OleDbCommand.Connection" /> is not <see cref="M:System.Data.OleDb.OleDbConnection.Open" />.</exception>
-    </member>
-    <member name="P:System.Data.IDbCommand.CommandText">
-      <summary>Gets or sets the text command to run against the data source.</summary>
-      <returns>The text command to execute. The default value is an empty string ("").</returns>
-    </member>
-    <member name="P:System.Data.IDbCommand.CommandTimeout">
-      <summary>Gets or sets the wait time (in seconds) before terminating the attempt to execute a command and generating an error.</summary>
-      <exception cref="T:System.ArgumentException">The property value assigned is less than 0.</exception>
-      <returns>The time (in seconds) to wait for the command to execute. The default value is 30 seconds.</returns>
-    </member>
-    <member name="P:System.Data.IDbCommand.CommandType">
-      <summary>Indicates or specifies how the <see cref="P:System.Data.IDbCommand.CommandText" /> property is interpreted.</summary>
-      <returns>One of the <see cref="T:System.Data.CommandType" /> values. The default is <see langword="Text" />.</returns>
-    </member>
-    <member name="P:System.Data.IDbCommand.Connection">
-      <summary>Gets or sets the <see cref="T:System.Data.IDbConnection" /> used by this instance of the <see cref="T:System.Data.IDbCommand" />.</summary>
-      <returns>The connection to the data source.</returns>
-    </member>
     <member name="P:System.Data.IDbCommand.Parameters">
       <summary>Gets the <see cref="T:System.Data.IDataParameterCollection" />.</summary>
       <returns>The parameters of the SQL statement or stored procedure.</returns>
     </member>
+    <member name="M:System.Data.IDbCommand.Prepare">
+      <summary>Creates a prepared (or compiled) version of the command on the data source.</summary>
+      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Data.OleDb.OleDbCommand.Connection" /> is not set.
+-or-
+The <see cref="P:System.Data.OleDb.OleDbCommand.Connection" /> is not <see cref="M:System.Data.OleDb.OleDbConnection.Open" />.</exception>
+    </member>
     <member name="P:System.Data.IDbCommand.Transaction">
-      <summary>Gets or sets the transaction within which the <see langword="Command" /> object of a .NET data provider executes.</summary>
+      <summary>Gets or sets the transaction within which the <see langword="Command" /> object of a .NET Framework data provider executes.</summary>
       <returns>the <see langword="Command" /> object of a .NET Framework data provider executes. The default value is <see langword="null" />.</returns>
     </member>
     <member name="P:System.Data.IDbCommand.UpdatedRowSource">
       <summary>Gets or sets how command results are applied to the <see cref="T:System.Data.DataRow" /> when used by the <see cref="M:System.Data.IDataAdapter.Update(System.Data.DataSet)" /> method of a <see cref="T:System.Data.Common.DbDataAdapter" />.</summary>
-      <exception cref="T:System.ArgumentException">The value entered was not one of the <see cref="T:System.Data.UpdateRowSource" /> values.</exception>
       <returns>One of the <see cref="T:System.Data.UpdateRowSource" /> values. The default is <see langword="Both" /> unless the command is automatically generated. Then the default is <see langword="None" />.</returns>
+      <exception cref="T:System.ArgumentException">The value entered was not one of the <see cref="T:System.Data.UpdateRowSource" /> values.</exception>
     </member>
     <member name="T:System.Data.IDbConnection">
-      <summary>Represents an open connection to a data source, and is implemented by .NET data providers that access relational databases.</summary>
+      <summary>Represents an open connection to a data source, and is implemented by .NET Framework data providers that access relational databases.</summary>
     </member>
     <member name="M:System.Data.IDbConnection.BeginTransaction">
       <summary>Begins a database transaction.</summary>
@@ -8559,31 +8124,31 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.IDbConnection.Close">
       <summary>Closes the connection to the database.</summary>
     </member>
-    <member name="M:System.Data.IDbConnection.CreateCommand">
-      <summary>Creates and returns a Command object associated with the connection.</summary>
-      <returns>A Command object associated with the connection.</returns>
-    </member>
-    <member name="M:System.Data.IDbConnection.Open">
-      <summary>Opens a database connection with the settings specified by the <see langword="ConnectionString" /> property of the provider-specific Connection object.</summary>
-    </member>
     <member name="P:System.Data.IDbConnection.ConnectionString">
       <summary>Gets or sets the string used to open a database.</summary>
       <returns>A string containing connection settings.</returns>
     </member>
     <member name="P:System.Data.IDbConnection.ConnectionTimeout">
-      <summary>Gets the time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error.</summary>
+      <summary>Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.</summary>
       <returns>The time (in seconds) to wait for a connection to open. The default value is 15 seconds.</returns>
     </member>
+    <member name="M:System.Data.IDbConnection.CreateCommand">
+      <summary>Creates and returns a Command object associated with the connection.</summary>
+      <returns>A Command object associated with the connection.</returns>
+    </member>
     <member name="P:System.Data.IDbConnection.Database">
       <summary>Gets the name of the current database or the database to be used after a connection is opened.</summary>
       <returns>The name of the current database or the name of the database to be used once a connection is open. The default value is an empty string.</returns>
     </member>
+    <member name="M:System.Data.IDbConnection.Open">
+      <summary>Opens a database connection with the settings specified by the <see langword="ConnectionString" /> property of the provider-specific Connection object.</summary>
+    </member>
     <member name="P:System.Data.IDbConnection.State">
       <summary>Gets the current state of the connection.</summary>
       <returns>One of the <see cref="T:System.Data.ConnectionState" /> values.</returns>
     </member>
     <member name="T:System.Data.IDbDataAdapter">
-      <summary>Represents a set of command-related properties that are used to fill the <see cref="T:System.Data.DataSet" /> and update a data source, and is implemented by .NET data providers that access relational databases.</summary>
+      <summary>Represents a set of command-related properties that are used to fill the <see cref="T:System.Data.DataSet" /> and update a data source, and is implemented by .NET Framework data providers that access relational databases.</summary>
     </member>
     <member name="P:System.Data.IDbDataAdapter.DeleteCommand">
       <summary>Gets or sets an SQL statement for deleting records from the data set.</summary>
@@ -8617,25 +8182,14 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <returns>The maximum size, in bytes, of the data within the column. The default value is inferred from the parameter value.</returns>
     </member>
     <member name="T:System.Data.IDbTransaction">
-      <summary>Represents a transaction to be performed at a data source, and is implemented by .NET data providers that access relational databases.</summary>
+      <summary>Represents a transaction to be performed at a data source, and is implemented by .NET Framework data providers that access relational databases.</summary>
     </member>
     <member name="M:System.Data.IDbTransaction.Commit">
       <summary>Commits the database transaction.</summary>
       <exception cref="T:System.Exception">An error occurred while trying to commit the transaction.</exception>
-      <exception cref="T:System.InvalidOperationException">The transaction has already been committed or rolled back.  
-  
- -or-  
-  
- The connection is broken.</exception>
-    </member>
-    <member name="M:System.Data.IDbTransaction.Rollback">
-      <summary>Rolls back a transaction from a pending state.</summary>
-      <exception cref="T:System.Exception">An error occurred while trying to commit the transaction.</exception>
-      <exception cref="T:System.InvalidOperationException">The transaction has already been committed or rolled back.  
-  
- -or-  
-  
- The connection is broken.</exception>
+      <exception cref="T:System.InvalidOperationException">The transaction has already been committed or rolled back.
+-or-
+The connection is broken.</exception>
     </member>
     <member name="P:System.Data.IDbTransaction.Connection">
       <summary>Specifies the Connection object to associate with the transaction.</summary>
@@ -8645,6 +8199,13 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Specifies the <see cref="T:System.Data.IsolationLevel" /> for this transaction.</summary>
       <returns>The <see cref="T:System.Data.IsolationLevel" /> for this transaction. The default is <see langword="ReadCommitted" />.</returns>
     </member>
+    <member name="M:System.Data.IDbTransaction.Rollback">
+      <summary>Rolls back a transaction from a pending state.</summary>
+      <exception cref="T:System.Exception">An error occurred while trying to commit the transaction.</exception>
+      <exception cref="T:System.InvalidOperationException">The transaction has already been committed or rolled back.
+-or-
+The connection is broken.</exception>
+    </member>
     <member name="T:System.Data.InRowChangingEventException">
       <summary>Represents the exception that is thrown when you call the <see cref="M:System.Data.DataRow.EndEdit" /> method within the <see cref="E:System.Data.DataTable.RowChanging" /> event.</summary>
     </member>
@@ -8676,14 +8237,14 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="ar">The one-dimensional <see cref="T:System.Array" /> to copy the current <see cref="T:System.Data.InternalDataCollectionBase" /> object's elements into.</param>
       <param name="index">The destination <see cref="T:System.Array" /> index to start copying into.</param>
     </member>
-    <member name="M:System.Data.InternalDataCollectionBase.GetEnumerator">
-      <summary>Gets an <see cref="T:System.Collections.IEnumerator" /> for the collection.</summary>
-      <returns>An <see cref="T:System.Collections.IEnumerator" /> for the collection.</returns>
-    </member>
     <member name="P:System.Data.InternalDataCollectionBase.Count">
       <summary>Gets the total number of elements in a collection.</summary>
       <returns>The total number of elements in a collection.</returns>
     </member>
+    <member name="M:System.Data.InternalDataCollectionBase.GetEnumerator">
+      <summary>Gets an <see cref="T:System.Collections.IEnumerator" /> for the collection.</summary>
+      <returns>An <see cref="T:System.Collections.IEnumerator" /> for the collection.</returns>
+    </member>
     <member name="P:System.Data.InternalDataCollectionBase.IsReadOnly">
       <summary>Gets a value that indicates whether the <see cref="T:System.Data.InternalDataCollectionBase" /> is read-only.</summary>
       <returns>
@@ -8767,7 +8328,7 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>A different isolation level than the one specified is being used, but the level cannot be determined.</summary>
     </member>
     <member name="T:System.Data.ITableMapping">
-      <summary>Associates a source table with a table in a <see cref="T:System.Data.DataSet" />, and is implemented by the <see cref="T:System.Data.Common.DataTableMapping" /> class, which is used in common by .NET data providers.</summary>
+      <summary>Associates a source table with a table in a <see cref="T:System.Data.DataSet" />, and is implemented by the <see cref="T:System.Data.Common.DataTableMapping" /> class, which is used in common by .NET Framework data providers.</summary>
     </member>
     <member name="P:System.Data.ITableMapping.ColumnMappings">
       <summary>Gets the derived <see cref="T:System.Data.Common.DataColumnMappingCollection" /> for the <see cref="T:System.Data.DataTable" />.</summary>
@@ -8782,7 +8343,7 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <returns>The case-sensitive name of the source table.</returns>
     </member>
     <member name="T:System.Data.ITableMappingCollection">
-      <summary>Contains a collection of TableMapping objects, and is implemented by the <see cref="T:System.Data.Common.DataTableMappingCollection" />, which is used in common by .NET data providers.</summary>
+      <summary>Contains a collection of TableMapping objects, and is implemented by the <see cref="T:System.Data.Common.DataTableMappingCollection" />, which is used in common by .NET Framework data providers.</summary>
     </member>
     <member name="M:System.Data.ITableMappingCollection.Add(System.String,System.String)">
       <summary>Adds a table mapping to the collection.</summary>
@@ -8806,15 +8367,15 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="sourceTableName">The case-sensitive name of the source table.</param>
       <returns>The zero-based location of the <see cref="T:System.Data.ITableMapping" /> object within the collection.</returns>
     </member>
-    <member name="M:System.Data.ITableMappingCollection.RemoveAt(System.String)">
-      <summary>Removes the <see cref="T:System.Data.ITableMapping" /> object with the specified <see cref="P:System.Data.ITableMapping.SourceTable" /> name from the collection.</summary>
-      <param name="sourceTableName">The case-sensitive name of the <see langword="SourceTable" />.</param>
-    </member>
     <member name="P:System.Data.ITableMappingCollection.Item(System.String)">
       <summary>Gets or sets the instance of <see cref="T:System.Data.ITableMapping" /> with the specified <see cref="P:System.Data.ITableMapping.SourceTable" /> name.</summary>
       <param name="index">The <see langword="SourceTable" /> name of the <see cref="T:System.Data.ITableMapping" />.</param>
       <returns>The instance of <see cref="T:System.Data.ITableMapping" /> with the specified <see langword="SourceTable" /> name.</returns>
     </member>
+    <member name="M:System.Data.ITableMappingCollection.RemoveAt(System.String)">
+      <summary>Removes the <see cref="T:System.Data.ITableMapping" /> object with the specified <see cref="P:System.Data.ITableMapping.SourceTable" /> name from the collection.</summary>
+      <param name="sourceTableName">The case-sensitive name of the <see langword="SourceTable" />.</param>
+    </member>
     <member name="T:System.Data.KeyRestrictionBehavior">
       <summary>Identifies a list of connection string parameters identified by the <see langword="KeyRestrictions" /> property that are either allowed or not allowed.</summary>
     </member>
@@ -9202,9 +8763,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="T:System.Data.SqlTypes.SqlBinary">
       <summary>Represents a variable-length stream of binary data to be stored in or retrieved from a database.</summary>
     </member>
-    <member name="F:System.Data.SqlTypes.SqlBinary.Null">
-      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</summary>
-    </member>
     <member name="M:System.Data.SqlTypes.SqlBinary.#ctor(System.Byte[])">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure, setting the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property to the contents of the supplied byte array.</summary>
       <param name="value">The byte array to be stored or retrieved.</param>
@@ -9218,16 +8776,50 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlBinary.CompareTo(System.Data.SqlTypes.SqlBinary)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlBinary" /> object to the supplied <see cref="T:System.Data.SqlTypes.SqlBinary" /> object and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlBinary" /> object to be compared to this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</param>
-      <returns>A signed number that indicates the relative values of this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure and the object.  
+      <returns>A signed number that indicates the relative values of this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  The value of this <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is less than the object.  
+  
+  Zero  
   
- <list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> The value of this <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is less than the object.</description></item><item><term> Zero</term><description> This <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is the same as object.</description></item><item><term> Greater than zero</term><description> This <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is greater than object, or the object is a null reference.</description></item></list></returns>
+  This <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is the same as object.  
+  
+  Greater than zero  
+  
+  This <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is greater than object.  
+  
+ -or-  
+  
+ The object is a null reference.</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlBinary.CompareTo(System.Object)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlBinary" /> object to the supplied object and returns an indication of their relative values.</summary>
       <param name="value">The object to be compared to this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</param>
-      <returns>A signed number that indicates the relative values of this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure and the object.  
+      <returns>A signed number that indicates the relative values of this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  The value of this <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is less than the object.  
   
- <list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> The value of this <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is less than the object.</description></item><item><term> Zero</term><description> This <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is the same as object.</description></item><item><term> Greater than zero</term><description> This <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is greater than object, or the object is a null reference.</description></item></list></returns>
+  Zero  
+  
+  This <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is the same as object.  
+  
+  Greater than zero  
+  
+  This <see cref="T:System.Data.SqlTypes.SqlBinary" /> object is greater than object.  
+  
+ -or-  
+  
+ The object is a null reference.</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlBinary.Concat(System.Data.SqlTypes.SqlBinary,System.Data.SqlTypes.SqlBinary)">
       <summary>Concatenates two <see cref="T:System.Data.SqlTypes.SqlBinary" /> structures to create a new <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</summary>
@@ -9269,6 +8861,24 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than or equal to the second instance. Otherwise <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlBinary" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlBinary.IsNull">
+      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure is null. This property is read-only.</summary>
+      <returns>
+        <see langword="true" /> if <see langword="null" />; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlBinary.Item(System.Int32)">
+      <summary>Gets the single byte from the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property located at the position indicated by the integer parameter, <paramref name="index" />. If <paramref name="index" /> indicates a position beyond the end of the byte array, a <see cref="T:System.Data.SqlTypes.SqlNullValueException" /> will be raised. This property is read-only.</summary>
+      <param name="index">The position of the byte to be retrieved.</param>
+      <returns>The byte located at the position indicated by the integer parameter.</returns>
+      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The property is read when the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property contains <see cref="F:System.Data.SqlTypes.SqlBinary.Null" />
+-or-
+The <paramref name="index" /> parameter indicates a position beyond the length of the byte array as indicated by the <see cref="P:System.Data.SqlTypes.SqlBinary.Length" /> property.</exception>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlBinary.Length">
+      <summary>Gets the length in bytes of the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property. This property is read-only.</summary>
+      <returns>The length of the binary data in the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property.</returns>
+      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The <see cref="P:System.Data.SqlTypes.SqlBinary.Length" /> property is read when the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property contains <see cref="F:System.Data.SqlTypes.SqlBinary.Null" />.</exception>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlBinary.LessThan(System.Data.SqlTypes.SqlBinary,System.Data.SqlTypes.SqlBinary)">
       <summary>Compares two <see cref="T:System.Data.SqlTypes.SqlBinary" /> structures to determine whether the first is less than the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</param>
@@ -9287,6 +8897,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are not equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlBinary" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlBinary.Null">
+      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlBinary.op_Addition(System.Data.SqlTypes.SqlBinary,System.Data.SqlTypes.SqlBinary)">
       <summary>Concatenates the two <see cref="T:System.Data.SqlTypes.SqlBinary" /> parameters to create a new <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlBinary" /> object.</param>
@@ -9364,49 +8977,14 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlBinary" /> object to a string.</summary>
       <returns>A string that contains the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBinary" />. If the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> is null the string will contain "null".</returns>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlBinary.IsNull">
-      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure is null. This property is read-only.</summary>
-      <returns>
-        <see langword="true" /> if <see langword="null" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBinary.Item(System.Int32)">
-      <summary>Gets the single byte from the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property located at the position indicated by the integer parameter, <paramref name="index" />. If <paramref name="index" /> indicates a position beyond the end of the byte array, a <see cref="T:System.Data.SqlTypes.SqlNullValueException" /> will be raised. This property is read-only.</summary>
-      <param name="index">The position of the byte to be retrieved.</param>
-      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The property is read when the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property contains <see cref="F:System.Data.SqlTypes.SqlBinary.Null" />  
-  
--or-
-  
- The <paramref name="index" /> parameter indicates a position beyond the length of the byte array as indicated by the <see cref="P:System.Data.SqlTypes.SqlBinary.Length" /> property.</exception>
-      <returns>The byte located at the position indicated by the integer parameter.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBinary.Length">
-      <summary>Gets the length in bytes of the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property. This property is read-only.</summary>
-      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The <see cref="P:System.Data.SqlTypes.SqlBinary.Length" /> property is read when the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property contains <see cref="F:System.Data.SqlTypes.SqlBinary.Null" />.</exception>
-      <returns>The length of the binary data in the <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property.</returns>
-    </member>
     <member name="P:System.Data.SqlTypes.SqlBinary.Value">
       <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure. This property is read-only.</summary>
-      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property is read when the property contains <see cref="F:System.Data.SqlTypes.SqlBinary.Null" />.</exception>
       <returns>The value of the <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure.</returns>
+      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The <see cref="P:System.Data.SqlTypes.SqlBinary.Value" /> property is read when the property contains <see cref="F:System.Data.SqlTypes.SqlBinary.Null" />.</exception>
     </member>
     <member name="T:System.Data.SqlTypes.SqlBoolean">
       <summary>Represents an integer value that is either 1 or 0 to be stored in or retrieved from a database.</summary>
     </member>
-    <member name="F:System.Data.SqlTypes.SqlBoolean.False">
-      <summary>Represents a false value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlBoolean.Null">
-      <summary>Represents <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlBoolean.One">
-      <summary>Represents a one value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlBoolean.ByteValue" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlBoolean.True">
-      <summary>Represents a true value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlBoolean.Zero">
-      <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlBoolean.ByteValue" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
-    </member>
     <member name="M:System.Data.SqlTypes.SqlBoolean.#ctor(System.Boolean)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure using the supplied Boolean value.</summary>
       <param name="value">The value for the new <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure; either <see langword="true" /> or <see langword="false" />.</param>
@@ -9421,19 +8999,57 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
       <returns>The result of the logical AND operation.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlBoolean.ByteValue">
+      <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure as a byte.</summary>
+      <returns>A byte representing the value of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlBoolean.CompareTo(System.Data.SqlTypes.SqlBoolean)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlBoolean" /> object to the supplied <see cref="T:System.Data.SqlTypes.SqlBoolean" /> object and returns an indication of their relative values.</summary>
       <param name="value">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /><see cref="T:System.Data.SqlTypes.SqlBoolean" /> object to compare, or a null reference (<see langword="Nothing" /> in Visual Basic).</param>
-      <returns>A signed number that indicates the relative values of the instance and value.  
+      <returns>A signed number that indicates the relative values of the instance and value.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  A positive integer  
+  
+  This instance is greater than <paramref name="value" />.  
+  
+ -or-  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> A positive integer</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</description></item></list></returns>
+ <paramref name="value" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlBoolean.CompareTo(System.Object)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure to a specified object and returns an indication of their relative values.</summary>
       <param name="value">An object to compare, or a null reference (<see langword="Nothing" /> in Visual Basic).</param>
-      <returns>A signed number that indicates the relative values of the instance and value.  
+      <returns>A signed number that indicates the relative values of the instance and value.
+  Value  
+  
+  Description  
+  
+  A negative integer  
+  
+  This instance is less than <paramref name="value" />.  
+  
+  Zero  
+  
+  This instance is equal to <paramref name="value" />.  
+  
+  A positive integer  
+  
+  This instance is greater than <paramref name="value" />.  
   
- <list type="table"><listheader><term> Value</term><description> Description</description></listheader><item><term> A negative integer</term><description> This instance is less than <paramref name="value" />.</description></item><item><term> Zero</term><description> This instance is equal to <paramref name="value" />.</description></item><item><term> A positive integer</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</description></item></list></returns>
+ -or-  
+  
+ <paramref name="value" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlBoolean.Equals(System.Data.SqlTypes.SqlBoolean,System.Data.SqlTypes.SqlBoolean)">
       <summary>Compares two <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structures to determine whether they are equal.</summary>
@@ -9448,6 +9064,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <returns>
         <see langword="true" /> if object is an instance of <see cref="T:System.Data.SqlTypes.SqlBoolean" /> and the two are equal; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlBoolean.False">
+      <summary>Represents a false value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlBoolean.GetHashCode">
       <summary>Returns the hash code for this instance.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
@@ -9471,6 +9090,21 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <returns>
         <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than or equal to the second instance; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlBoolean.IsFalse">
+      <summary>Indicates whether the current <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> is <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />.</summary>
+      <returns>
+        <see langword="true" /> if <see langword="Value" /> is <see langword="False" />; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlBoolean.IsNull">
+      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure is null.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure is null; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlBoolean.IsTrue">
+      <summary>Gets a value that indicates whether the current <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" />.</summary>
+      <returns>
+        <see langword="true" /> if <see langword="Value" /> is <see langword="true" />; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlBoolean.LessThan(System.Data.SqlTypes.SqlBoolean,System.Data.SqlTypes.SqlBoolean)">
       <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlBoolean" /> to determine whether the first is less than the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
@@ -9492,6 +9126,12 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <returns>
         <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are not equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlBoolean" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlBoolean.Null">
+      <summary>Represents <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlBoolean.One">
+      <summary>Represents a one value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlBoolean.ByteValue" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlBoolean.OnesComplement(System.Data.SqlTypes.SqlBoolean)">
       <summary>Performs a one's complement operation on the supplied <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structures.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
@@ -9691,9 +9331,8 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     </member>
     <member name="M:System.Data.SqlTypes.SqlBoolean.ToSqlSingle">
       <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure to <see cref="T:System.Data.SqlTypes.SqlSingle" />.</summary>
-      <returns>A new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure whose value is 1 or 0.  
-  
- If the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure's value equals true, the new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure's value is 1; otherwise the new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure's value is 0.</returns>
+      <returns>A new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure whose value is 1 or 0.
+If the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure's value equals true, the new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure's value is 1; otherwise the new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure's value is 0.</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlBoolean.ToSqlString">
       <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure to <see cref="T:System.Data.SqlTypes.SqlString" />.</summary>
@@ -9703,52 +9342,27 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure to a string.</summary>
       <returns>A string that contains the value of the <see cref="T:System.Data.SqlTypes.SqlBoolean" />. If the value is null, the string will contain "null".</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlBoolean.True">
+      <summary>Represents a true value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlBoolean.Value">
+      <summary>Gets the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure's value. This property is read-only.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The property is set to null.</exception>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlBoolean.Xor(System.Data.SqlTypes.SqlBoolean,System.Data.SqlTypes.SqlBoolean)">
       <summary>Performs a bitwise exclusive-OR operation on the supplied parameters.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</param>
       <returns>The result of the logical XOR operation.</returns>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlBoolean.ByteValue">
-      <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure as a byte.</summary>
-      <returns>A byte representing the value of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBoolean.IsFalse">
-      <summary>Indicates whether the current <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> is <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />.</summary>
-      <returns>
-        <see langword="true" /> if <see langword="Value" /> is <see langword="False" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBoolean.IsNull">
-      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure is null.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure is null; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBoolean.IsTrue">
-      <summary>Gets a value that indicates whether the current <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" />.</summary>
-      <returns>
-        <see langword="true" /> if <see langword="Value" /> is <see langword="true" />; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBoolean.Value">
-      <summary>Gets the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure's value. This property is read-only.</summary>
-      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The property is set to null.</exception>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" />; otherwise, <see langword="false" />.</returns>
+    <member name="F:System.Data.SqlTypes.SqlBoolean.Zero">
+      <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlBoolean.ByteValue" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> structure.</summary>
     </member>
     <member name="T:System.Data.SqlTypes.SqlByte">
       <summary>Represents an 8-bit unsigned integer, in the range of 0 through 255, to be stored in or retrieved from a database.</summary>
     </member>
-    <member name="F:System.Data.SqlTypes.SqlByte.MaxValue">
-      <summary>A constant representing the largest possible value of a <see cref="T:System.Data.SqlTypes.SqlByte" />.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlByte.MinValue">
-      <summary>A constant representing the smallest possible value of a <see cref="T:System.Data.SqlTypes.SqlByte" />.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlByte.Null">
-      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlByte.Zero">
-      <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</summary>
-    </member>
     <member name="M:System.Data.SqlTypes.SqlByte.#ctor(System.Byte)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure using the specified byte value.</summary>
       <param name="value">A byte value to be stored in the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property of the new <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
@@ -9774,24 +9388,50 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlByte.CompareTo(System.Data.SqlTypes.SqlByte)">
       <summary>Compares this instance to the supplied <see cref="T:System.Data.SqlTypes.SqlByte" /> object and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlByte" /> object to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
+  
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
   
<list type="table"><listheader><term> Return Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlByte.CompareTo(System.Object)">
       <summary>Compares this instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return Value  
   
- <list type="table"><listheader><term> Return Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
+  
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
+  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlByte.Divide(System.Data.SqlTypes.SqlByte,System.Data.SqlTypes.SqlByte)">
       <summary>Divides its first <see cref="T:System.Data.SqlTypes.SqlByte" /> operand by its second.</summary>
@@ -9833,6 +9473,11 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlByte" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlByte.IsNull">
+      <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlByte" /> structure is null.</summary>
+      <returns>
+        <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlByte.LessThan(System.Data.SqlTypes.SqlByte,System.Data.SqlTypes.SqlByte)">
       <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlByte" /> to determine whether the first is less than the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
@@ -9845,6 +9490,12 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlByte" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlByte.MaxValue">
+      <summary>A constant representing the largest possible value of a <see cref="T:System.Data.SqlTypes.SqlByte" />.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlByte.MinValue">
+      <summary>A constant representing the smallest possible value of a <see cref="T:System.Data.SqlTypes.SqlByte" />.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlByte.Mod(System.Data.SqlTypes.SqlByte,System.Data.SqlTypes.SqlByte)">
       <summary>Computes the remainder after dividing its first <see cref="T:System.Data.SqlTypes.SqlByte" /> operand by its second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
@@ -9869,6 +9520,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are not equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlByte" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlByte.Null">
+      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlByte.OnesComplement(System.Data.SqlTypes.SqlByte)">
       <summary>The ones complement operator performs a bitwise one's complement operation on its <see cref="T:System.Data.SqlTypes.SqlByte" /> operand.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
@@ -10086,20 +9740,18 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlByte" /> structure to a <see cref="T:System.String" />.</summary>
       <returns>A string that contains the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlByte" />. If the <see langword="Value" /> is null, the <see langword="String" /> will be a null string.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlByte.Value">
+      <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure. This property is read-only.</summary>
+      <returns>The value of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlByte.Xor(System.Data.SqlTypes.SqlByte,System.Data.SqlTypes.SqlByte)">
       <summary>Performs a bitwise exclusive-OR operation on the supplied parameters.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</param>
       <returns>The results of the XOR operation.</returns>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlByte.IsNull">
-      <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlByte" /> structure is null.</summary>
-      <returns>
-        <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlByte.Value">
-      <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure. This property is read-only.</summary>
-      <returns>The value of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</returns>
+    <member name="F:System.Data.SqlTypes.SqlByte.Zero">
+      <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlByte" /> structure.</summary>
     </member>
     <member name="T:System.Data.SqlTypes.SqlBytes">
       <summary>Represents a mutable reference type that wraps either a <see cref="P:System.Data.SqlTypes.SqlBytes.Buffer" /> or a <see cref="P:System.Data.SqlTypes.SqlBytes.Stream" />.</summary>
@@ -10119,11 +9771,39 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlBytes" /> class based on the specified <see cref="T:System.IO.Stream" /> value.</summary>
       <param name="s">A <see cref="T:System.IO.Stream" />.</param>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlBytes.Buffer">
+      <summary>Returns a reference to the internal buffer.</summary>
+      <returns>A reference to the internal buffer. For <see cref="T:System.Data.SqlTypes.SqlBytes" /> instances created on top of unmanaged pointers, it returns a managed copy of the internal buffer.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlBytes.GetXsdType(System.Xml.Schema.XmlSchemaSet)">
       <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
       <param name="schemaSet">A <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
       <returns>A <see langword="string" /> that indicates the XSD of the specified <see langword="XmlSchemaSet" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlBytes.IsNull">
+      <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlBytes" /> is null.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Data.SqlTypes.SqlBytes" /> is null, <see langword="false" /> otherwise.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlBytes.Item(System.Int64)">
+      <summary>Gets or sets the <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance at the specified index.</summary>
+      <param name="offset">A <see cref="T:System.Int64" /> value.</param>
+      <returns>A <see cref="T:System.Byte" /> value.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlBytes.Length">
+      <summary>Gets the length of the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance.</summary>
+      <returns>A <see cref="T:System.Int64" /> value representing the length of the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance.
+Returns -1 if no buffer is available to the instance or if the value is null.
+Returns a <see cref="P:System.IO.Stream.Length" /> for a stream-wrapped instance.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlBytes.MaxLength">
+      <summary>Gets the maximum length of the value of the internal buffer of this <see cref="T:System.Data.SqlTypes.SqlBytes" />.</summary>
+      <returns>A long representing the maximum length of the value of the internal buffer. Returns -1 for a stream-wrapped <see cref="T:System.Data.SqlTypes.SqlBytes" />.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlBytes.Null">
+      <summary>Gets a null instance of this <see cref="T:System.Data.SqlTypes.SqlBytes" />.</summary>
+      <returns>An instance whose <see cref="P:System.Data.SqlTypes.SqlBytes.IsNull" /> property returns <see langword="true" />.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlBytes.op_Explicit(System.Data.SqlTypes.SqlBinary)~System.Data.SqlTypes.SqlBytes">
       <summary>Converts a <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure to a <see cref="T:System.Data.SqlTypes.SqlBytes" /> structure.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlBinary" /> structure to be converted.</param>
@@ -10149,6 +9829,14 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlBytes.SetNull">
       <summary>Sets this <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance to null.</summary>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlBytes.Storage">
+      <summary>Returns information about the storage state of this <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance.</summary>
+      <returns>A <see cref="T:System.Data.SqlTypes.StorageState" /> enumeration.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlBytes.Stream">
+      <summary>Gets or sets the data of this <see cref="T:System.Data.SqlTypes.SqlBytes" /> as a stream.</summary>
+      <returns>The stream that contains the SqlBytes data.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlBytes.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Gets serialization information with all the data needed to reinstantiate this <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance.</summary>
       <param name="info">The object to be populated with serialization information.</param>
@@ -10174,6 +9862,10 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Constructs and returns a <see cref="T:System.Data.SqlTypes.SqlBinary" /> from this <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance.</summary>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBinary" /> from this instance.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlBytes.Value">
+      <summary>Returns a managed copy of the value held by this <see cref="T:System.Data.SqlTypes.SqlBytes" />.</summary>
+      <returns>The value of this <see cref="T:System.Data.SqlTypes.SqlBytes" /> as an array of bytes.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlBytes.Write(System.Int64,System.Byte[],System.Int32,System.Int32)">
       <summary>Copies bytes from the passed-in buffer to this <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance.</summary>
       <param name="offset">An <see cref="T:System.Int64" /> long value offset into the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance.</param>
@@ -10181,48 +9873,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="offsetInBuffer">An <see cref="T:System.Int32" /> integer offset into the buffer to start copying into.</param>
       <param name="count">An <see cref="T:System.Int32" /> integer representing the number of bytes to copy.</param>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlBytes.Buffer">
-      <summary>Returns a reference to the internal buffer.</summary>
-      <returns>A reference to the internal buffer. For <see cref="T:System.Data.SqlTypes.SqlBytes" /> instances created on top of unmanaged pointers, it returns a managed copy of the internal buffer.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBytes.IsNull">
-      <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlBytes" /> is null.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Data.SqlTypes.SqlBytes" /> is null, <see langword="false" /> otherwise.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBytes.Item(System.Int64)">
-      <summary>Gets or sets the <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance at the specified index.</summary>
-      <param name="offset">A <see cref="T:System.Int64" /> value.</param>
-      <returns>A <see cref="T:System.Byte" /> value.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBytes.Length">
-      <summary>Gets the length of the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance.</summary>
-      <returns>A <see cref="T:System.Int64" /> value representing the length of the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance.  
-  
- Returns -1 if no buffer is available to the instance or if the value is null.  
-  
- Returns a <see cref="P:System.IO.Stream.Length" /> for a stream-wrapped instance.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBytes.MaxLength">
-      <summary>Gets the maximum length of the value of the internal buffer of this <see cref="T:System.Data.SqlTypes.SqlBytes" />.</summary>
-      <returns>A long representing the maximum length of the value of the internal buffer. Returns -1 for a stream-wrapped <see cref="T:System.Data.SqlTypes.SqlBytes" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBytes.Null">
-      <summary>Gets a null instance of this <see cref="T:System.Data.SqlTypes.SqlBytes" />.</summary>
-      <returns>An instance whose <see cref="P:System.Data.SqlTypes.SqlBytes.IsNull" /> property returns <see langword="true" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBytes.Storage">
-      <summary>Returns information about the storage state of this <see cref="T:System.Data.SqlTypes.SqlBytes" /> instance.</summary>
-      <returns>A <see cref="T:System.Data.SqlTypes.StorageState" /> enumeration.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBytes.Stream">
-      <summary>Gets or sets the data of this <see cref="T:System.Data.SqlTypes.SqlBytes" /> as a stream.</summary>
-      <returns>The stream that contains the SqlBytes data.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlBytes.Value">
-      <summary>Returns a managed copy of the value held by this <see cref="T:System.Data.SqlTypes.SqlBytes" />.</summary>
-      <returns>The value of this <see cref="T:System.Data.SqlTypes.SqlBytes" /> as an array of bytes.</returns>
-    </member>
     <member name="T:System.Data.SqlTypes.SqlChars">
       <summary>
         <see cref="T:System.Data.SqlTypes.SqlChars" /> is a mutable reference type that wraps a <see cref="T:System.Char" /> array or a <see cref="T:System.Data.SqlTypes.SqlString" /> instance.</summary>
@@ -10238,11 +9888,40 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlChars" /> class based on the specified <see cref="T:System.Data.SqlTypes.SqlString" /> value.</summary>
       <param name="value">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlChars.Buffer">
+      <summary>Returns a reference to the internal buffer.</summary>
+      <returns>A reference to the internal buffer. For <see cref="T:System.Data.SqlTypes.SqlChars" /> instances created on top of unmanaged pointers, it returns a managed copy of the internal buffer.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlChars.GetXsdType(System.Xml.Schema.XmlSchemaSet)">
       <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
       <param name="schemaSet">A <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
       <returns>A <see langword="string" /> value that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlChars.IsNull">
+      <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlChars" /> is null.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="T:System.Data.SqlTypes.SqlChars" /> is null. Otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlChars.Item(System.Int64)">
+      <summary>Gets or sets the <see cref="T:System.Data.SqlTypes.SqlChars" /> instance at the specified index.</summary>
+      <param name="offset">An <see cref="T:System.Int64" /> value.</param>
+      <returns>A <see cref="T:System.Char" /> value.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlChars.Length">
+      <summary>Gets the length of the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlChars" /> instance.</summary>
+      <returns>A <see cref="T:System.Int64" /> value that indicates the length in characters of the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlChars" /> instance.
+Returns -1 if no buffer is available to the instance, or if the value is null.
+Returns a <see cref="P:System.IO.Stream.Length" /> for a stream-wrapped instance.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlChars.MaxLength">
+      <summary>Gets the maximum length in two-byte characters of the value the internal buffer can hold.</summary>
+      <returns>An <see cref="T:System.Int64" /> value representing the maximum length in two-byte characters of the value of the internal buffer.
+Returns -1 for a stream-wrapped <see cref="T:System.Data.SqlTypes.SqlChars" />.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlChars.Null">
+      <summary>Returns a null instance of this <see cref="T:System.Data.SqlTypes.SqlChars" />.</summary>
+      <returns>An instance whose <see cref="P:System.Data.SqlTypes.SqlChars.IsNull" /> property returns <see langword="true" />. For more information, see Handling Null Values.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlChars.op_Explicit(System.Data.SqlTypes.SqlChars)~System.Data.SqlTypes.SqlString">
       <summary>Converts a <see cref="T:System.Data.SqlTypes.SqlChars" /> structure to a <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlChars" /> structure to be converted.</param>
@@ -10268,6 +9947,10 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlChars.SetNull">
       <summary>Sets this <see cref="T:System.Data.SqlTypes.SqlChars" /> instance to null.</summary>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlChars.Storage">
+      <summary>Returns information about the storage state of this <see cref="T:System.Data.SqlTypes.SqlChars" /> instance.</summary>
+      <returns>A <see cref="T:System.Data.SqlTypes.StorageState" /> enumeration.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlChars.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Gets serialization information with all the data needed to reinstantiate this <see cref="T:System.Data.SqlTypes.SqlChars" /> instance.</summary>
       <param name="info">The object to be populated with serialization information.</param>
@@ -10293,6 +9976,10 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlChars" /> instance to its equivalent <see cref="T:System.Data.SqlTypes.SqlString" /> representation.</summary>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlString" /> representation of this type.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlChars.Value">
+      <summary>Returns a managed copy of the value held by this <see cref="T:System.Data.SqlTypes.SqlChars" />.</summary>
+      <returns>The value of this <see cref="T:System.Data.SqlTypes.SqlChars" /> as an array of characters.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlChars.Write(System.Int64,System.Char[],System.Int32,System.Int32)">
       <summary>Copies characters from the passed-in buffer to this <see cref="T:System.Data.SqlTypes.SqlChars" /> instance.</summary>
       <param name="offset">A <see langword="long" /> value offset into the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlChars" /> instance.</param>
@@ -10300,46 +9987,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="offsetInBuffer">An <see cref="T:System.Int32" /> integer offset into the buffer to start copying into.</param>
       <param name="count">An <see cref="T:System.Int32" /> integer representing the number of characters to copy.</param>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlChars.Buffer">
-      <summary>Returns a reference to the internal buffer.</summary>
-      <returns>A reference to the internal buffer. For <see cref="T:System.Data.SqlTypes.SqlChars" /> instances created on top of unmanaged pointers, it returns a managed copy of the internal buffer.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlChars.IsNull">
-      <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlChars" /> is null.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="T:System.Data.SqlTypes.SqlChars" /> is null. Otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlChars.Item(System.Int64)">
-      <summary>Gets or sets the <see cref="T:System.Data.SqlTypes.SqlChars" /> instance at the specified index.</summary>
-      <param name="offset">An <see cref="T:System.Int64" /> value.</param>
-      <returns>A <see cref="T:System.Char" /> value.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlChars.Length">
-      <summary>Gets the length of the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlChars" /> instance.</summary>
-      <returns>A <see cref="T:System.Int64" /> value that indicates the length in characters of the value that is contained in the <see cref="T:System.Data.SqlTypes.SqlChars" /> instance.  
-  
- Returns -1 if no buffer is available to the instance, or if the value is null.  
-  
- Returns a <see cref="P:System.IO.Stream.Length" /> for a stream-wrapped instance.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlChars.MaxLength">
-      <summary>Gets the maximum length in two-byte characters of the value the internal buffer can hold.</summary>
-      <returns>An <see cref="T:System.Int64" /> value representing the maximum length in two-byte characters of the value of the internal buffer.  
-  
- Returns -1 for a stream-wrapped <see cref="T:System.Data.SqlTypes.SqlChars" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlChars.Null">
-      <summary>Returns a null instance of this <see cref="T:System.Data.SqlTypes.SqlChars" />.</summary>
-      <returns>An instance whose <see cref="P:System.Data.SqlTypes.SqlChars.IsNull" /> property returns <see langword="true" />. For more information, see Handling Null Values.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlChars.Storage">
-      <summary>Returns information about the storage state of this <see cref="T:System.Data.SqlTypes.SqlChars" /> instance.</summary>
-      <returns>A <see cref="T:System.Data.SqlTypes.StorageState" /> enumeration.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlChars.Value">
-      <summary>Returns a managed copy of the value held by this <see cref="T:System.Data.SqlTypes.SqlChars" />.</summary>
-      <returns>The value of this <see cref="T:System.Data.SqlTypes.SqlChars" /> as an array of characters.</returns>
-    </member>
     <member name="T:System.Data.SqlTypes.SqlCompareOptions">
       <summary>Specifies the compare option values for a <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</summary>
     </member>
@@ -10365,25 +10012,7 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Specifies the default option settings for <see cref="T:System.Data.SqlTypes.SqlString" /> comparisons.</summary>
     </member>
     <member name="T:System.Data.SqlTypes.SqlDateTime">
-      <summary>Represents the date and time data ranging in value from January 1, 1753 to December 31, 9999 to an accuracy of 3.33 milliseconds to be stored in or retrieved from a database. The <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure has a different underlying data structure from its corresponding .NET type, <see cref="T:System.DateTime" />, which can represent any time between 12:00:00 AM 1/1/0001 and 11:59:59 PM 12/31/9999, to the accuracy of 100 nanoseconds. <see cref="T:System.Data.SqlTypes.SqlDateTime" /> actually stores the relative difference to 00:00:00 AM 1/1/1900. Therefore, a conversion from "00:00:00 AM 1/1/1900" to an integer will return 0.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlDateTime.MaxValue">
-      <summary>Represents the maximum valid date value for a <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlDateTime.MinValue">
-      <summary>Represents the minimum valid date value for a <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlDateTime.Null">
-      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlDateTime.SQLTicksPerHour">
-      <summary>A constant whose value is the number of ticks equivalent to one hour.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlDateTime.SQLTicksPerMinute">
-      <summary>A constant whose value is the number of ticks equivalent to one minute.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlDateTime.SQLTicksPerSecond">
-      <summary>A constant whose value is the number of ticks equivalent to one second.</summary>
+      <summary>Represents the date and time data ranging in value from January 1, 1753 to December 31, 9999 to an accuracy of 3.33 milliseconds to be stored in or retrieved from a database. The <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure has a different underlying data structure from its corresponding .NET Framework type, <see cref="T:System.DateTime" />, which can represent any time between 12:00:00 AM 1/1/0001 and 11:59:59 PM 12/31/9999, to the accuracy of 100 nanoseconds. <see cref="T:System.Data.SqlTypes.SqlDateTime" /> actually stores the relative difference to 00:00:00 AM 1/1/1900. Therefore, a conversion from "00:00:00 AM 1/1/1900" to an integer will return 0.</summary>
     </member>
     <member name="M:System.Data.SqlTypes.SqlDateTime.#ctor(System.DateTime)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure using the specified <see cref="T:System.DateTime" /> value.</summary>
@@ -10438,24 +10067,55 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlDateTime.CompareTo(System.Data.SqlTypes.SqlDateTime)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure to the supplied <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than <see cref="T:System.Data.SqlTypes.SqlDateTime" />.  
+  
+  Zero  
+  
+  This instance is the same as <see cref="T:System.Data.SqlTypes.SqlDateTime" />.  
   
- <list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than <see cref="T:System.Data.SqlTypes.SqlDateTime" />.</description></item><item><term> Zero</term><description> This instance is the same as <see cref="T:System.Data.SqlTypes.SqlDateTime" />.</description></item><item><term> Greater than zero</term><description> This instance is greater than <see cref="T:System.Data.SqlTypes.SqlDateTime" />  
+  Greater than zero  
+  
+  This instance is greater than <see cref="T:System.Data.SqlTypes.SqlDateTime" />  
   
  -or-  
   
- <see cref="T:System.Data.SqlTypes.SqlDateTime" /> is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+ <see cref="T:System.Data.SqlTypes.SqlDateTime" /> is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlDateTime.CompareTo(System.Object)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
   
- <list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
+  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> as Visual Basic).</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> as Visual Basic).</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlDateTime.DayTicks">
+      <summary>Gets the number of ticks representing the date of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
+      <returns>The number of ticks representing the date that is contained in the <see cref="P:System.Data.SqlTypes.SqlDateTime.Value" /> property of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</returns>
+      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The exception that is thrown when the <see langword="Value" /> property of a <see cref="N:System.Data.SqlTypes" /> structure is set to null.</exception>
     </member>
     <member name="M:System.Data.SqlTypes.SqlDateTime.Equals(System.Data.SqlTypes.SqlDateTime,System.Data.SqlTypes.SqlDateTime)">
       <summary>Performs a logical comparison of two <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structures to determine whether they are equal.</summary>
@@ -10491,6 +10151,11 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDateTime" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlDateTime.IsNull">
+      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure is null.</summary>
+      <returns>
+        <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDateTime.LessThan(System.Data.SqlTypes.SqlDateTime,System.Data.SqlTypes.SqlDateTime)">
       <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlDateTime" /> to determine whether the first is less than the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
@@ -10503,12 +10168,21 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDateTime" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlDateTime.MaxValue">
+      <summary>Represents the maximum valid date value for a <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlDateTime.MinValue">
+      <summary>Represents the minimum valid date value for a <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDateTime.NotEquals(System.Data.SqlTypes.SqlDateTime,System.Data.SqlTypes.SqlDateTime)">
       <summary>Performs a logical comparison of two instances of <see cref="T:System.Data.SqlTypes.SqlDateTime" /> to determine whether they are not equal.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are not equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlDateTime" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlDateTime.Null">
+      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDateTime.op_Addition(System.Data.SqlTypes.SqlDateTime,System.TimeSpan)">
       <summary>Adds the period of time indicated by the supplied <see cref="T:System.TimeSpan" /> parameter, <paramref name="t" />, to the supplied <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</param>
@@ -10578,6 +10252,15 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="s">The <see langword="string" /> to be parsed.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure equal to the date and time represented by the specified <see langword="string" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlDateTime.SQLTicksPerHour">
+      <summary>A constant whose value is the number of ticks equivalent to one hour.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlDateTime.SQLTicksPerMinute">
+      <summary>A constant whose value is the number of ticks equivalent to one minute.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlDateTime.SQLTicksPerSecond">
+      <summary>A constant whose value is the number of ticks equivalent to one second.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDateTime.Subtract(System.Data.SqlTypes.SqlDateTime,System.TimeSpan)">
       <summary>Subtracts the specified <see langword="Timespan" /> from this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> instance.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDateTime" /> value.</param>
@@ -10600,6 +10283,10 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
         <see langword="XmlWriter" />
       </param>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlDateTime.TimeTicks">
+      <summary>Gets the number of ticks representing the time of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
+      <returns>The number of ticks representing the time of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDateTime.ToSqlString">
       <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure to <see cref="T:System.Data.SqlTypes.SqlString" />.</summary>
       <returns>A <see langword="SqlString" /> structure whose value is a string representing the date and time that is contained in this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</returns>
@@ -10608,43 +10295,14 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure to a <see cref="T:System.String" />.</summary>
       <returns>A <see langword="String" /> representing the <see cref="P:System.Data.SqlTypes.SqlDateTime.Value" /> property of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</returns>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlDateTime.DayTicks">
-      <summary>Gets the number of ticks representing the date of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
-      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The exception that is thrown when the <see langword="Value" /> property of a <see cref="N:System.Data.SqlTypes" /> structure is set to null.</exception>
-      <returns>The number of ticks representing the date that is contained in the <see cref="P:System.Data.SqlTypes.SqlDateTime.Value" /> property of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlDateTime.IsNull">
-      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure is null.</summary>
-      <returns>
-        <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlDateTime.TimeTicks">
-      <summary>Gets the number of ticks representing the time of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</summary>
-      <returns>The number of ticks representing the time of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</returns>
-    </member>
     <member name="P:System.Data.SqlTypes.SqlDateTime.Value">
       <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure. This property is read-only.</summary>
-      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The exception that is thrown when the <see langword="Value" /> property of a <see cref="N:System.Data.SqlTypes" /> structure is set to null.</exception>
       <returns>The value of this <see cref="T:System.Data.SqlTypes.SqlDateTime" /> structure.</returns>
+      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The exception that is thrown when the <see langword="Value" /> property of a <see cref="N:System.Data.SqlTypes" /> structure is set to null.</exception>
     </member>
     <member name="T:System.Data.SqlTypes.SqlDecimal">
       <summary>Represents a numeric value between - 10^38 +1 and 10^38 - 1, with fixed precision and scale.</summary>
     </member>
-    <member name="F:System.Data.SqlTypes.SqlDecimal.MaxPrecision">
-      <summary>A constant representing the largest possible value for the <see cref="P:System.Data.SqlTypes.SqlDecimal.Precision" /> property.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlDecimal.MaxScale">
-      <summary>A constant representing the maximum value for the <see cref="P:System.Data.SqlTypes.SqlDecimal.Scale" /> property.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlDecimal.MaxValue">
-      <summary>A constant representing the maximum value of a <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlDecimal.MinValue">
-      <summary>A constant representing the minimum value for a <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlDecimal.Null">
-      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> class.</summary>
-    </member>
     <member name="M:System.Data.SqlTypes.SqlDecimal.#ctor(System.Byte,System.Byte,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure using the supplied parameters.</summary>
       <param name="bPrecision">The maximum number of digits that can be used to represent the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property of the new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
@@ -10696,6 +10354,10 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="fRound">If this parameter is <see langword="true" />, the new Value will be rounded, if <see langword="false" />, the value will be truncated.</param>
       <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property contains the adjusted number.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlDecimal.BinData">
+      <summary>Gets the binary representation of the value of this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure as an array of bytes.</summary>
+      <returns>An array of bytes that contains the binary representation of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure's value.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDecimal.Ceiling(System.Data.SqlTypes.SqlDecimal)">
       <summary>Returns the smallest whole number greater than or equal to the specified <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</summary>
       <param name="n">The <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure for which the ceiling value is to be calculated.</param>
@@ -10704,24 +10366,50 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlDecimal.CompareTo(System.Data.SqlTypes.SqlDecimal)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlDecimal" /> object and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlDecimal" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
+  
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
   
<list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlDecimal.CompareTo(System.Object)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return Value  
   
- <list type="table"><listheader><term> Return Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
+  
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
+  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlDecimal.ConvertToPrecScale(System.Data.SqlTypes.SqlDecimal,System.Int32,System.Int32)">
       <summary>Adjusts the value of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> operand to the indicated precision and scale.</summary>
@@ -10730,6 +10418,10 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="scale">The scale for the new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
       <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose Value has been adjusted to the precision and scale indicated in the parameters.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlDecimal.Data">
+      <summary>Gets the binary representation of this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure as an array of integers.</summary>
+      <returns>An array of integers that contains the binary representation of this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDecimal.Divide(System.Data.SqlTypes.SqlDecimal,System.Data.SqlTypes.SqlDecimal)">
       <summary>The division operator calculates the results of dividing the first <see cref="T:System.Data.SqlTypes.SqlDecimal" /> operand by the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
@@ -10775,17 +10467,39 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlDecimal.IsNull">
+      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure is null.</summary>
+      <returns>
+        <see langword="true" /> if this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure is null. Otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlDecimal.IsPositive">
+      <summary>Indicates whether the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> of this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure is greater than zero.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> is assigned to null. Otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDecimal.LessThan(System.Data.SqlTypes.SqlDecimal,System.Data.SqlTypes.SqlDecimal)">
       <summary>Performs a logical comparison of two <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structures to determine whether the first is less than the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
-    <member name="M:System.Data.SqlTypes.SqlDecimal.LessThanOrEqual(System.Data.SqlTypes.SqlDecimal,System.Data.SqlTypes.SqlDecimal)">
-      <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlDecimal" /> parameters to determine whether the first is less than or equal to the second.</summary>
-      <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
-      <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
-      <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
+    <member name="M:System.Data.SqlTypes.SqlDecimal.LessThanOrEqual(System.Data.SqlTypes.SqlDecimal,System.Data.SqlTypes.SqlDecimal)">
+      <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlDecimal" /> parameters to determine whether the first is less than or equal to the second.</summary>
+      <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
+      <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
+      <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlDecimal.MaxPrecision">
+      <summary>A constant representing the largest possible value for the <see cref="P:System.Data.SqlTypes.SqlDecimal.Precision" /> property.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlDecimal.MaxScale">
+      <summary>A constant representing the maximum value for the <see cref="P:System.Data.SqlTypes.SqlDecimal.Scale" /> property.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlDecimal.MaxValue">
+      <summary>A constant representing the maximum value of a <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlDecimal.MinValue">
+      <summary>A constant representing the minimum value for a <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</summary>
     </member>
     <member name="M:System.Data.SqlTypes.SqlDecimal.Multiply(System.Data.SqlTypes.SqlDecimal,System.Data.SqlTypes.SqlDecimal)">
       <summary>The multiplication operator computes the product of the two <see cref="T:System.Data.SqlTypes.SqlDecimal" /> parameters.</summary>
@@ -10799,6 +10513,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are not equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlDecimal.Null">
+      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> class.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDecimal.op_Addition(System.Data.SqlTypes.SqlDecimal,System.Data.SqlTypes.SqlDecimal)">
       <summary>Calculates the sum of the two <see cref="T:System.Data.SqlTypes.SqlDecimal" /> operators.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</param>
@@ -10865,7 +10582,7 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlByte.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlByte" /> parameter.</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlDecimal.op_Implicit(System.Data.SqlTypes.SqlInt16)~System.Data.SqlTypes.SqlDecimal">
-      <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure to <see cref="T:System.Data.SqlTypes.SqlDecimal" />.</summary>
+      <summary>Converts the supplied <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure to <see cref="T:System.Data.SqlTypes.SqlDecimal" /></summary>
       <param name="x">The <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure to be converted.</param>
       <returns>A new <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property equals the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> parameter.</returns>
     </member>
@@ -10940,12 +10657,20 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="exp">A double value that indicates the power to which the number should be raised.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure that contains the results.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlDecimal.Precision">
+      <summary>Gets the maximum number of digits used to represent the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property.</summary>
+      <returns>The maximum number of digits used to represent the <see langword="Value" /> of this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDecimal.Round(System.Data.SqlTypes.SqlDecimal,System.Int32)">
       <summary>Gets the number nearest the specified <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure's value with the specified precision.</summary>
       <param name="n">The <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure to be rounded.</param>
       <param name="position">The number of significant fractional digits (precision) in the return value.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure that contains the results of the rounding operation.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlDecimal.Scale">
+      <summary>Gets the number of decimal places to which <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> is resolved.</summary>
+      <returns>The number of decimal places to which the <see langword="Value" /> property is resolved.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDecimal.Sign(System.Data.SqlTypes.SqlDecimal)">
       <summary>Gets a value that indicates the sign of a <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure's <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property.</summary>
       <param name="n">The <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure whose sign is to be evaluated.</param>
@@ -11024,32 +10749,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="position">The decimal position to which the number will be truncated.</param>
       <returns>Supply a negative value for the <paramref name="position" /> parameter in order to truncate the value to the corresponding position to the left of the decimal point.</returns>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlDecimal.BinData">
-      <summary>Gets the binary representation of the value of this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure as an array of bytes.</summary>
-      <returns>An array of bytes that contains the binary representation of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure's value.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlDecimal.Data">
-      <summary>Gets the binary representation of this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure as an array of integers.</summary>
-      <returns>An array of integers that contains the binary representation of this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlDecimal.IsNull">
-      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure is null.</summary>
-      <returns>
-        <see langword="true" /> if this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure is null. Otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlDecimal.IsPositive">
-      <summary>Indicates whether the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> of this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure is greater than zero.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> is assigned to null. Otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlDecimal.Precision">
-      <summary>Gets the maximum number of digits used to represent the <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> property.</summary>
-      <returns>The maximum number of digits used to represent the <see langword="Value" /> of this <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlDecimal.Scale">
-      <summary>Gets the number of decimal places to which <see cref="P:System.Data.SqlTypes.SqlDecimal.Value" /> is resolved.</summary>
-      <returns>The number of decimal places to which the <see langword="Value" /> property is resolved.</returns>
-    </member>
     <member name="P:System.Data.SqlTypes.SqlDecimal.Value">
       <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure. This property is read-only.</summary>
       <returns>A number in the range -79,228,162,514,264,337,593,543,950,335 through 79,228,162,514,162,514,264,337,593,543,950,335.</returns>
@@ -11057,18 +10756,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="T:System.Data.SqlTypes.SqlDouble">
       <summary>Represents a floating-point number within the range of -1.79E +308 through 1.79E +308 to be stored in or retrieved from a database.</summary>
     </member>
-    <member name="F:System.Data.SqlTypes.SqlDouble.MaxValue">
-      <summary>A constant representing the maximum value for a <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlDouble.MinValue">
-      <summary>A constant representing the minimum possible value of <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlDouble.Null">
-      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlDouble.Zero">
-      <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</summary>
-    </member>
     <member name="M:System.Data.SqlTypes.SqlDouble.#ctor(System.Double)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure using the supplied double parameter to set the new <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure's <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> property.</summary>
       <param name="value">A double whose value will be used for the new <see cref="T:System.Data.SqlTypes.SqlDouble" />.</param>
@@ -11082,24 +10769,50 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlDouble.CompareTo(System.Data.SqlTypes.SqlDouble)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlDouble" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlDouble" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlDouble" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
+  
+  Zero  
+  
+  This instance is the same as the object.  
   
- <list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  Greater than zero  
+  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlDouble.CompareTo(System.Object)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlDouble" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Object" /> to compare.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
   
- <list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
+  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic).</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlDouble.Divide(System.Data.SqlTypes.SqlDouble,System.Data.SqlTypes.SqlDouble)">
       <summary>The division operator divides the first <see cref="T:System.Data.SqlTypes.SqlDouble" /> operand by the second.</summary>
@@ -11141,6 +10854,11 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDouble" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlDouble.IsNull">
+      <summary>Returns a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlDouble" /> instance is null.</summary>
+      <returns>
+        <see langword="true" /> if <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> is null. Otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDouble.LessThan(System.Data.SqlTypes.SqlDouble,System.Data.SqlTypes.SqlDouble)">
       <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlDouble" /> to determine whether the first is less than the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
@@ -11153,6 +10871,12 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlDouble" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlDouble.MaxValue">
+      <summary>A constant representing the maximum value for a <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlDouble.MinValue">
+      <summary>A constant representing the minimum possible value of <see cref="T:System.Data.SqlTypes.SqlDouble" />.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDouble.Multiply(System.Data.SqlTypes.SqlDouble,System.Data.SqlTypes.SqlDouble)">
       <summary>The multiplication operator computes the product of the two <see cref="T:System.Data.SqlTypes.SqlDouble" /> operands.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
@@ -11165,6 +10889,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are not equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlDouble" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlDouble.Null">
+      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlDouble.op_Addition(System.Data.SqlTypes.SqlDouble,System.Data.SqlTypes.SqlDouble)">
       <summary>The addition operator computes the sum of the two <see cref="T:System.Data.SqlTypes.SqlDouble" /> operands.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</param>
@@ -11349,28 +11076,23 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure to a string.</summary>
       <returns>A string representing the <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> of this <see cref="T:System.Data.SqlTypes.SqlDouble" />.</returns>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlDouble.IsNull">
-      <summary>Returns a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlDouble" /> instance is null.</summary>
-      <returns>
-        <see langword="true" /> if <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> is null. Otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Data.SqlTypes.SqlDouble.Value">
       <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure. This property is read-only.</summary>
       <returns>The value of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlDouble.Zero">
+      <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlDouble.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlDouble" /> structure.</summary>
+    </member>
     <member name="T:System.Data.SqlTypes.SqlGuid">
       <summary>Represents a GUID to be stored in or retrieved from a database.</summary>
     </member>
-    <member name="F:System.Data.SqlTypes.SqlGuid.Null">
-      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</summary>
-    </member>
     <member name="M:System.Data.SqlTypes.SqlGuid.#ctor(System.Byte[])">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure using the supplied byte array parameter.</summary>
       <param name="value">A byte array.</param>
     </member>
     <member name="M:System.Data.SqlTypes.SqlGuid.#ctor(System.Guid)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure using the specified <see cref="T:System.Guid" /> parameter.</summary>
-      <param name="g">A <see cref="T:System.Guid" />.</param>
+      <param name="g">A <see cref="T:System.Guid" /></param>
     </member>
     <member name="M:System.Data.SqlTypes.SqlGuid.#ctor(System.Int32,System.Int16,System.Int16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure using the specified values.</summary>
@@ -11393,24 +11115,50 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlGuid.CompareTo(System.Data.SqlTypes.SqlGuid)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure to the supplied <see cref="T:System.Data.SqlTypes.SqlGuid" /> and returns an indication of their relative values. Compares more than the last 6 bytes, but treats the last 6 bytes as the most significant ones in comparisons.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlGuid" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return Value  
   
- <list type="table"><listheader><term> Return Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than object.</description></item><item><term> Zero</term><description> This instance is the same as object.</description></item><item><term> Greater than zero</term><description> This instance is greater than object  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than object.  
+  
+  Zero  
+  
+  This instance is the same as object.  
+  
+  Greater than zero  
+  
+  This instance is greater than object  
   
  -or-  
   
- object is a null reference (<see langword="Nothing" />).</description></item></list></returns>
+ object is a null reference (<see langword="Nothing" />).</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlGuid.CompareTo(System.Object)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure to the supplied object and returns an indication of their relative values. Compares more than the last 6 bytes, but treats the last 6 bytes as the most significant ones in comparisons.</summary>
       <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return Value  
+  
+  Condition  
+  
+  Less than zero  
   
- <list type="table"><listheader><term> Return Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than object.</description></item><item><term> Zero</term><description> This instance is the same as object.</description></item><item><term> Greater than zero</term><description> This instance is greater than object  
+  This instance is less than object.  
+  
+  Zero  
+  
+  This instance is the same as object.  
+  
+  Greater than zero  
+  
+  This instance is greater than object  
   
  -or-  
   
- object is a null reference (<see langword="Nothing" />)</description></item></list></returns>
+ object is a null reference (<see langword="Nothing" />)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlGuid.Equals(System.Data.SqlTypes.SqlGuid,System.Data.SqlTypes.SqlGuid)">
       <summary>Performs a logical comparison of two <see cref="T:System.Data.SqlTypes.SqlGuid" /> structures to determine whether they are equal.</summary>
@@ -11446,6 +11194,11 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlGuid" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlGuid.IsNull">
+      <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure is null.</summary>
+      <returns>
+        <see langword="true" /> if <see langword="null" />. Otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlGuid.LessThan(System.Data.SqlTypes.SqlGuid,System.Data.SqlTypes.SqlGuid)">
       <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlGuid" /> to determine whether the first is less than the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</param>
@@ -11464,6 +11217,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are not equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlGuid" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlGuid.Null">
+      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlGuid.op_Equality(System.Data.SqlTypes.SqlGuid,System.Data.SqlTypes.SqlGuid)">
       <summary>Performs a logical comparison of two <see cref="T:System.Data.SqlTypes.SqlGuid" /> structures to determine whether they are equal.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</param>
@@ -11557,11 +11313,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure to a <see cref="T:System.String" />.</summary>
       <returns>A <see cref="T:System.String" /> that contains the string representation of the <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure.</returns>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlGuid.IsNull">
-      <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure is null.</summary>
-      <returns>
-        <see langword="true" /> if <see langword="null" />. Otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Data.SqlTypes.SqlGuid.Value">
       <summary>Gets the value of the <see cref="T:System.Data.SqlTypes.SqlGuid" /> structure. This property is read-only.</summary>
       <returns>A <see cref="T:System.Guid" /> structure.</returns>
@@ -11569,18 +11320,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="T:System.Data.SqlTypes.SqlInt16">
       <summary>Represents a 16-bit signed integer to be stored in or retrieved from a database.</summary>
     </member>
-    <member name="F:System.Data.SqlTypes.SqlInt16.MaxValue">
-      <summary>A constant representing the largest possible value of a <see cref="T:System.Data.SqlTypes.SqlInt16" />.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlInt16.MinValue">
-      <summary>A constant representing the smallest possible value of a <see cref="T:System.Data.SqlTypes.SqlInt16" />.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlInt16.Null">
-      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlInt16.Zero">
-      <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</summary>
-    </member>
     <member name="M:System.Data.SqlTypes.SqlInt16.#ctor(System.Int16)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure using the supplied short integer parameter.</summary>
       <param name="value">A short integer.</param>
@@ -11606,20 +11345,50 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlInt16.CompareTo(System.Data.SqlTypes.SqlInt16)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlInt16" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlInt16" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlInt16" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
   
- <list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object, or the object is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
+  
+  This instance is greater than the object  
+  
+ -or-  
+  
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlInt16.CompareTo(System.Object)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlInt16" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
   
- <list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  This instance is less than the object.  
+  
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
+  
+  This instance is greater than the object  
   
  -or-  
   
- object is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+ object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlInt16.Divide(System.Data.SqlTypes.SqlInt16,System.Data.SqlTypes.SqlInt16)">
       <summary>Divides the first <see cref="T:System.Data.SqlTypes.SqlInt16" /> operand by the second.</summary>
@@ -11661,6 +11430,11 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt16" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlInt16.IsNull">
+      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure is null.</summary>
+      <returns>
+        <see langword="true" /> if null. Otherwise, <see langword="false" />. For more information, see Handling Null Values.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlInt16.LessThan(System.Data.SqlTypes.SqlInt16,System.Data.SqlTypes.SqlInt16)">
       <summary>Compares two instances of <see cref="T:System.Data.SqlTypes.SqlInt16" /> to determine whether the first is less than the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
@@ -11673,6 +11447,12 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt16" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlInt16.MaxValue">
+      <summary>A constant representing the largest possible value of a <see cref="T:System.Data.SqlTypes.SqlInt16" />.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlInt16.MinValue">
+      <summary>A constant representing the smallest possible value of a <see cref="T:System.Data.SqlTypes.SqlInt16" />.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlInt16.Mod(System.Data.SqlTypes.SqlInt16,System.Data.SqlTypes.SqlInt16)">
       <summary>Computes the remainder after dividing its first <see cref="T:System.Data.SqlTypes.SqlInt16" /> operand by its second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
@@ -11697,6 +11477,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are not equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt16" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlInt16.Null">
+      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlInt16.OnesComplement(System.Data.SqlTypes.SqlInt16)">
       <summary>The ~ operator performs a bitwise one's complement operation on its <see cref="T:System.Data.SqlTypes.SqlByte" /> operand.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
@@ -11919,36 +11702,22 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Converts a <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure to <see cref="T:System.String" />.</summary>
       <returns>A <see cref="T:System.String" /> object representing the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> of this instance of <see cref="T:System.Data.SqlTypes.SqlInt16" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlInt16.Value">
+      <summary>Gets the value of this instance of <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure. This property is read-only.</summary>
+      <returns>A short integer representing the value of this <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlInt16.Xor(System.Data.SqlTypes.SqlInt16,System.Data.SqlTypes.SqlInt16)">
       <summary>Performs a bitwise exclusive-OR operation on the supplied parameters.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure that contains the results of the XOR operation.</returns>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlInt16.IsNull">
-      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure is null.</summary>
-      <returns>
-        <see langword="true" /> if null. Otherwise, <see langword="false" />. For more information, see Handling Null Values.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlInt16.Value">
-      <summary>Gets the value of this instance of <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure. This property is read-only.</summary>
-      <returns>A short integer representing the value of this <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</returns>
+    <member name="F:System.Data.SqlTypes.SqlInt16.Zero">
+      <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlInt16.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlInt16" /> structure.</summary>
     </member>
     <member name="T:System.Data.SqlTypes.SqlInt32">
       <summary>Represents a 32-bit signed integer to be stored in or retrieved from a database.</summary>
     </member>
-    <member name="F:System.Data.SqlTypes.SqlInt32.MaxValue">
-      <summary>A constant representing the largest possible value of a <see cref="T:System.Data.SqlTypes.SqlInt32" />.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlInt32.MinValue">
-      <summary>A constant representing the smallest possible value of a <see cref="T:System.Data.SqlTypes.SqlInt32" />.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlInt32.Null">
-      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> class.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlInt32.Zero">
-      <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</summary>
-    </member>
     <member name="M:System.Data.SqlTypes.SqlInt32.#ctor(System.Int32)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure using the supplied integer value.</summary>
       <param name="value">The integer to be converted.</param>
@@ -11974,24 +11743,50 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlInt32.CompareTo(System.Data.SqlTypes.SqlInt32)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlInt32" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlInt32" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlInt32" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
+  
+  Zero  
   
- <list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  This instance is the same as the object.  
+  
+  Greater than zero  
+  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlInt32.CompareTo(System.Object)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlInt32" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
+  
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
   
<list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic).</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlInt32.Divide(System.Data.SqlTypes.SqlInt32,System.Data.SqlTypes.SqlInt32)">
       <summary>Divides the first <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameter from the second.</summary>
@@ -12033,6 +11828,10 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt32" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlInt32.IsNull">
+      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure is null.</summary>
+      <returns>This property is <see langword="true" /> if <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> is null. Otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlInt32.LessThan(System.Data.SqlTypes.SqlInt32,System.Data.SqlTypes.SqlInt32)">
       <summary>Compares the two <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameters to determine whether the first is less than the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
@@ -12045,6 +11844,12 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt32" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlInt32.MaxValue">
+      <summary>A constant representing the largest possible value of a <see cref="T:System.Data.SqlTypes.SqlInt32" />.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlInt32.MinValue">
+      <summary>A constant representing the smallest possible value of a <see cref="T:System.Data.SqlTypes.SqlInt32" />.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlInt32.Mod(System.Data.SqlTypes.SqlInt32,System.Data.SqlTypes.SqlInt32)">
       <summary>Computes the remainder after dividing the first <see cref="T:System.Data.SqlTypes.SqlInt32" /> parameter by the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
@@ -12069,6 +11874,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are not equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt32" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlInt32.Null">
+      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> class.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlInt32.OnesComplement(System.Data.SqlTypes.SqlInt32)">
       <summary>Performs a bitwise one's complement operation on the specified <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
@@ -12291,36 +12099,23 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Converts a <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure to a <see cref="T:System.String" />.</summary>
       <returns>A <see cref="T:System.String" /> structure equal to the value of this <see cref="T:System.Data.SqlTypes.SqlInt32" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlInt32.Value">
+      <summary>Gets the value of this <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure. This property is read-only.</summary>
+      <returns>An integer representing the value of this <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</returns>
+      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The property contains <see cref="F:System.Data.SqlTypes.SqlInt32.Null" />.</exception>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlInt32.Xor(System.Data.SqlTypes.SqlInt32,System.Data.SqlTypes.SqlInt32)">
       <summary>Performs a bitwise exclusive-OR operation on the specified <see cref="T:System.Data.SqlTypes.SqlInt32" /> structures.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure that contains the results of the bitwise XOR operation.</returns>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlInt32.IsNull">
-      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure is null.</summary>
-      <returns>This property is <see langword="true" /> if <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> is null. Otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlInt32.Value">
-      <summary>Gets the value of this <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure. This property is read-only.</summary>
-      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The property contains <see cref="F:System.Data.SqlTypes.SqlInt32.Null" />.</exception>
-      <returns>An integer representing the value of this <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</returns>
+    <member name="F:System.Data.SqlTypes.SqlInt32.Zero">
+      <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlInt32.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlInt32" /> structure.</summary>
     </member>
     <member name="T:System.Data.SqlTypes.SqlInt64">
       <summary>Represents a 64-bit signed integer to be stored in or retrieved from a database.</summary>
     </member>
-    <member name="F:System.Data.SqlTypes.SqlInt64.MaxValue">
-      <summary>A constant representing the largest possible value for a <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlInt64.MinValue">
-      <summary>A constant representing the smallest possible value for a <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlInt64.Null">
-      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlInt64.Zero">
-      <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</summary>
-    </member>
     <member name="M:System.Data.SqlTypes.SqlInt64.#ctor(System.Int64)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure using the supplied long integer.</summary>
       <param name="value">A long integer.</param>
@@ -12346,24 +12141,50 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlInt64.CompareTo(System.Data.SqlTypes.SqlInt64)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlInt64" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlInt64" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlInt64" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
   
- <list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
+  
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
+  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic).</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlInt64.CompareTo(System.Object)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlInt64" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
   
- <list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  This instance is less than the object.  
+  
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
+  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic).</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlInt64.Divide(System.Data.SqlTypes.SqlInt64,System.Data.SqlTypes.SqlInt64)">
       <summary>Divides the first <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter by the second.</summary>
@@ -12405,6 +12226,11 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt64" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlInt64.IsNull">
+      <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure is null.</summary>
+      <returns>
+        <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlInt64.LessThan(System.Data.SqlTypes.SqlInt64,System.Data.SqlTypes.SqlInt64)">
       <summary>Performs a logical comparison on the two <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameters to determine whether the first is less than the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
@@ -12417,6 +12243,12 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt64" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlInt64.MaxValue">
+      <summary>A constant representing the largest possible value for a <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlInt64.MinValue">
+      <summary>A constant representing the smallest possible value for a <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlInt64.Mod(System.Data.SqlTypes.SqlInt64,System.Data.SqlTypes.SqlInt64)">
       <summary>Computes the remainder after dividing the first <see cref="T:System.Data.SqlTypes.SqlInt64" /> parameter by the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
@@ -12441,6 +12273,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are not equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlInt64" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlInt64.Null">
+      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlInt64.OnesComplement(System.Data.SqlTypes.SqlInt64)">
       <summary>Performs a bitwise one's complement operation on its <see cref="T:System.Data.SqlTypes.SqlInt64" /> operand.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
@@ -12663,36 +12498,22 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Converts this instance of <see cref="T:System.Data.SqlTypes.SqlInt64" /> to <see cref="T:System.String" />.</summary>
       <returns>A <see cref="T:System.String" /> representing the value of this <see cref="T:System.Data.SqlTypes.SqlInt64" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlInt64.Value">
+      <summary>Gets the value of this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure. This property is read-only.</summary>
+      <returns>A long integer representing the value of this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlInt64.Xor(System.Data.SqlTypes.SqlInt64,System.Data.SqlTypes.SqlInt64)">
       <summary>Performs a bitwise exclusive-OR operation on the supplied parameters.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure that contains the results of the bitwise XOR operation.</returns>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlInt64.IsNull">
-      <summary>Gets a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure is null.</summary>
-      <returns>
-        <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlInt64.Value">
-      <summary>Gets the value of this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure. This property is read-only.</summary>
-      <returns>A long integer representing the value of this <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</returns>
+    <member name="F:System.Data.SqlTypes.SqlInt64.Zero">
+      <summary>Represents a zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlInt64.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlInt64" /> structure.</summary>
     </member>
     <member name="T:System.Data.SqlTypes.SqlMoney">
       <summary>Represents a currency value ranging from -2 63 (or -922,337,203,685,477.5808) to 2 63 -1 (or +922,337,203,685,477.5807) with an accuracy to a ten-thousandth of currency unit to be stored in or retrieved from a database.</summary>
     </member>
-    <member name="F:System.Data.SqlTypes.SqlMoney.MaxValue">
-      <summary>Represents the maximum value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlMoney.MinValue">
-      <summary>Represents the minimum value that can be assigned to <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlMoney.Null">
-      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlMoney.Zero">
-      <summary>Represents the zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class.</summary>
-    </member>
     <member name="M:System.Data.SqlTypes.SqlMoney.#ctor(System.Decimal)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class with the specified <see cref="T:System.Decimal" /> value.</summary>
       <param name="value">The monetary value to initialize.</param>
@@ -12718,24 +12539,50 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlMoney.CompareTo(System.Data.SqlTypes.SqlMoney)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlMoney" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlMoney" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlMoney" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
+  
+  Zero  
   
- <list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  This instance is the same as the object.  
+  
+  Greater than zero  
+  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlMoney.CompareTo(System.Object)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlMoney" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
+  
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
   
<list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlMoney.Divide(System.Data.SqlTypes.SqlMoney,System.Data.SqlTypes.SqlMoney)">
       <summary>The division operator divides the first <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameter by the second.</summary>
@@ -12777,6 +12624,11 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlMoney" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlMoney.IsNull">
+      <summary>Returns a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure is null.</summary>
+      <returns>
+        <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlMoney.LessThan(System.Data.SqlTypes.SqlMoney,System.Data.SqlTypes.SqlMoney)">
       <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameters to determine whether the first is less than the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
@@ -12789,6 +12641,12 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlMoney" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlMoney.MaxValue">
+      <summary>Represents the maximum value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlMoney.MinValue">
+      <summary>Represents the minimum value that can be assigned to <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlMoney.Multiply(System.Data.SqlTypes.SqlMoney,System.Data.SqlTypes.SqlMoney)">
       <summary>The multiplication operator calculates the product of the two <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameters.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
@@ -12801,6 +12659,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are not equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlMoney" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlMoney.Null">
+      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlMoney.op_Addition(System.Data.SqlTypes.SqlMoney,System.Data.SqlTypes.SqlMoney)">
       <summary>Calculates the sum of the two <see cref="T:System.Data.SqlTypes.SqlMoney" /> parameters.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</param>
@@ -13014,15 +12875,13 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Converts this instance of <see cref="T:System.Data.SqlTypes.SqlMoney" /> to string.</summary>
       <returns>A string whose value is the string representation of the value of this <see cref="T:System.Data.SqlTypes.SqlMoney" />.</returns>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlMoney.IsNull">
-      <summary>Returns a Boolean value that indicates whether this <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure is null.</summary>
-      <returns>
-        <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Data.SqlTypes.SqlMoney.Value">
       <summary>Gets the monetary value of an instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure. This property is read-only.</summary>
-      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The property is set to null.</exception>
       <returns>The monetary value of an instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> structure.</returns>
+      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The property is set to null.</exception>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlMoney.Zero">
+      <summary>Represents the zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlMoney.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> class.</summary>
     </member>
     <member name="T:System.Data.SqlTypes.SqlNotFilledException">
       <summary>The <see cref="T:System.Data.SqlTypes.SqlNotFilledException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.</summary>
@@ -13057,18 +12916,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="T:System.Data.SqlTypes.SqlSingle">
       <summary>Represents a floating point number within the range of -3.40E +38 through 3.40E +38 to be stored in or retrieved from a database.</summary>
     </member>
-    <member name="F:System.Data.SqlTypes.SqlSingle.MaxValue">
-      <summary>Represents the maximum value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> class.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlSingle.MinValue">
-      <summary>Represents the minimum value that can be assigned to <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> class.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlSingle.Null">
-      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlSingle.Zero">
-      <summary>Represents the zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> class.</summary>
-    </member>
     <member name="M:System.Data.SqlTypes.SqlSingle.#ctor(System.Double)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure using the supplied double parameter.</summary>
       <param name="value">A double value which will be used as the <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> of the new <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
@@ -13086,24 +12933,50 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlSingle.CompareTo(System.Data.SqlTypes.SqlSingle)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlSingle" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlSingle" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlSingle" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
+  
+  Zero  
   
- <list type="table"><listheader><term> Return Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  This instance is the same as the object.  
+  
+  Greater than zero  
+  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlSingle.CompareTo(System.Object)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlSingle" /> instance to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
+  
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
   
<list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlSingle.Divide(System.Data.SqlTypes.SqlSingle,System.Data.SqlTypes.SqlSingle)">
       <summary>Divides the first <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure by the second.</summary>
@@ -13145,6 +13018,11 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlSingle" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlSingle.IsNull">
+      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure is null.</summary>
+      <returns>
+        <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlSingle.LessThan(System.Data.SqlTypes.SqlSingle,System.Data.SqlTypes.SqlSingle)">
       <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlSingle" /> parameters to determine whether the first is less than the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
@@ -13157,6 +13035,12 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlSingle" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlSingle.MaxValue">
+      <summary>Represents the maximum value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> class.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlSingle.MinValue">
+      <summary>Represents the minimum value that can be assigned to <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> class.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlSingle.Multiply(System.Data.SqlTypes.SqlSingle,System.Data.SqlTypes.SqlSingle)">
       <summary>Computes the product of the two specified <see cref="T:System.Data.SqlTypes.SqlSingle" /> structures.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
@@ -13169,6 +13053,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are not equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlSingle" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlSingle.Null">
+      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlSingle.op_Addition(System.Data.SqlTypes.SqlSingle,System.Data.SqlTypes.SqlSingle)">
       <summary>Computes the sum of the two specified <see cref="T:System.Data.SqlTypes.SqlSingle" /> structures.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure.</param>
@@ -13357,38 +13244,15 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Converts this <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure to <see cref="T:System.String" />.</summary>
       <returns>A <see langword="String" /> object representing the value of this <see cref="T:System.Data.SqlTypes.SqlSingle" />.</returns>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlSingle.IsNull">
-      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure is null.</summary>
-      <returns>
-        <see langword="true" /> if null. Otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Data.SqlTypes.SqlSingle.Value">
       <summary>Gets the value of this <see cref="T:System.Data.SqlTypes.SqlSingle" /> structure. This property is read-only.</summary>
       <returns>A floating point value in the range -3.40E+38 through 3.40E+38.</returns>
     </member>
-    <member name="T:System.Data.SqlTypes.SqlString">
-      <summary>Represents a variable-length stream of characters to be stored in or retrieved from the database. <see cref="T:System.Data.SqlTypes.SqlString" /> has a different underlying data structure from its corresponding .NET <see cref="T:System.String" /> data type.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlString.BinarySort">
-      <summary>Specifies that sorts should be based on a characters numeric value instead of its alphabetical value.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlString.BinarySort2">
-      <summary>Specifies that sorts should be based on a character's numeric value instead of its alphabetical value.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlString.IgnoreCase">
-      <summary>Specifies that <see cref="T:System.Data.SqlTypes.SqlString" /> comparisons should ignore case.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlString.IgnoreKanaType">
-      <summary>Specifies that the string comparison must ignore the Kana type.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlString.IgnoreNonSpace">
-      <summary>Specifies that the string comparison must ignore non-space combining characters, such as diacritics.</summary>
-    </member>
-    <member name="F:System.Data.SqlTypes.SqlString.IgnoreWidth">
-      <summary>Specifies that the string comparison must ignore the character width.</summary>
+    <member name="F:System.Data.SqlTypes.SqlSingle.Zero">
+      <summary>Represents the zero value that can be assigned to the <see cref="P:System.Data.SqlTypes.SqlSingle.Value" /> property of an instance of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> class.</summary>
     </member>
-    <member name="F:System.Data.SqlTypes.SqlString.Null">
-      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</summary>
+    <member name="T:System.Data.SqlTypes.SqlString">
+      <summary>Represents a variable-length stream of characters to be stored in or retrieved from the database. <see cref="T:System.Data.SqlTypes.SqlString" /> has a different underlying data structure from its corresponding .NET Framework <see cref="T:System.String" /> data type.</summary>
     </member>
     <member name="M:System.Data.SqlTypes.SqlString.#ctor(System.Int32,System.Data.SqlTypes.SqlCompareOptions,System.Byte[])">
       <summary>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlString" /> structure using the specified locale id, compare options, and data.</summary>
@@ -13443,10 +13307,20 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlString" /> that is the concatenated value of <paramref name="x" /> and <paramref name="y" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlString.BinarySort">
+      <summary>Specifies that sorts should be based on a characters numeric value instead of its alphabetical value.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlString.BinarySort2">
+      <summary>Specifies that sorts should be based on a character's numeric value instead of its alphabetical value.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlString.Clone">
       <summary>Creates a copy of this <see cref="T:System.Data.SqlTypes.SqlString" /> object.</summary>
       <returns>A new <see cref="T:System.Data.SqlTypes.SqlString" /> object in which all property values are the same as the original.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlString.CompareInfo">
+      <summary>Gets the <see cref="T:System.Globalization.CompareInfo" /> object that defines how string comparisons should be performed for this <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</summary>
+      <returns>A <see langword="CompareInfo" /> object that defines string comparison for this <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlString.CompareOptionsFromSqlCompareOptions(System.Data.SqlTypes.SqlCompareOptions)">
       <summary>Gets the <see cref="T:System.Globalization.CompareOptions" /> enumeration equivalent of the specified <see cref="T:System.Data.SqlTypes.SqlCompareOptions" /> value.</summary>
       <param name="compareOptions">A <see cref="T:System.Data.SqlTypes.SqlCompareOptions" /> value that describes the comparison options for this <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</param>
@@ -13455,24 +13329,50 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     <member name="M:System.Data.SqlTypes.SqlString.CompareTo(System.Data.SqlTypes.SqlString)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlString" /> instance to the supplied <see cref="T:System.Data.SqlTypes.SqlString" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Data.SqlTypes.SqlString" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
   
- <list type="table"><listheader><term> Return value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  Zero  
+  
+  This instance is the same as the object.  
+  
+  Greater than zero  
+  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic).</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlString.CompareTo(System.Object)">
       <summary>Compares this <see cref="T:System.Data.SqlTypes.SqlString" /> object to the supplied <see cref="T:System.Object" /> and returns an indication of their relative values.</summary>
       <param name="value">The <see cref="T:System.Object" /> to be compared.</param>
-      <returns>A signed number that indicates the relative values of the instance and the object.  
+      <returns>A signed number that indicates the relative values of the instance and the object.
+  Return Value  
+  
+  Condition  
+  
+  Less than zero  
+  
+  This instance is less than the object.  
+  
+  Zero  
+  
+  This instance is the same as the object.  
   
- <list type="table"><listheader><term> Return Value</term><description> Condition</description></listheader><item><term> Less than zero</term><description> This instance is less than the object.</description></item><item><term> Zero</term><description> This instance is the same as the object.</description></item><item><term> Greater than zero</term><description> This instance is greater than the object  
+  Greater than zero  
+  
+  This instance is greater than the object  
   
  -or-  
   
- The object is a null reference (<see langword="Nothing" /> in Visual Basic)</description></item></list></returns>
+ The object is a null reference (<see langword="Nothing" /> in Visual Basic)</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlString.Concat(System.Data.SqlTypes.SqlString,System.Data.SqlTypes.SqlString)">
       <summary>Concatenates the two specified <see cref="T:System.Data.SqlTypes.SqlString" /> structures.</summary>
@@ -13480,6 +13380,10 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlString" /> that contains the newly concatenated value representing the contents of the two <see cref="T:System.Data.SqlTypes.SqlString" /> parameters.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlString.CultureInfo">
+      <summary>Gets the <see cref="T:System.Globalization.CultureInfo" /> structure that represents information about the culture of this <see cref="T:System.Data.SqlTypes.SqlString" /> object.</summary>
+      <returns>A <see cref="T:System.Globalization.CultureInfo" /> structure that describes information about the culture of this SqlString structure including the names of the culture, the writing system, and the calendar used, and also access to culture-specific objects that provide methods for common operations, such as formatting dates and sorting strings.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlString.Equals(System.Data.SqlTypes.SqlString,System.Data.SqlTypes.SqlString)">
       <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlString" /> operands to determine whether they are equal.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
@@ -13522,6 +13426,27 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is greater than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlString" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlString.IgnoreCase">
+      <summary>Specifies that <see cref="T:System.Data.SqlTypes.SqlString" /> comparisons should ignore case.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlString.IgnoreKanaType">
+      <summary>Specifies that the string comparison must ignore the Kana type.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlString.IgnoreNonSpace">
+      <summary>Specifies that the string comparison must ignore non-space combining characters, such as diacritics.</summary>
+    </member>
+    <member name="F:System.Data.SqlTypes.SqlString.IgnoreWidth">
+      <summary>Specifies that the string comparison must ignore the character width.</summary>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlString.IsNull">
+      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlString" /> structure is null.</summary>
+      <returns>
+        <see langword="true" /> if <see cref="P:System.Data.SqlTypes.SqlString.Value" /> is <see cref="F:System.Data.SqlTypes.SqlString.Null" />. Otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlString.LCID">
+      <summary>Specifies the geographical locale and language for the <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</summary>
+      <returns>The locale id for the string stored in the <see cref="P:System.Data.SqlTypes.SqlString.Value" /> property.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlString.LessThan(System.Data.SqlTypes.SqlString,System.Data.SqlTypes.SqlString)">
       <summary>Performs a logical comparison of the two <see cref="T:System.Data.SqlTypes.SqlString" /> operands to determine whether the first is less than the second.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
@@ -13540,6 +13465,9 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the two instances are not equal or <see cref="F:System.Data.SqlTypes.SqlBoolean.False" /> if the two instances are equal. If either instance of <see cref="T:System.Data.SqlTypes.SqlString" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="F:System.Data.SqlTypes.SqlString.Null">
+      <summary>Represents a <see cref="T:System.DBNull" /> that can be assigned to this instance of the <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</summary>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlString.op_Addition(System.Data.SqlTypes.SqlString,System.Data.SqlTypes.SqlString)">
       <summary>Concatenates the two specified <see cref="T:System.Data.SqlTypes.SqlString" /> structures.</summary>
       <param name="x">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
@@ -13608,7 +13536,7 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <returns>A new <see cref="T:System.Data.SqlTypes.SqlString" /> that contains the string representation of the <see cref="T:System.Data.SqlTypes.SqlSingle" /> parameter.</returns>
     </member>
     <member name="M:System.Data.SqlTypes.SqlString.op_Explicit(System.Data.SqlTypes.SqlString)~System.String">
-      <summary>Converts a <see cref="T:System.Data.SqlTypes.SqlString" /> to a <see cref="T:System.String" />.</summary>
+      <summary>Converts a <see cref="T:System.Data.SqlTypes.SqlString" /> to a <see cref="T:System.String" /></summary>
       <param name="x">The <see cref="T:System.Data.SqlTypes.SqlString" /> to be converted.</param>
       <returns>A <see langword="String" />, whose contents are the same as the <see cref="P:System.Data.SqlTypes.SqlString.Value" /> property of the <see cref="T:System.Data.SqlTypes.SqlString" /> parameter.</returns>
     </member>
@@ -13647,6 +13575,10 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="y">A <see cref="T:System.Data.SqlTypes.SqlString" />.</param>
       <returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> that is <see cref="F:System.Data.SqlTypes.SqlBoolean.True" /> if the first instance is less than or equal to the second instance. Otherwise, <see cref="F:System.Data.SqlTypes.SqlBoolean.False" />. If either instance of <see cref="T:System.Data.SqlTypes.SqlString" /> is null, the <see cref="P:System.Data.SqlTypes.SqlBoolean.Value" /> of the <see cref="T:System.Data.SqlTypes.SqlBoolean" /> will be <see cref="F:System.Data.SqlTypes.SqlBoolean.Null" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlString.SqlCompareOptions">
+      <summary>A combination of one or more of the <see cref="T:System.Data.SqlTypes.SqlCompareOptions" /> enumeration values that represent the way in which this <see cref="T:System.Data.SqlTypes.SqlString" /> should be compared to other <see cref="T:System.Data.SqlTypes.SqlString" /> structures.</summary>
+      <returns>A value specifying how this <see cref="T:System.Data.SqlTypes.SqlString" /> should be compared to other <see cref="T:System.Data.SqlTypes.SqlString" /> structures.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlString.System#Xml#Serialization#IXmlSerializable#GetSchema">
       <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
       <returns>An <see langword="XmlSchema" />.</returns>
@@ -13712,31 +13644,10 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Converts a <see cref="T:System.Data.SqlTypes.SqlString" /> object to a <see cref="T:System.String" />.</summary>
       <returns>A <see cref="T:System.String" /> with the same value as this <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</returns>
     </member>
-    <member name="P:System.Data.SqlTypes.SqlString.CompareInfo">
-      <summary>Gets the <see cref="T:System.Globalization.CompareInfo" /> object that defines how string comparisons should be performed for this <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</summary>
-      <returns>A <see langword="CompareInfo" /> object that defines string comparison for this <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlString.CultureInfo">
-      <summary>Gets the <see cref="T:System.Globalization.CultureInfo" /> structure that represents information about the culture of this <see cref="T:System.Data.SqlTypes.SqlString" /> object.</summary>
-      <returns>A <see cref="T:System.Globalization.CultureInfo" /> structure that describes information about the culture of this SqlString structure including the names of the culture, the writing system, and the calendar used, and also access to culture-specific objects that provide methods for common operations, such as formatting dates and sorting strings.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlString.IsNull">
-      <summary>Indicates whether this <see cref="T:System.Data.SqlTypes.SqlString" /> structure is null.</summary>
-      <returns>
-        <see langword="true" /> if <see cref="P:System.Data.SqlTypes.SqlString.Value" /> is <see cref="F:System.Data.SqlTypes.SqlString.Null" />. Otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlString.LCID">
-      <summary>Specifies the geographical locale and language for the <see cref="T:System.Data.SqlTypes.SqlString" /> structure.</summary>
-      <returns>The locale id for the string stored in the <see cref="P:System.Data.SqlTypes.SqlString.Value" /> property.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlString.SqlCompareOptions">
-      <summary>A combination of one or more of the <see cref="T:System.Data.SqlTypes.SqlCompareOptions" /> enumeration values that represent the way in which this <see cref="T:System.Data.SqlTypes.SqlString" /> should be compared to other <see cref="T:System.Data.SqlTypes.SqlString" /> structures.</summary>
-      <returns>A value specifying how this <see cref="T:System.Data.SqlTypes.SqlString" /> should be compared to other <see cref="T:System.Data.SqlTypes.SqlString" /> structures.</returns>
-    </member>
     <member name="P:System.Data.SqlTypes.SqlString.Value">
       <summary>Gets the string that is stored in this <see cref="T:System.Data.SqlTypes.SqlString" /> structure. This property is read-only.</summary>
-      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The value of the string is <see cref="F:System.Data.SqlTypes.SqlString.Null" />.</exception>
       <returns>The string that is stored.</returns>
+      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">The value of the string is <see cref="F:System.Data.SqlTypes.SqlString.Null" />.</exception>
     </member>
     <member name="T:System.Data.SqlTypes.SqlTruncateException">
       <summary>The exception that is thrown when you set a value into a <see cref="N:System.Data.SqlTypes" /> structure would truncate that value.</summary>
@@ -13789,14 +13700,23 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     </member>
     <member name="M:System.Data.SqlTypes.SqlXml.CreateReader">
       <summary>Gets the value of the XML content of this <see cref="T:System.Data.SqlTypes.SqlXml" /> as a <see cref="T:System.Xml.XmlReader" />.</summary>
-      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">Attempt was made to access this property on a null instance of <see cref="T:System.Data.SqlTypes.SqlXml" />.</exception>
       <returns>A <see cref="T:System.Xml.XmlReader" />-derived instance that contains the XML content. The actual type may vary (for example, the return value might be <see cref="T:System.Xml.XmlTextReader" />) depending on how the information is represented internally, on the server.</returns>
+      <exception cref="T:System.Data.SqlTypes.SqlNullValueException">Attempt was made to access this property on a null instance of <see cref="T:System.Data.SqlTypes.SqlXml" />.</exception>
     </member>
     <member name="M:System.Data.SqlTypes.SqlXml.GetXsdType(System.Xml.Schema.XmlSchemaSet)">
       <summary>Returns the XML Schema definition language (XSD) of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
       <param name="schemaSet">An <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
       <returns>A string that indicates the XSD of the specified <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
     </member>
+    <member name="P:System.Data.SqlTypes.SqlXml.IsNull">
+      <summary>Indicates whether this instance represents a null <see cref="T:System.Data.SqlTypes.SqlXml" /> value.</summary>
+      <returns>
+        <see langword="true" /> if <see langword="Value" /> is null. Otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Data.SqlTypes.SqlXml.Null">
+      <summary>Represents a null instance of the <see cref="T:System.Data.SqlTypes.SqlXml" /> type.</summary>
+      <returns>A null instance of the <see cref="T:System.Data.SqlTypes.SqlXml" /> type.</returns>
+    </member>
     <member name="M:System.Data.SqlTypes.SqlXml.System#Xml#Serialization#IXmlSerializable#GetSchema">
       <summary>For a description of this member, see <see cref="M:System.Xml.Serialization.IXmlSerializable.GetSchema" />.</summary>
       <returns>An <see cref="T:System.Xml.Schema.XmlSchema" /> that describes the XML representation of the object that is produced by the <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" /> method and consumed by the <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)" /> method.</returns>
@@ -13807,16 +13727,7 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     </member>
     <member name="M:System.Data.SqlTypes.SqlXml.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)">
       <summary>For a description of this member, see <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" />.</summary>
-      <param name="writer">The <see cref="T:System.Xml.XmlWriter" /> stream to which the object is serialized.</param>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlXml.IsNull">
-      <summary>Indicates whether this instance represents a null <see cref="T:System.Data.SqlTypes.SqlXml" /> value.</summary>
-      <returns>
-        <see langword="true" /> if <see langword="Value" /> is null. Otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Data.SqlTypes.SqlXml.Null">
-      <summary>Represents a null instance of the <see cref="T:System.Data.SqlTypes.SqlXml" /> type.</summary>
-      <returns>A null instance of the <see cref="T:System.Data.SqlTypes.SqlXml" /> type.</returns>
+      <param name="writer">An XmlWriter</param>
     </member>
     <member name="P:System.Data.SqlTypes.SqlXml.Value">
       <summary>Gets the string representation of the XML content of this <see cref="T:System.Data.SqlTypes.SqlXml" /> instance.</summary>
@@ -13835,7 +13746,7 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Unmanaged buffer.</summary>
     </member>
     <member name="T:System.Data.StateChangeEventArgs">
-      <summary>Provides data for the state change event of a .NET data provider.</summary>
+      <summary>Provides data for the state change event of a .NET Framework data provider.</summary>
     </member>
     <member name="M:System.Data.StateChangeEventArgs.#ctor(System.Data.ConnectionState,System.Data.ConnectionState)">
       <summary>Initializes a new instance of the <see cref="T:System.Data.StateChangeEventArgs" /> class, when given the original state and the current state of the object.</summary>
@@ -13943,7 +13854,7 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     </member>
     <member name="M:System.Data.TypedTableBase`1.Cast``1">
       <summary>Converts the elements of an <see cref="T:System.Data.TypedTableBase`1" /> to the specified type. This method supports typed <see cref="T:System.Data.DataTable" /> object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code.</summary>
-      <typeparam name="TResult">The type to convert the elements to.</typeparam>
+      <typeparam name="TResult" />
       <returns>An <see cref="T:System.Data.EnumerableRowCollection" /> that contains each element of the source sequence converted to the specified type.</returns>
     </member>
     <member name="M:System.Data.TypedTableBase`1.GetEnumerator">
@@ -14073,6 +13984,10 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <param name="isPrimaryKey">
         <see langword="true" /> to indicate that the constraint is a primary key; otherwise, <see langword="false" />.</param>
     </member>
+    <member name="P:System.Data.UniqueConstraint.Columns">
+      <summary>Gets the array of columns that this constraint affects.</summary>
+      <returns>An array of <see cref="T:System.Data.DataColumn" /> objects.</returns>
+    </member>
     <member name="M:System.Data.UniqueConstraint.Equals(System.Object)">
       <summary>Compares this constraint to a second to determine if both are identical.</summary>
       <param name="key2">The object to which this <see cref="T:System.Data.UniqueConstraint" /> is compared.</param>
@@ -14083,10 +13998,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
       <summary>Gets the hash code of this instance of the <see cref="T:System.Data.UniqueConstraint" /> object.</summary>
       <returns>A 32-bit signed integer hash code.</returns>
     </member>
-    <member name="P:System.Data.UniqueConstraint.Columns">
-      <summary>Gets the array of columns that this constraint affects.</summary>
-      <returns>An array of <see cref="T:System.Data.DataColumn" /> objects.</returns>
-    </member>
     <member name="P:System.Data.UniqueConstraint.IsPrimaryKey">
       <summary>Gets a value indicating whether or not the constraint is on a primary key.</summary>
       <returns>
@@ -14154,7 +14065,6 @@ Returns <see langword="null" /> if the executed command returned no resultset, o
     </member>
     <member name="F:System.Data.XmlReadMode.DiffGram">
       <summary>Reads a DiffGram, applying changes from the DiffGram to the <see cref="T:System.Data.DataSet" />. The semantics are identical to those of a <see cref="M:System.Data.DataSet.Merge(System.Data.DataSet)" /> operation. As with the <see cref="M:System.Data.DataSet.Merge(System.Data.DataSet)" /> operation, <see cref="P:System.Data.DataRow.RowState" /> values are preserved. Input to <see cref="M:System.Data.DataSet.ReadXml(System.Xml.XmlReader)" /> with DiffGrams should only be obtained using the output from <see cref="M:System.Data.DataSet.WriteXml(System.IO.Stream)" /> as a DiffGram.
-        
 The target <see cref="T:System.Data.DataSet" /> must have the same schema as the <see cref="T:System.Data.DataSet" /> on which <see cref="Overload:System.Data.DataSet.WriteXml" /> as DiffGram is called. Otherwise the DiffGram merge operation fails and an exception is thrown.</summary>
     </member>
     <member name="F:System.Data.XmlReadMode.Fragment">
@@ -14210,19 +14120,23 @@ The target <see cref="T:System.Data.DataSet" /> must have the same schema as the
     <member name="M:System.Xml.XmlDataDocument.CreateEntityReference(System.String)">
       <summary>Creates an <see cref="T:System.Xml.XmlEntityReference" /> with the specified name.</summary>
       <param name="name">The name of the entity reference.</param>
-      <exception cref="T:System.NotSupportedException">Calling this method.</exception>
       <returns>An <see cref="T:System.Xml.XmlEntityReference" /> with the specified name.</returns>
+      <exception cref="T:System.NotSupportedException">Calling this method.</exception>
     </member>
     <member name="M:System.Xml.XmlDataDocument.CreateNavigator(System.Xml.XmlNode)">
       <summary>Creates a new <see cref="T:System.Xml.XPath.XPathNavigator" /> object for navigating this document. The <see langword="XPathNavigator" /> is positioned on the node specified in the <paramref name="node" /> parameter.</summary>
       <param name="node">The <see cref="T:System.Xml.XmlNode" /> you want the navigator initially positioned on.</param>
       <returns>An <see langword="XPathNavigator" /> used to navigate the document.</returns>
     </member>
+    <member name="P:System.Xml.XmlDataDocument.DataSet">
+      <summary>Gets a <see cref="T:System.Data.DataSet" /> that provides a relational representation of the data in the <see langword="XmlDataDocument" />.</summary>
+      <returns>A <see langword="DataSet" /> that can be used to access the data in the <see langword="XmlDataDocument" /> using a relational model.</returns>
+    </member>
     <member name="M:System.Xml.XmlDataDocument.GetElementById(System.String)">
       <summary>Gets the <see cref="T:System.Xml.XmlElement" /> with the specified ID. This method is not supported by the <see cref="T:System.Xml.XmlDataDocument" /> class. Calling this method throws an exception.</summary>
       <param name="elemId">The attribute ID to match.</param>
-      <exception cref="T:System.NotSupportedException">Calling this method.</exception>
       <returns>An <see cref="T:System.Xml.XmlElement" /> with the specified ID.</returns>
+      <exception cref="T:System.NotSupportedException">Calling this method.</exception>
     </member>
     <member name="M:System.Xml.XmlDataDocument.GetElementFromRow(System.Data.DataRow)">
       <summary>Retrieves the <see cref="T:System.Xml.XmlElement" /> associated with the specified <see cref="T:System.Data.DataRow" />.</summary>
@@ -14256,9 +14170,5 @@ The target <see cref="T:System.Data.DataSet" /> must have the same schema as the
       <param name="reader">The <see langword="XmlReader" /> containing the XML document to load.</param>
       <exception cref="T:System.NotSupportedException">The XML being loaded contains entity references, and the reader cannot resolve entities.</exception>
     </member>
-    <member name="P:System.Xml.XmlDataDocument.DataSet">
-      <summary>Gets a <see cref="T:System.Data.DataSet" /> that provides a relational representation of the data in the <see langword="XmlDataDocument" />.</summary>
-      <returns>A <see langword="DataSet" /> that can be used to access the data in the <see langword="XmlDataDocument" /> using a relational model.</returns>
-    </member>
   </members>
 </doc>
\ No newline at end of file