Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

VB.net Extract value from datatable

Hi

I have a datatable that I need to extract a value from.
If I used SQL the query would be "Select WorkType From Employee Hours Where LineID = 12"

What VB.net code would I use to extract this value from a datatable called "dt".

Thanks
ASKER CERTIFIED SOLUTION
Avatar of it_saige
it_saige
Flag of United States of America image

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 Murray Brown

ASKER

Thanks very much