ADO.NET C# What is the DataReader in ADO.Net? By Mallikarjun A 11:55:00 Add Comment DataReader holds only one table at a time. It only provides read only access mode and cannot write data. It is not required local storag... Read More