Skip to content

Commit 1dcbb0b

Browse files
authored
Typo in System.Data.DataColumn.xml (dotnet#7523)
1 parent 94a3614 commit 1dcbb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Data/DataColumn.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ myDataTable.Rows[0][0] = newValue;
11221122
11231123
- Its <xref:System.Data.DataColumn.ColumnMapping%2A> can be only set to `MappingType.Element`.
11241124
1125-
- The class that implements the column's data type must be must be marked with the <xref:System.SerializableAttribute>, and if necessary implement the <xref:System.Runtime.Serialization.ISerializable> or <xref:System.Xml.Serialization.IXmlSerializable> interface.
1125+
- The class that implements the column's data type must be marked with the <xref:System.SerializableAttribute>, and if necessary implement the <xref:System.Runtime.Serialization.ISerializable> or <xref:System.Xml.Serialization.IXmlSerializable> interface.
11261126
11271127
- Support for change tracking is limited. To utilize the <xref:System.Data.DataTable> class' change tracking mechanism, the class that implements the column's data type must either implement the <xref:System.ComponentModel.IChangeTracking> interface, or take over the responsibility for informing the <xref:System.Data.DataRow> when the column value has been modified, either by calling <xref:System.Data.DataRow.SetModified%2A> on the row or by assigning the column value object to a separately instantiated column value object.
11281128

0 commit comments

Comments
 (0)