Connection and Transaction properties exposed as Friend on TableAdapters
Connection Modifier Changes In the Beta 1 build of VS 2005 we expose the Connection as Friend. Friend ReadOnly Property Connection() As System.Data.SqlClient.SqlConnection Based on user feedback and usability studies we've found that this has caused confusion. We've found that when users are creating DataSets within their exe projects ...