Which of the following ways can you proactively clean up a database connection's resources?
Execute the DbConnection object's Cleanup method.
Assign Nothing (C# null) to the variable that references the DbConnection object.
Execute the DbConnection object's Close method.
Execute the DbConnection object's Disconnect method.