SQLiteCursor.SetSelectionArguments(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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().
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.