C# (Sharp) Programming Language Question:
What is the role of the DataReader class in ADO.NET connections?

Answer:
It returns a read-only dataset from the data source when the command is executed.
Previous Question | Next Question |
What is the wildcard character in SQL? | What does the This window show in the debugger? |