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



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

.



Relevant Pages

  • Re: Toddler Spent 3 Days in Wilderness
    ... When a helicopter pilot spotted Kevin on Sunday night, ... should have been alive," Johnson County Sheriff Bob Alford said. ... But the sheriff said Thursday he believes the child simply wandered off. ... ponds, and some ponds later were drained, Alford said. ...
    (alt.true-crime)
  • Re: Brothers and Sisters 10/5/2006
    ... and they'll have to find out which brother is the father of the child. ... I thought in pressuring Kevin to donate his sperm, ... This is the first time the show felt like a daytime soap to me. ... Sally Field is not only dating again, ...
    (rec.arts.tv)
  • Re: DataRelations and DataGrids
    ... Create a DataRelation LookupToMain. ... > a DataRelation between your parent tables and child tables and then use ... > relationships may return multiple rows, you must include the reference ...
    (microsoft.public.dotnet.framework.windowsforms)
  • How to sort a DataGrid bound to a DataRelation?
    ... DataRelation defining the parent-child relationship between them. ... form, there is a DropDownList ComboBox bound to the parent table, ... rows from the child table. ... I can't use a DataView because ...
    (microsoft.public.dotnet.framework.windowsforms.databinding)
  • Re: GetParentRow(s) or GetChildRows?
    ... Orders & Order Details. ... Which table would you expect to be the Parent? ... Which table would you expect to be the Child? ... > Creates a DataRelation with a specified parent and child column, ...
    (microsoft.public.dotnet.general)