The "Connection Reset" attribute in the connection string is used to ___________ the connection pool.
- Empty
- Flush
- Refresh
- Reset
The "Connection Reset" attribute in the connection string is used to reset the connection pool. When set to "True," it clears the pool of connections when a connection is retrieved from the pool.
Loading...
Related Quiz
- Which LINQ technology is more suitable for querying in-memory data structures like lists and arrays?
- Scenario: You are working on a Windows Forms application that requires displaying a large dataset in a tabular format with sorting and filtering options. Which control would you choose, DataGrid or DataGridView, and why?
- In Code-First development, how are database tables created based on entity classes?
- What is the primary purpose of the DbContext class in Entity Framework?
- Connection pooling in ADO.NET helps in ___________ database connections for better performance.