Link to home
Start Free TrialLog in
Avatar of anwarmir
anwarmir

asked on

How to retrieve a column value in a Typed dataset

A typed dataset datatable has been declared as follows

  Dim x As OrderDataSet.OrderDetailPaymentTermsDataTable = Me.CurrentOrderDS.OrderDetailPaymentTerms

But how do i retrieve column values for the typed dataset

i am using the following syntax:

  ordernumber  = X.Iordernumber

But that just gives me the column name.

Can Anybody help ?


SOLUTION
Avatar of jesusaflores
jesusaflores

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of anwarmir
anwarmir

ASKER

How can you access a specific row for example row 6 without doing a loop ?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial