Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Guys,
just wondering do we have to chain our Where statements for now?
I'm trying:
var productsOfSameType = Model.Parent.Children.Where("productType == \"" + Model.productType + "\" && Id != " + Model.Id + "");
Cheers,
Tom
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Can't Where with && must chain wheres??
Hi Guys,
just wondering do we have to chain our Where statements for now?
I'm trying:
var productsOfSameType = Model.Parent.Children.Where("productType == \"" + Model.productType + "\" && Id != " + Model.Id + "");
Cheers,
Tom
is working on a reply...