Android.Database.DatabaseUtils.AppendSelectionArgs Method
Appends one set of selection args to another.

Syntax

[Android.Runtime.Register("appendSelectionArgs", "([Ljava/lang/String;[Ljava/lang/String;)[Ljava/lang/String;", "")]
public static string[] AppendSelectionArgs (string[] originalValues, string[] newValues)

Parameters

originalValues
Documentation for this section has not yet been entered.
newValues
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Appends one set of selection args to another. This is useful when adding a selection argument to a user provided set.

[Android Documentation]

Requirements

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