Tamino API for .NET

TaminoQueryResponse Members

Public Instance Properties

ErrorText Error text for operation. Only set if ReturnValue is non-zero.
HasData Does the query response hold any data?
IsXml Is this an XML response?
ReturnValue Return value of operation. "0" indicates success, anything else denotes an error.
Warnings Warnings (if any) for operation.

Public Instance Methods

Close Close the query result set.
Equals (inherited from Object)
GetEnumerator Public access to the enumerator.
GetErrorPage Get the error page.
GetHashCode (inherited from Object)
GetItemIterator Returns the item iterator for the result set.
GetNonXmlDocument Actual non-XML document as received.
GetPageIterator Returns the page iterator for the result set.
GetSingleItem Returns the first item as an object of the specified type.
GetSingleNode Returns the first item as an XmlNode.
GetSingleNodeList Returns the payload of the first page as an XmlNodeList.
GetSinglePage Returns the first page as an XmlDocument.
GetType (inherited from Object)
ToString (inherited from Object)

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

Explicit Interface Implementations

IEnumerable.GetEnumerator This member supports the .NET Framework infrastructure. It is not intended to be used directly from your code.

See Also

TaminoQueryResponse Class | SoftwareAG.Tamino.Api Namespace | TaminoPageIterator | TaminoItemIterator