Android.Database.CursorWindow.StartPosition Property
Gets the start position of this cursor window.

Syntax

[get: Android.Runtime.Register("getStartPosition", "()I", "GetGetStartPositionHandler")]
[set: Android.Runtime.Register("setStartPosition", "(I)V", "GetSetStartPosition_IHandler")]
public virtual int StartPosition { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the start position of this cursor window.

The start position is the zero-based index of the first row that this window contains relative to the entire result set of the Android.Database.ICursor.

Set method documentation [Android Documentation]

Sets the start position of this cursor window.

The start position is the zero-based index of the first row that this window contains relative to the entire result set of the Android.Database.ICursor.

Requirements

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