Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Visual Studio 2019 Xamarin Forms 4.2 .Net Standard 2.0 框架
我正在开发一个 Xamarin Forms 项目,在该项目中我使用 Akavache 对数据进行一些缓存,效果很好,但我也想使用 Akavache 创建的同一个数据库将一些数据保存到我自己的表中。有人可以指导我一些可以告诉我如何做到这一点的代码吗?我想要一个基于可以执行 CRUD 操作的类模型创建的表。
谢谢,凯