XML3 - API DLL Documentation
Enumeration to specify the return DataType you wish for.

Namespace: XMLV3API
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum ReturnType
Visual Basic
Public Enumeration ReturnType
Visual C++
public enum class ReturnType

Members

Member nameValueDescription
XmlElement0 Specifies to the respective routine utilising this enumeration that you wish for an xml return type.
DataSet1 Specifies to the respective routine utilising this enumeration that you wish for an Dataset return type.
CustomObject2 Specifies to the respective routine utilising this enumeration that you wish for a Custom Object return type.
NoReturn3 Specifies to the respective routine utilising this enumeration that you wish for a return of nothing.

Remarks