See Also: CursorAdapter Members
Adapter that exposes data from a Android.Database.ICursor to a Android.Widget.ListView widget.
The Cursor must include a column named "_id" or this class will not work. Additionally, using Android.Database.MergeCursor with this class will not work if the merged Cursors have overlapping values in their "_id" columns.