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.
 
Back
Top