本文介绍了通过比较另一个列表常见的iteam删除列表项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我有两个列表List A和List B,它们都有一个具有EMP ID的公共列表项.我想通过与使用C#在List B中具有相同&nb;的List A EMP ID(列表项)进行比较来删除列表项请指导我
I have two lists List A and List B , both has common list item with EMP ID .I want to delete list item by comparing to List A EMP ID(list item)having the same in List B by using C# .Please guide me
谢谢
ArunDarly
ArunDarly
推荐答案
请检查这篇文章
https://sharepoint.stackexchange. com/questions/41683/comparing-and-modifying-items-a-list
这篇关于通过比较另一个列表常见的iteam删除列表项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!