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

Syntax

[Android.Runtime.Register("blobFileDescriptorForQuery", "(Landroid/database/sqlite/SQLiteStatement;[Ljava/lang/String;)Landroid/os/ParcelFileDescriptor;", "")]
public static Android.OS.ParcelFileDescriptor BlobFileDescriptorForQuery (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 blob 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 11