Android.Database.CursorJoiner.Next Method
Returns the comparison result of the next row from each cursor.

Syntax

[Android.Runtime.Register("next", "()Landroid/database/CursorJoiner$Result;", "")]
public CursorJoiner.Result Next ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the comparison result of the next row from each cursor. If one cursor has no more rows but the other does then subsequent calls to this will indicate that the remaining rows are unique.

The caller must check that hasNext() returns true before calling this.

Once next() has been called the cursors specified in the result of the call to next() are guaranteed to point to the row that was indicated. Reading values from the cursor that was not indicated in the call to next() will result in undefined behavior.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1