You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically port Data.DataRowView remark and exception (#3186)
* Automatically port Data.DataRowView remark
* remove first line
* suggestion by rpetrusha
Co-Authored-By: Ron Petrusha <[email protected]>
* remove cryptic sentence
Copy file name to clipboardExpand all lines: xml/System.Data/DataRowView.xml
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -539,7 +539,15 @@
539
539
<summary>Gets a value indicating whether the current <seecref="T:System.Data.DataRowView" /> is identical to the specified object.</summary>
540
540
<returns>
541
541
<seelangword="true" /> if <paramrefname="object" /> is a <seecref="T:System.Data.DataRowView" /> and it returns the same row as the current <seecref="T:System.Data.DataRowView" />; otherwise <seelangword="false" />.</returns>
542
-
<remarks>To be added.</remarks>
542
+
<remarks>
543
+
<formattype="text/markdown"><![CDATA[
544
+
545
+
## Remarks
546
+
547
+
This method checks for reference equality instead of checking whether <xref:System.Data.DataRowView.DataView> or <xref:System.Data.DataRowView.Row> are equivalent.
548
+
549
+
]]></format>
550
+
</remarks>
543
551
</Docs>
544
552
</Member>
545
553
<MemberMemberName="GetHashCode">
@@ -766,6 +774,7 @@
766
774
-or-
767
775
768
776
The <seecref="P:System.Data.DataRowView.DataView" /> doesn't allow edits and <seecref="T:System.Data.DataRowView" /> is not new.</exception>
777
+
<exceptioncref="T:System.Data.DataException">Unmatched <paramrefname="property" /> when setting a value.</exception>
0 commit comments