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
<paramname="destination">A <seecref="T:System.Span`1" /> of 32-bit unsigned integers.</param>
4114
+
<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>
4115
+
<returns>The number of items written to the <seecref="T:System.Span`1" />.</returns>
<paramname="value">The TDS long representation of the monetary value to initialize.</param>
700
+
<summary>Initializes a new instance of the <seecref="T:System.Data.SqlTypes.SqlMoney" /> class with the specified Tabular Data Stream (TDS) long value.</summary>
701
+
<returns>A new <seecref="T:System.Data.SqlTypes.SqlMoney" /> structure whose <seecref="P:System.Data.SqlTypes.SqlMoney.Value" /> property is equal to the TDS value of the <seecref="T:System.Int64" /> parameter.</returns>
702
+
<remarks>
703
+
<formattype="text/markdown"><![CDATA[
704
+
705
+
## Remarks
706
+
This method creates the <xref:System.Data.SqlTypes.SqlMoney> structure object directly from the Tabular Data Stream (TDS) long value passed, without making a copy of it.
707
+
708
+
]]></format>
709
+
</remarks>
703
710
</Docs>
704
711
</Member>
705
712
<MemberMemberName="GetHashCode">
@@ -769,8 +776,8 @@
769
776
</ReturnValue>
770
777
<Parameters />
771
778
<Docs>
772
-
<summary>To be added.</summary>
773
-
<returns>To be added.</returns>
779
+
<summary>Returns the Tabular Data Stream (TDS) long value that makes up the structure of the <seecref="T:System.Data.SqlTypes.SqlMoney" /> instance.</summary>
780
+
<returns>A <seecref="T:System.Int64" /> that represents the TDS long value.</returns>
0 commit comments