CrossSlide
CrossSlide
Wow, that seems to have solved it! I'll have to test... Thank you @danielmartind for your help and patience. I owe you a couple of beers. ;-)
After testing, the last suggestion did not work as hoped. IBusinessListBase`` needs to stay ``. _Has anyone here implemented interface members on a BusinessListBase?_ **The Problem**: As soon as I...
@rockfordlhotka I apologize for calling on you directly but I’ve been stumped on this problem for several days. If you get a minute can you help? Thanks
I have some methods that I want to pass different BOs. public void DoSomething(IPet pet)
Yes, I do a Pet.PetFoods.Where() in my method and it works but now my original Dog.Meals will not do the .Were() (e.g. Dog.Meals.Where()… not working, ((IPet)Dog).PetFoods.Where()… working)... above
Thank you @jonnybee for the help!
Got it! Thanks @rockfordlhotka !!