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.
我有 3 列的 DataTable:名称、描述和日期
链接到图片
我也有 ComboBox,在他的活动中,我需要根据日期过滤表中的数据。
使用该过滤器后,我必须只有不同的值,其中该名称出现在原始表中的次数,如下所示:
我必须在 c# 中执行此操作。我正在尝试使用 Linq,但没有成功。