Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

198
Views
Cómo fusionar dos Expression<Func<T, object>>

Tengo una clase:

 public class Person { public virtual string Id { get; set; } public virtual string Name { get; set; } public virtual int Age { get; set; } public virtual DateTime UpdateTime { get; set; } }

Y tengo dos objetos Expression<Func<T, object>> :

 Expression<Func<Person, object>> exp1 = t => t.UpdateTime
 Expression<Func<Person, object>> exp2 = t => new {t.Age, t.Name}

Y ahora necesito fusionarlos para

 Expression<Func<Person, object>> exp1 = t => new {t.UpdateTime, t.Age, t.Name}

es posible? ¿Si es así, cómo?

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!