Android.Database.DatabaseUtils.StringForQuery Method
Utility method to run the pre-compiled query and return the value in the first column of the first row.

Syntax

[Android.Runtime.Register("stringForQuery", "(Landroid/database/sqlite/SQLiteStatement;[Ljava/lang/String;)Ljava/lang/String;", "")]
public static string StringForQuery (Android.Database.Sqlite.SQLiteStatement prog, string[] selectionArgs)

Parameters

prog
Documentation for this section has not yet been entered.
selectionArgs
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Utility method to run the pre-compiled query and return the value in the first column of the first row.

[Android Documentation]

Requirements

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