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.
在 C# .net 中,您可以构建内存数据表并使用 LINQ 在其上运行类似 sql 的查询,然后在应用程序的 Datagrid 中显示结果。
在 QT C++ 中使用的等效工具是什么?
你可以看看sqlite。
它不提供类似 LINQ 的语法,但它允许您将数据库保存在内存中。 您可以将您的演示者(例如 Datagrid)绑定到通过表/查询从该数据库提供的数据。