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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.