Check if item contains from List item which is inside another list
Hi,
I am working on C# .Net project.
How I will make Linq query if I need to find the data from List object which is inside List?
public class CoreServicesRules { public List<CoreServicesProductDetails> CoreServicesProductList { get; set; } } public class CoreServicesProductDetails { public List<string> ProductCodeList { get; set; } public string ReplaceProductCodeFromString { get; set; } public string ReplaceProductRateWithString { get; set; } }
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst