Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7078989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:36:56+00:00 2026-05-28T06:36:56+00:00

I have a minor problem guys which I need some help. I have a

  • 0

I have a minor problem guys which I need some help. I have a Restaurant object which has the fields : districtId, dishId, foodCategoryId and restaurantName.

Based on my code below, I need to check from the districtId array input parameter if it has a match in the RestaurantTable. I have an idea I should use

 districtId.ToList().Foreach( blah blah action )

but I am having a difficulty using it. Please advise. Thanks In advance.

My code snippet:

public IEnumerable<Restaurant> GetAllRestaurants(string restaurantName
        , int[] districtId
        , int dishId = 0
        , int foodCategoryId = 0)
    {

var q = RestaurantTable.Where(restaurants => restaurants.RestaurantName.Contains(restaurantName.ToLower().Trim())
                                                | restaurants.DishId == dishId
                                                | restaurants.FoodCategoryId == foodCategoryId
| "For each Id's in districtId check if it has a match in restaurants.DistrictId")

return q.ToList();
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T06:36:56+00:00Added an answer on May 28, 2026 at 6:36 am

    You can use Contains():

        var q = RestaurantTable.Where(restaurant => restaurant.RestaurantName.Contains(restaurantName.ToLower().Trim())
                                     || restaurant.DishId == dishId
                                     || restaurant.FoodCategoryId == foodCategoryId
                                     || districtId.Contains(restaurant.DistrictId))
    

    Also you want to use || (logical OR) instead of | (binary OR)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some minor problem with an SQL query. I have to select data
I have a minor problem, basically I have a hidden input button which is
I have a minor problem where my (new) computer tends to completely freeze up.
I'm a PHP newbie, so I have a minor problem functions. I have this
I have the following code which seems to work OK except for a minor
I was wondering if anyone could help me with this minor problem. I want
Let's say we have a business object, let's call it a Foo , which
I welcome any help for the following code optimization problem: I have a collection
I have a minor problem. Whenever I try to build my project using the
I need your help. I have write my own custom NSOperation class called GetNewsOperation.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.