Android.Database.DatabaseUtils.DumpCurrentRowToString Method
Dump the contents of a Cursor's current row to a String.

Syntax

[Android.Runtime.Register("dumpCurrentRowToString", "(Landroid/database/Cursor;)Ljava/lang/String;", "")]
public static string DumpCurrentRowToString (ICursor cursor)

Parameters

cursor
the cursor to print

Returns

Documentation for this section has not yet been entered.

Remarks

Dump the contents of a Cursor's current row to a String.

[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