Quantcast
Channel: Windows Forms Data Controls and Databinding forum
Viewing all articles
Browse latest Browse all 2535

Filter dataet by column ordinal number rather than name.

$
0
0

I'm filtering a Dataset as below:

DsSearchJob.Tables("Filter Grid").DefaultView.RowFilter = "JOBID Like '%" & strChar & "%' "
Is it possible to do the same thing but use the column ordinal number in place of the column name (JOBID)?

Ie. In fake code:

DsSearchJob filter = column1 value like 123


Viewing all articles
Browse latest Browse all 2535

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>