DataTable.Expression Question

  • Thread starter Thread starter Stan Sainte-Rose
  • Start date Start date
S

Stan Sainte-Rose

Hi,

How to calculate a value based on a Datatable.Field and a Variable.

Somehing like :
..Columns.Add("NewValue", GetType(Double), "DataTableField * txtValue.text")
TxtValue.text comes from a TextBox.

Is it possible ?
Thanks
Stan
 
Back
Top