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
Copy file name to clipboardExpand all lines: xml/System.Data.SqlTypes/SqlDecimal.xml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4371,6 +4371,8 @@ This member is an explicit interface member implementation. It can be used only
4371
4371
<summary>Writes the four 32-bit unsigned integer values that make up the <seecref="T:System.Data.SqlTypes.SqlDecimal" /> structure into the <paramrefname="destination" /> span.</summary>
4372
4372
<returns>The number of items written to the <seecref="T:System.Span`1" />.</returns>
4373
4373
<remarks>To be added.</remarks>
4374
+
<exceptioncref="T:System.Data.SqlTypes.SqlNullValueException">Thrown when the <seecref="T:System.Data.SqlTypes.SqlDecimal" /> is <seelangword="null" />.</exception>
4375
+
<exceptioncref="T:System.ArgumentOutOfRangeException">Thrown when the destination span is too small.</exception>
Copy file name to clipboardExpand all lines: xml/System.Data.SqlTypes/SqlMoney.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -825,6 +825,7 @@
825
825
<summary>Returns the Tabular Data Stream (TDS) long value that makes up the structure of the <seecref="T:System.Data.SqlTypes.SqlMoney" /> instance.</summary>
826
826
<returns>A <seecref="T:System.Int64" /> that represents the TDS long value.</returns>
827
827
<remarks>To be added.</remarks>
828
+
<exceptioncref="T:System.Data.SqlTypes.SqlNullValueException">Thrown when the <seecref="T:System.Data.SqlTypes.SqlMoney" /> is <seelangword="null" />.</exception>
Copy file name to clipboardExpand all lines: xml/System.Data/DataRowView.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -418,6 +418,7 @@
418
418
<summary>Returns a <seecref="T:System.Data.DataView" /> for the child <seecref="T:System.Data.DataTable" /> with the specified <seecref="T:System.Data.DataRelation" /> name and parent.</summary>
419
419
<returns>a <seecref="T:System.Data.DataView" /> for the child <seecref="T:System.Data.DataTable" />.</returns>
0 commit comments