C# (Sharp) Programming Language Question:

What is the role of the DataReader class in ADO.NET connections?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

It returns a read-only dataset from the data source when the command is executed.


Previous QuestionNext Question
What is the wildcard character in SQL?What does the This window show in the debugger?