Share via


SQLiteCursor.SetSelectionArguments(String[]) Method

Definition

Changes the selection arguments.

[Android.Runtime.Register("setSelectionArguments", "([Ljava/lang/String;)V", "GetSetSelectionArguments_arrayLjava_lang_String_Handler")]
public virtual void SetSelectionArguments (string[]? selectionArgs);
[<Android.Runtime.Register("setSelectionArguments", "([Ljava/lang/String;)V", "GetSetSelectionArguments_arrayLjava_lang_String_Handler")>]
abstract member SetSelectionArguments : string[] -> unit
override this.SetSelectionArguments : string[] -> unit

Parameters

selectionArgs
String[]
Attributes

Remarks

Changes the selection arguments. The new values take effect after a call to requery().

Java documentation for android.database.sqlite.SQLiteCursor.setSelectionArguments(java.lang.String[]).

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