سلام دوست عزیز
var query = (from _Product in model.ProductRepository
join _Group in model.GroupRepository
on _Product.GroupId equals _Group.ID
select new {
ID = _Product.ID,
ProductName = _Product.Name
GroupName = _Group.Name
});
سلام دوست عزیز
var query = (from _Product in model.ProductRepository
join _Group in model.GroupRepository
on _Product.GroupId equals _Group.ID
select new {
ID = _Product.ID,
ProductName = _Product.Name
GroupName = _Group.Name
});
آخرین ویرایش به وسیله Mahmoud.Afrad : چهارشنبه 02 اردیبهشت 1394 در 20:22 عصر