I would really like to see an IDbConnection on the DatabaseFacade class in the 1.1 version of the DataSet Toolkit. I pass a connection string and database type there, but I can't get a connection (or a command builder or data adapter) out of it.
Poking around in Reflector, it looks like the Factory property on the class is what I need. Can you expose this publically?