Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am storing a DataSet that contains 1 Table called Table1 that has 10 columns of data with 100 rows.

I am wanting to use this cached DataSet to run various DataTable.Select(etc...) against.

 

But what if I want to run a Select that only returns to me 5 columns of 100 rows of data? Can I do this?

 

Thanks

Alex Polajenko
  • Moderators
Posted
Let's say you have one datagrid that you want to display 4 columns from the 10 in the dataset, simply show the 4 that you are interested in and ignore the rest. This can be achieved at run-time as well as design-time.
Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...