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.
我想从我的表中获取不同的数据,但我无法将 distinct 关键字与以下语句一起使用。
var query = conn.Table<taxi_fares>()
请指导我如何在 C# 中编写此查询。