Xamarin.Android 使用 SQLite 出現 Index -1 requested, with a size of 10 異常

異常: Android.Database.CursorIndexOutOfBoundsException: Index -1 requested, with a size of 10 此錯誤是數據返回到ICursor無法確定獲取列的索引,那麼需要加上一下代碼即可。 if (i == 0) //確定遊標位置 { ic.MoveToFirst(); } else {
相關文章
相關標籤/搜索