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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:04:04+00:00 2026-06-05T03:04:04+00:00

Hello i have a linq query as follow var q = (from c in

  • 0

Hello i have a linq query as follow

var q = (from c in db.table1
         select c).ToList();

then i assign the result to a DataGridView

myDGV.DataSource = q;

the table1 before have: myCol1,myCol2,myCol3 columns

the grid view will present the data as it is with the same columns names as the db table

the question is where did it get the names?

i just assigned a collection to its data source nothing more

  • 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-05T03:04:06+00:00Added an answer on June 5, 2026 at 3:04 am

    Are you using an entity model? If so when you create your model it generates classes for each table including properties which match all of the table columns from the database. When you set the DataSource to a list of these objects it will automatically assign the property name to the grid view as well.

    You can use the HeaderText property of the DataGridView to specify custom text for the column headers if the properties aren’t to your liking:

    MSDN Article

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

Sidebar

Related Questions

Hello everybody I have a LINQ declaration like this : var query = from
I have a problem with my Linq to XML query: var q = (from
I have this linq query: private void GetReceivedInvoiceTasks(User user, List<Task> tasks) { var areaIds
Hello I have next function, what always return null as result, but service calling
I need some help with a linq query. Basically, I have a datatable with
I have a string in linq which is loaded from xml, that attribute or
Hello I have the following code. using System; using System.Collections.Generic; using System.Linq; using System.Text;
Hello I have a little problem with assigning property values from one lists items
Hello, I am using LINQ and EF with C# 4.0. I have dragged the
I have a linq query, which is further having a subquery, I want to

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.