Hi all,
i want to know can we convert DataReader values to list without using foreach or loops.
i mean can we assign DataReader values to List directly??
or we have to add one bye one them using loops???