How do you create a Datatable with a non-unique index on a column?

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Hi
I have a strongly typed datatable which has a column that I perform a
search. To speed it up I would like to add an index to it, however
this column contains duplicate values. Is there anyway I can add it?
I can only find primary and unique keys in the dataset designer.

You must be able to because when you add a datarelation it must create
an index on the child table.

Thanks
Kevin
 
Back
Top