开发者

Order entitydatasource records

I'm trying to order entitydatasource records like this: orderby="Product_Num" but it says:

开发者_开发问答'Product_Num' is not a member of 'Transient.collection[productmodel.Products(Nullable=True,DefaultValue=)]'. To extract a property of a collection element, use a subquery to iterate over the collection.

So, it means that It cannot order collection of Products. It needs some kind of subquery, but I'm not sure what exactly does it need.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜