diff --git a/xml/System.Data.Common/DbCommand.xml b/xml/System.Data.Common/DbCommand.xml
index b72a487db90..459bebc4aaa 100644
--- a/xml/System.Data.Common/DbCommand.xml
+++ b/xml/System.Data.Common/DbCommand.xml
@@ -632,7 +632,7 @@
- To be added.
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
To be added.
@@ -662,8 +662,9 @@
- To be added.
- To be added.
+
+ to release both managed and unmanaged resources; to release only unmanaged resources.
+ Releases the unmanaged resources used by the and optionally releases the managed resources.
To be added.
diff --git a/xml/System.Data.Common/DbConnection.xml b/xml/System.Data.Common/DbConnection.xml
index c31ef7567d9..4273dfca1b5 100644
--- a/xml/System.Data.Common/DbConnection.xml
+++ b/xml/System.Data.Common/DbConnection.xml
@@ -948,7 +948,7 @@
- To be added.
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
To be added.
@@ -978,8 +978,9 @@
- To be added.
- To be added.
+
+ to release both managed and unmanaged resources; to release only unmanaged resources.
+ Releases the unmanaged resources used by the and optionally releases the managed resources.
To be added.
diff --git a/xml/System.Data.Common/DbConnectionStringBuilder.xml b/xml/System.Data.Common/DbConnectionStringBuilder.xml
index 405f3613962..df7bba3d46c 100644
--- a/xml/System.Data.Common/DbConnectionStringBuilder.xml
+++ b/xml/System.Data.Common/DbConnectionStringBuilder.xml
@@ -1580,8 +1580,9 @@ jet oledb:system database=system.mdw
System.Boolean
- To be added.
- To be added.
+ Gets a value indicating whether the object has a fixed size.
+
+ if the object has a fixed size; otherwise, .
To be added.
@@ -1611,8 +1612,9 @@ jet oledb:system database=system.mdw
System.Boolean
- To be added.
- To be added.
+ Gets a value indicating whether the is read-only.
+
+ if the is read-only; otherwise, .
To be added.
diff --git a/xml/System.Data.Common/DbParameter.xml b/xml/System.Data.Common/DbParameter.xml
index c89f3782084..0af30cf10a1 100644
--- a/xml/System.Data.Common/DbParameter.xml
+++ b/xml/System.Data.Common/DbParameter.xml
@@ -698,9 +698,10 @@ FieldName = @OriginalFieldName
System.Data.DataRowVersion
- To be added.
- To be added.
+ Gets or sets the to use when loading .
+ One of the values. The default is .
To be added.
+ The property was not set to one of the values.
diff --git a/xml/System.Data.Common/DbParameterCollection.xml b/xml/System.Data.Common/DbParameterCollection.xml
index 56e4cdff810..03cfa5ca04a 100644
--- a/xml/System.Data.Common/DbParameterCollection.xml
+++ b/xml/System.Data.Common/DbParameterCollection.xml
@@ -1293,8 +1293,9 @@
System.Boolean
- To be added.
- To be added.
+ Gets a value indicating whether access to the is synchronized (thread safe).
+
+ if access to the is synchronized (thread safe); otherwise, .
To be added.
@@ -1324,8 +1325,9 @@
System.Boolean
- To be added.
- To be added.
+ Gets a value indicating whether the has a fixed size.
+
+ if the has a fixed size; otherwise, .
To be added.
@@ -1355,8 +1357,9 @@
System.Boolean
- To be added.
- To be added.
+ Gets a value indicating whether the is read-only.
+
+ if the is read-only; otherwise, .
To be added.
diff --git a/xml/System.Data.SqlClient/SqlBulkCopyColumnMappingCollection.xml b/xml/System.Data.SqlClient/SqlBulkCopyColumnMappingCollection.xml
index 486f91d410b..32f9a776dcf 100644
--- a/xml/System.Data.SqlClient/SqlBulkCopyColumnMappingCollection.xml
+++ b/xml/System.Data.SqlClient/SqlBulkCopyColumnMappingCollection.xml
@@ -555,8 +555,8 @@
System.Int32
- To be added.
- To be added.
+ Gets the number of elements contained in the .
+ The number of elements contained in the .
To be added.
@@ -587,8 +587,8 @@
- To be added.
- To be added.
+ Returns an enumerator that iterates through a collection.
+ An object that can be used to iterate through the collection.
To be added.
@@ -878,10 +878,24 @@
- To be added.
- To be added.
- To be added.
+ The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.
+ The zero-based index in at which copying begins.
+ Copies the elements of the to an , starting at a particular index.
To be added.
+
+ is .
+
+ is less than zero.
+
+ is multidimensional.
+
+ -or-
+
+ The number of elements in the source is greater than the available space from to the end of the destination .
+
+ -or-
+
+ The type of the source cannot be cast automatically to the type of the destination .
@@ -910,8 +924,9 @@
System.Boolean
- To be added.
- To be added.
+ Gets a value indicating whether access to the is synchronized (thread safe).
+
+ if access to the is synchronized (thread safe); otherwise, .
To be added.
@@ -941,8 +956,8 @@
System.Object
- To be added.
- To be added.
+ Gets an object that can be used to synchronize access to the .
+ An object that can be used to synchronize access to the .
To be added.
@@ -975,10 +990,15 @@
- To be added.
- To be added.
- To be added.
+ The object to add to the .
+ Adds an item to the .
+ The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.
To be added.
+ The is read-only.
+
+ -or-
+
+ The has a fixed size.
@@ -1010,9 +1030,10 @@
- To be added.
- To be added.
- To be added.
+ The object to locate in the .
+ Determines whether the contains a specific value.
+
+ if the is found in the ; otherwise, .
To be added.
@@ -1045,9 +1066,9 @@
- To be added.
- To be added.
- To be added.
+ The object to locate in the .
+ Determines the index of a specific item in the .
+ The index of if found in the list; otherwise, -1.
To be added.
@@ -1081,10 +1102,19 @@
- To be added.
- To be added.
- To be added.
+ The zero-based index at which should be inserted.
+ The object to insert into the .
+ Inserts an item to the at the specified index.
To be added.
+
+ is not a valid index in the .
+ The is read-only.
+
+ -or-
+
+ The has a fixed size.
+
+ is null reference in the .
@@ -1113,8 +1143,9 @@
System.Boolean
- To be added.
- To be added.
+ Gets a value indicating whether the has a fixed size.
+
+ if the has a fixed size; otherwise, .
To be added.
@@ -1144,8 +1175,9 @@
System.Boolean
- To be added.
- To be added.
+ Gets a value indicating whether the is read-only.
+
+ if the is read-only; otherwise, .
To be added.
@@ -1178,10 +1210,13 @@
- To be added.
- To be added.
- To be added.
+ The zero-based index of the element to get or set.
+ Gets or sets the element at the specified index.
+ The element at the specified index.
To be added.
+
+ is not a valid index in the .
+ The property is set and the is read-only.
@@ -1213,9 +1248,14 @@
- To be added.
- To be added.
+ The object to remove from the .
+ Removes the first occurrence of a specific object from the .
To be added.
+ The is read-only.
+
+ -or-
+
+ The has a fixed size.