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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T11:46:00+00:00 2026-06-09T11:46:00+00:00

I have one table containing some fields like Firstname,companyname etc.. Now I want the

  • 0

I have one table containing some fields like Firstname,companyname etc.. Now I want the Companyname whose First Character is starting from “A” and if Company name is empty then search condition will be applied on First name i.e First Character starts from “A”.how can i solve it? Give me query for that. I have applied query like :

var query = _affiliateRepository.Table;
if (!showHidden)
query = query.Where(a => a.Active);

        if (Where(from a in query where a.Address.Company.HasValue))
            query = from a in query where a.Address.FirstName.StartsWith("a") select a;
        else
            query = from a in query where a.Address.Company.StartsWith("a") select a;
        query = from a in query where a.Address.Company.StartsWith("a") select a;
  • 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-09T11:46:01+00:00Added an answer on June 9, 2026 at 11:46 am

    If I understand your question, I think you need the LINQ equivalent of a COALESCE in SQL. For each row you need to look at both the Company Name and the FirstName to determine which to do the comparison against.

    Something like this may work:

    .Select (c => (c.Company ?? c.FirstName))
    .Where (c => c.StartsWith (“A”))

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

Sidebar

Related Questions

I have a favorite table containing some fields like login_id,driver_id(One login_id may have many
I have three tables, table one (tableA) containing users data like name and email,
I have one table containing user sessions and another to indicate violations in the
I have data table containing one column as FilePath. FilePath D:\New folder\link.txt D:\New folder\SharepointMigration(Work
I have four different tables, one main SPECIAL table containing only id's that reference
Can anyone help me. I have a table containing a nested table in one
Using storyboard, I have a table view controller containing multiple dynamic prototype cells. One
I have a Table containing some information that I need. All these rows also
I have a table containing radiobuttons (i.e. 3x3 grid) and I want when I
I have a table containing data which I do not want to wrap onto

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.