Tamino API for .NET

TaminoQueryResponse.GetSingleNode Method 

Returns the first item as an XmlNode.

[Visual Basic]
Public Function GetSingleNode() As XmlNode
[C#]
public XmlNode GetSingleNode();

Return Value

the first item

Remarks

Helper method to permit simple access to the contents of a single item result set. To be used when only a single item is expected as the response (it just bypasses the unnecessary use of GetItemIterator/GetPageIterator).

See Also

TaminoQueryResponse Class | TaminoQueryResponse Members | SoftwareAG.Tamino.Api Namespace