Android.Database.DatabaseUtils.ConcatenateWhere Method
Concatenates two SQL WHERE clauses, handling empty or null values.

Syntax

[Android.Runtime.Register("concatenateWhere", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "")]
public static string ConcatenateWhere (string a, string b)

Parameters

a
Documentation for this section has not yet been entered.
b
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Concatenates two SQL WHERE clauses, handling empty or null values.

[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