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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.