What is the significance of CommandBehavior.CloseConnection ?
Answer Posted / Rani Tyagi
CommandBehavior.CloseConnection in ADO.NET is a flag that can be passed to the ExecuteReader() or ExecuteScalar() methods to indicate that the connection should be closed when the command execution completes. This can help conserve resources if you don't need to keep the connection open.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers