Skip to content

Commit e9bf3ba

Browse files
committed
System.Data docs
1 parent 771bfa5 commit e9bf3ba

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

xml/System.Data.SqlTypes/SqlDecimal.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4371,6 +4371,8 @@ This member is an explicit interface member implementation. It can be used only
43714371
<summary>Writes the four 32-bit unsigned integer values that make up the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure into the <paramref name="destination" /> span.</summary>
43724372
<returns>The number of items written to the <see cref="T:System.Span`1" />.</returns>
43734373
<remarks>To be added.</remarks>
4374+
<exception cref="T:System.Data.SqlTypes.SqlNullValueException">Thrown when the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is <see langword="null" />.</exception>
4375+
<exception cref="T:System.ArgumentOutOfRangeException">Thrown when the destination span is too small.</exception>
43744376
</Docs>
43754377
</Member>
43764378
</Members>

xml/System.Data.SqlTypes/SqlMoney.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,7 @@
825825
<summary>Returns the Tabular Data Stream (TDS) long value that makes up the structure of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> instance.</summary>
826826
<returns>A <see cref="T:System.Int64" /> that represents the TDS long value.</returns>
827827
<remarks>To be added.</remarks>
828+
<exception cref="T:System.Data.SqlTypes.SqlNullValueException">Thrown when the <see cref="T:System.Data.SqlTypes.SqlMoney" /> is <see langword="null" />.</exception>
828829
</Docs>
829830
</Member>
830831
<Member MemberName="GetXsdType">

xml/System.Data/DataRowView.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@
418418
<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" /> name and parent.</summary>
419419
<returns>a <see cref="T:System.Data.DataView" /> for the child <see cref="T:System.Data.DataTable" />.</returns>
420420
<remarks>To be added.</remarks>
421+
<exception cref="T:System.ArgumentException">Unmatched <paramref name="relationName" />.</exception>
421422
</Docs>
422423
</Member>
423424
<Member MemberName="DataView">

xml/System.Data/SqlDbType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@
14501450
</ReturnValue>
14511451
<MemberValue>36</MemberValue>
14521452
<Docs>
1453-
<summary>To be added.</summary>
1453+
<summary>A vector value.</summary>
14541454
</Docs>
14551455
</Member>
14561456
<Member MemberName="Xml">

0 commit comments

Comments
 (0)