Android.Database.DatabaseUtils.DumpCursor Method
Prints the contents of a Cursor to System.out.

Syntax

[Android.Runtime.Register("dumpCursor", "(Landroid/database/Cursor;)V", "")]
public static void DumpCursor (ICursor cursor)

Parameters

cursor
the cursor to print

Remarks

Prints the contents of a Cursor to System.out. 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