V
Valkyrie.7
Guest
Hi
I have data from stored procedure I get it like this
sqlDatareader reader = cmd.ExecuteReader()
What is the best way to convert these data to list of objects ?
Continue reading...
I have data from stored procedure I get it like this
sqlDatareader reader = cmd.ExecuteReader()
What is the best way to convert these data to list of objects ?
Continue reading...