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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:00:30+00:00 2026-05-18T01:00:30+00:00

im using LINQ to Entities with dotConnect for Oracle and i get an OUTER

  • 0

im using LINQ to Entities with dotConnect for Oracle and i get an OUTER APPLY is not supported exception with this very simple LINQ query:

from intervenant in Intervenants
select new
{
    intervenant.Code,
    intervenant.Nom,
    Municipalite = intervenant.Adresses.Any() ? intervenant.Adresses.FirstOrDefault().Municipalite : string.Empty,
    CodePostal = intervenant.Adresses.Any() ? intervenant.Adresses.FirstOrDefault().CodePostal : string.Empty
}

How should i build my query to solve this problem?

thank you very much for the help!

UPDATE

I have updated my devArt dotConnect for Oracle provider and it have solved the problem. It doesn’t do the OUTER APPLY anymore for this LINQ query.

BUT i have another problem. This linq query serve a Telerik Grid and the Outer Apply problem came back. Not sure what the Grid do inside but he is doing something that is not supported by the provider.

  • 1 1 Answer
  • 1 View
  • 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-18T01:00:31+00:00Added an answer on May 18, 2026 at 1:00 am

    What happens when you do this?

    from intervenant in Intervenants
    select new
    {
        intervenant.Code,
        intervenant.Nom,
        Municipalite = intervenant.Adresses.FirstOrDefault().Municipalite,
        CodePostal = intervenant.Adresses.FirstOrDefault().CodePostal
    }
    

    Can you then nest that inside a LINQ expression that converts the nulls to empty strings?

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

Sidebar

Related Questions

My doubt is simple. I'm creating a query using LINQ to ENTITIES. I want
I'm working on the following LINQ query: public void GetAuditRuleAgencyRecords(IEnumerable<Entities.AuditRule> rules) { using (LinqModelDataContext
I'm using LINQ to Entities on a database which structure is not known in
I'm using LINQ-to-Entities. Using the following query: var x = from u in context.Users
Using LINQ to Entities, I need to get records from a PersonTable WHERE Age
Using LINQ to Entities sounds like a great way to query against a database
I'm using LINQ to Entities (not LINQ to SQL) and I'm having trouble creating
I'm using Linq to entities applying a Table per Type approach. This has been
When I am trying to Query Databae Context using Linq to Entities I am
Iam using linq to entities and I want to get all Users that haven't

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.