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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:23:12+00:00 2026-05-25T18:23:12+00:00

Lets say I’ve got the following entities User UserID UserName UserNameAsLower Profile (Navigation property)

  • 0

Lets say I’ve got the following entities

  • User

    • UserID
    • UserName
    • UserNameAsLower
    • Profile (Navigation property)
  • Profile

    • UserID
    • Email
    • EmailAsLower
    • Language

and I want to return a consolidated object, lets call it a UserDTO, but remove some of the fields that we don’t want the user to see (AsLower stuff)

  • UserDTO
    • UserID
    • UserName
    • Email
    • Language

if I write a LINQ query as follows and then apply filtering criteria on it, will it execute at that point since the filter criteria is being applied to the projected class property names?

public IQueryable<UserDTO> GetUsers() 
{
   IQueryable<UserDTO> users = (from u in Entities.Users select new UserDTO() { UserID = u.UserID, UserName = u.UserName, Email = u.Profile.Email, Language = u.Profile.Email });
   users = users.Where( u => u.UserName.Contains("Admin") );

   return users;
}

The reason I’m asking is if the database table behind it happens to be really large (millions of records), I want to make sure it doesn’t try to load it into memory first.

  • 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-25T18:23:13+00:00Added an answer on May 25, 2026 at 6:23 pm

    RIA will execute the LINQ query with all applied filters and only serialize back the results.

    Order of operations is this: client constructs IQueryable, client enumerates IQueryable, RIA turns IQueryable.Expression into GET request, server parses GET request into Expression tree and reconstructs IQueryable, server executes expression using IQueryProvider, server serializes response to client.

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

Sidebar

Related Questions

Lets say we have a table here, populated with the following data: acc_id1 acc_id2
Lets say I have a table called user_table: user_table id first_name last_name gender email
Lets say I have the following code: delegate int MyDel (int n); // my
Lets say I have the following table User_ID Manager_ID --------------------- Linda Jacob Mark Linda
Lets say we've got a Grid with with 30 columns and 30 rows. Rules
Lets say we have the following code: class C t where g :: t
Lets say I create a custom property called test123 inside of the alfresco-global.properties file.
Lets say I have the following class public class Test { public int prop1
lets say i've got this array: array = [str1, str2, str3, str4, str5, str6,
Lets say that you have websites www.xyz.com and www.abc.com. Lets say that a user

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.