摘要:
LINQ 查询表达式join 关键字用法:我在这里先创建的实验用例:show sourceview sourceprint?01class Customer02{03public int CustomerId { get; set; }04public string Name { get; set; }05public int Age { get; set; }06}0708class Product09{10public int ProductId { get; set; }11public string Name { get; set; }12public string Origin { 阅读全文
posted @ 2011-06-24 15:39
fumen
阅读(5232)
评论(0)
推荐(0)
浙公网安备 33010602011771号