customerGrid.DataSource = context.Customer.where(o=>o.zip=="081").tolist();
button1.clickvar query =context.orders.where(
    o=>o.customerId in(.....customerGrid DataSource中的coustomer....)//???这里怎么写
)
按一button,后得到customerGrid 表格中列出的客户的orders要如何写 linq呢