Syntax
[Android.Runtime.Register("buildQuery", "([Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "GetBuildQuery_arrayLjava_lang_String_Ljava_lang_String_arrayLjava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual
string BuildQuery (
string[] projectionIn,
string selection,
string[] selectionArgs,
string groupBy,
string having,
string sortOrder,
string limit)
Parameters
- projectionIn
- Documentation for this section has not yet been entered.
- selection
- Documentation for this section has not yet been entered.
- selectionArgs
- Documentation for this section has not yet been entered.
- groupBy
- Documentation for this section has not yet been entered.
- having
- Documentation for this section has not yet been entered.
- sortOrder
- Documentation for this section has not yet been entered.
- limit
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Database.Sqlite
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1