I created a typed dataset, and added additional methods to the adapter. When I created the typed dataset, I used System.Data.SqlClient for the connection. But now, I realized I want to use System.Data.OleDb. Is there a way for me to transfer all the methods that I added in the adapter in the typed dataset that uses the SqlClient connection? (without having to basically do it over?)