The SqlDataReader provides a _______ interface for reading data from a SQL Server database.
- Connected
- Disconnected
- Sequential
- Synchronous
The SqlDataReader provides a connected interface for reading data from a SQL Server database. It maintains an open connection to the database while data is being read, which allows for faster retrieval of data compared to other data access methods.
Loading...
Related Quiz
- When optimizing LINQ queries, using the ___________ method can help in reducing the number of database round trips.
- What is two-way data binding in ADO.NET, and how does it differ from one-way data binding?
- In LINQ to SQL, how can you retrieve a single record based on specific criteria?
- Connection pooling in ADO.NET helps in ___________ database connections for better performance.
- The Entity Framework enables developers to work with data using a ___________-first approach.