标签: asp.net
我正在尝试订购这样的entitydatasource记录:orderby="Product_Num" 但它说:
orderby="Product_Num"
'Product_Num'不是'Transient.collection [productmodel.Products(Nullable = True,DefaultValue =)]'的成员。要提取集合元素的属性,请使用子查询迭代集合。
因此,这意味着它无法订购产品。它需要某种子查询,但我不确定它究竟需要什么。