SqlDecimal.WriteTdsValue(Span<UInt32>) Method

Definition

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

destination
Span<UInt32>

A Span<T> of 32-bit unsigned integers.

Returns

The number of items written to the Span<T>.

Attributes

Applies to