Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Deutsch) » QAnywhere » QAnywhere-Referenz » QAnywhere .NET-API-Referenz » QAnywhere .NET-API für Webdienste (.NET 2.0) » WSResult-Klasse

 

GetNullableDecimalArrayValue-Methode

Ruft ein Array mit Werten vom Typ NullableDecimal aus diesem WSResult ab.

Syntax
Visual Basic
Public Function GetNullableDecimalArrayValue( _
   ByVal Elementname As String _
) As iAnywhere.QAnywhere.WS.NullableDecimal()
C#
public iAnywhere.QAnywhere.WS.Nullabledecimal[] GetNullableDecimalArrayValue(
   string  Elementname
);
Parameter
  • Elementname   Der Elementname im WSDL-Dokument dieses Werts

Rückgabewert

Der Wert

Ausnahmen