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

  • Home
  • SEARCH
  • 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 7985589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:36:03+00:00 2026-06-04T11:36:03+00:00

With Entity Framework 4.3 and Linq, I want to match a search string against

  • 0

With Entity Framework 4.3 and Linq, I want to match a search string against certain properties of contained objects and also on the properties of child objects. This turns out to be a rather complex query though, and I’m not sure how to do it. For instance, one property is an integer and I’m not allowed to call .ToString() in a Linq query.

In order to give you an idea of what I’m trying to do, consider this example code:

var dbVersions = from ver in db.Versions 
                 where ver.Name.Contains(search) || 
                       ver.Children.Any(c=>c.Id.ToString().Contains(search)) 
                 select ver;

How should I implement this search? Perhaps via a stored procedure?

The database server is SQL Server 2012.

  • 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-06-04T11:36:06+00:00Added an answer on June 4, 2026 at 11:36 am

    If you want to use LINQ the framework internally will do the proper optimizations and from my experience the results are quite OK.
    If you don’t want to use an stored procedure and stick to LINQ keeping it all in your class code use:

    SqlFunctions.StringConvert((double)c.Id)
    

    for converting your int to an string. Note that there is no overload for int, so you need to cast it to double or decimal.

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

Sidebar

Related Questions

I am using LINQ Entity framework. I have a SQL table and I want
I am new to Entity Framework and Linq to Entities and I want to
I query-ing this from entity framework using WCF, and i want to use the
How I can send a linq query as string to Entity Framework for example:
I am using MVC3 with LinQ and Entity framework and I want to start
I have a Linq (Entity Framework) Query as function getData(string col_to_sort , bool IsAscending
I use Entity Framework and have this entity mapping: Parent - Child 1 (ActiveInd
Hi is it possible using Entity Framework and/or linq to select a certain number
I want to check for duplicates in Entity Framework using Linq-To-Entities, ignoring cases. What's
I've got a LINQ query going against an Entity Framework object. Here's a summary

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.