Język

CursorTreeAdapter.RunQueryOnBackgroundThread Method

Definition

Overloads

RunQueryOnBackgroundThread(ICharSequence)

See also:

[Android.Runtime.Register("runQueryOnBackgroundThread", "(Ljava/lang/CharSequence;)Landroid/database/Cursor;", "GetRunQueryOnBackgroundThread_Ljava_lang_CharSequence_Handler")]
public virtual Android.Database.ICursor? RunQueryOnBackgroundThread(Java.Lang.ICharSequence? constraint);
[<Android.Runtime.Register("runQueryOnBackgroundThread", "(Ljava/lang/CharSequence;)Landroid/database/Cursor;", "GetRunQueryOnBackgroundThread_Ljava_lang_CharSequence_Handler")>]
abstract member RunQueryOnBackgroundThread : Java.Lang.ICharSequence -> Android.Database.ICursor
override this.RunQueryOnBackgroundThread : Java.Lang.ICharSequence -> Android.Database.ICursor

Parameters

constraint
ICharSequence

CharSequence

Returns

A cursor containing the query results, or null when no results are available.

Attributes

Remarks

Java documentation for android.widget.CursorTreeAdapter.runQueryOnBackgroundThread(java.lang.CharSequence).

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.

See also

Applies to

RunQueryOnBackgroundThread(String)

See also:

public Android.Database.ICursor? RunQueryOnBackgroundThread(string? constraint);
member this.RunQueryOnBackgroundThread : string -> Android.Database.ICursor

Parameters

constraint
String

CharSequence

Returns

A cursor containing the query results, or null when no results are available.

Remarks

Java documentation for android.widget.CursorTreeAdapter.runQueryOnBackgroundThread(java.lang.CharSequence).

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