toValues

fun Cursor.toValues(removeBlankRows: Boolean = false): ContentValues

Returns the entire contents of the current row as a ContentValues object.

Return

entire contents of the current row

Parameters

removeBlankRows

whether rows with blank values should be removed