January 16, 2007
Use DataTable.Rows.Find() Instead of DataTable.Select()
Find out why using DataTable.Rows.Find() is faster than using DataTable.Select() to find records based on a primary key value.
Find out why using DataTable.Rows.Find() is faster than using DataTable.Select() to find records based on a primary key value.