ContentResolver.QueryArgOffset Field

Definition

Specifies the offset row index within a Cursor.

[Android.Runtime.Register("QUERY_ARG_OFFSET", ApiSince=26)]
public const string QueryArgOffset;
[<Android.Runtime.Register("QUERY_ARG_OFFSET", ApiSince=26)>]
val mutable QueryArgOffset : string

Field Value

Attributes

Remarks

Specifies the offset row index within a Cursor.

Java documentation for android.content.ContentResolver.QUERY_ARG_OFFSET.

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