CursorJoiner.HasNext Property

Definition

Returns whether or not there are more rows to compare using next().

public bool HasNext { [Android.Runtime.Register("hasNext", "()Z", "")] get; }
[<get: Android.Runtime.Register("hasNext", "()Z", "")>]
member this.HasNext : bool

Property Value

true if there are more rows to compare

Implements

Attributes

Remarks

Returns whether or not there are more rows to compare using next().

Java documentation for android.database.CursorJoiner.hasNext().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to