Android.Database.DatabaseUtils.DumpCurrentRow Method
Prints the contents of a Cursor's current row to a StringBuilder.

Syntax

[Android.Runtime.Register("dumpCurrentRow", "(Landroid/database/Cursor;Ljava/lang/StringBuilder;)V", "")]
public static void DumpCurrentRow (ICursor cursor, Java.Lang.StringBuilder sb)

Parameters

cursor
the cursor to print
sb
the StringBuilder to print to

Remarks

Prints the contents of a Cursor's current row to a StringBuilder.

[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