Prints the contents of a Cursor's current row to a PrintSteam.
Syntax
[Android.Runtime.Register("dumpCurrentRow", "(Landroid/database/Cursor;Ljava/io/PrintStream;)V", "")]
public static
void DumpCurrentRow (
ICursor cursor,
Java.IO.PrintStream stream)
Parameters
- cursor
- the cursor to print
- stream
- the stream to print to
Remarks
Requirements
Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1