SqlDecimal.WriteTdsValue(Span<UInt32>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Writes the four 32-bit unsigned integer values that make up the SqlDecimal structure into the destination
span.
public:
int WriteTdsValue(Span<System::UInt32> destination);
[System.CLSCompliant(false)]
public int WriteTdsValue (Span<uint> destination);
[<System.CLSCompliant(false)>]
member this.WriteTdsValue : Span<uint32> -> int
Public Function WriteTdsValue (destination As Span(Of UInteger)) As Integer
Parameters
Returns
The number of items written to the Span<T>.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.