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
 

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