C
C#3y ago
Vinicius

List Add

Is there another better way to add values in a list?
3 Replies
mtreit
mtreit3y ago
Is there a better way to add an item to a list than using the Add method? Not really, no. BTW you should put your DataReader in a using to dispose it and you should use methods like GetInt32 and GetString rather than casting.
RTXPower
RTXPower3y ago
What if you use LINQ tho? Is there no way to convert the while into a linq query?
Brady Kelly
Brady Kelly3y ago
The isn't really a straight forward way to use link to query results from a DataReader as this returns DataRows, not easily queryable objects with properties
Want results from more Discord servers?
Add your server