Android.Database.DatabaseUtils.DumpCursorToString Method
Prints the contents of a Cursor to a String.

Syntax

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

Parameters

cursor
the cursor to print

Returns

Documentation for this section has not yet been entered.

Remarks

Prints the contents of a Cursor to a String. The position is restored after printing.

[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