|
-
Oct 21st, 2020, 07:16 AM
#3
Thread Starter
Member
Re: Return the Index value of a datatable, by searching the Datatable
 Originally Posted by jmcilhinney
The Rows collection of a DataTable has a Find method that will find a DataRow by primary key. The index is irrelevant because you'd only be using that to get the row and that Find method returns the row.
i know it has a find method, i have no idea how to use it or implement it however.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|