Will I be able to pass a standard connection string to the different functions in the toolkit?
Right now I have to hack in support for User Instances with SQL Express. If I could use a true connection string (something from the SqlConnectionStringBuilder class for example) then I wouldn't need to do this.
Right now I have to hack in support for User Instances with SQL Express. If I could use a true connection string (something from the SqlConnectionStringBuilder class for example) then I wouldn't need to do this.