How to get row by one column faster in C#?
Posted
by tomaszs
on Stack Overflow
See other posts from Stack Overflow
or by tomaszs
Published on 2010-05-10T15:11:37Z
Indexed on
2010/05/10
15:14 UTC
Read the original article
Hit count: 118
I have a DataTable with column Value and column Name that has 30000 rows. Now i would like to get very fast Name from row that Value has specified. How to do this fast? I have like 40000 requests with various Values to this table.
© Stack Overflow or respective owner