Community

When DataTable.Select() Is Slow, Use DataView.FindRows()

(Arno) ADO.NET’s DataTable.Select() comes with a runtime complexity of O(N). This turns into a problem when DataTable contains a lot of rows, and/or when DataTable.Select() is invoked many times.

Read More - Register for Free Membership