Tamino API for .NET

TaminoPageIterator.Previous Method 

Move to previous page if possible.

[Visual Basic]
Public Function Previous() As Boolean
[C#]
public bool Previous();

Return Value

true if moving to the previous page was possible, false otherwise

Remarks

Always false for a single page result set or forwards only cursor.

See Also

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