Does Sort Property Work with non-Primary Keys?

  • Thread starter Thread starter Daryll Shatz
  • Start date Start date
D

Daryll Shatz

Does the dataview.sort property work with any column in the table or just
the primary key columns?

When I try to set the sort property to a column that is not a primary key,
it is ignored. Do I need to create an index or something first on the
columns I want to sort (I am setting the sort property in order to use the
dataview.find method)?

Using VB.NET 2002

Thanks in advance.
 
Back
Top