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 203387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:22:28+00:00 2026-05-11T17:22:28+00:00

I have a number of different data sources that I need to query and

  • 0

I have a number of different data sources that I need to query and have been able to do confine all my queries to very simple expressions with no more than 2 conditions. An example of typical complexity of my lamba Expressions is:

b => b.user == "joe" && b.domain == "bloggs.com"

On my non-SQL data sources I’m ok as I can convert them to object lists and use a LINQ query such as:

public override T Get(List<T> assets, Expression<Func<T, bool>> whereClause)
{
    return assets.Where(a => whereClause.Compile()(a)).FirstOrDefault();
}

My problem is when I need to query a relational database – I’m only really concerned with Postgresql and MySQL – I’ve been struggling a bit. I’ve got nHibernate to Linq “working” but have had some issues where it stalls and stops accessing the database or can’t close connections, typical sort of things to expect from something in beta so I’m not complaining.

Because my queries are so simple and I am happy to build the SQL myself I’d like to know if there is a relatively painless way to turn my Expression’s into SQL where clauses?

I’ve had a quick search around and found some samples and of course there are already some Linq-to-SQL engines so I know it can be done. The question is whether it’s something I can whip up in a day or less of effort? That’s what I’d estimate it would take me to find a compatible Linq-to-SQL library and load test it assuming it works out ok. I do have big performance considerations so raw SQL is preferrable for me instead of running through an ORM.

  • 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-11T17:22:28+00:00Added an answer on May 11, 2026 at 5:22 pm

    Writing a LINQ provider can be very difficult. I would suggest looking into these links:

    Linq Provider for MySql, Postgres, Oracle (This is open-source)
    Writing custom LINQ provider

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

Sidebar

Related Questions

I'm looking at files that all have a different version number that starts at
I have two tables containing data that are essentially headline lists from different sources.
We have a number of different old school client-server C# WinForm client-side apps that
I have now written a number of different functions in Google Apps Script that
We have a number of servers running various different LAMP setups. One thing that
I have a Django form that uses a different number of fields based on
I have ten buttons that each correspond to a different number. I'm looking to
We have a large number of programmers on different platforms all using CVS. We
I have a phone number field that can have lots of different characters such
We have a need to create SQLAlchemy classes to access multiple external data sources

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.