DataView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
is it possible to add a column to a DataView with includes the sum of two
other columns?

Thanks
 
Add a new DataColumn to the underlying DataTable and set the DataColumns
Expression property to add two other column field value in the same row.
 

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