How to add a datacolumn which points to another datacolumn

  • Thread starter Thread starter Programatix
  • Start date Start date
P

Programatix

Hi,

I need to add a datacolumn into a datatable which points to another
datacolumn in another datatable. I have come across this article but
forget from where.

Anyone help would be very appreciated. Thanks in advance.
 
Perhaps you are looking for expression columns.
See DataColumn.Expression
in .net help files.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top