Items = (from myRow in table.AsEnumerable()
where myRow.Field<string>("RelatedContactName") == groupName
select myRow)
Items 对象的属性。
public class Item
{
public List<Item> Items
{
get;
set;
}
}
Items = (from myRow in table.AsEnumerable()
where myRow.Field<string>("RelatedContactName") == groupName
select myRow)
Items 对象的属性。
public class Item
{
public List<Item> Items
{
get;
set;
}
}