Page 1 of 1

ConnectionString property and ToString() method missing from MySQLConnectionStringBuilder?

Posted: Sun 11 Jan 2015 15:46
by dazzknowles
If I instantiate a new MySQLConnectionStringBuilder class, I get all of the expected properties to get/set the component parts of a connection string but the ConnectionString property itself is not recognised and the ToString() method is similar absent.

Does anyone know why this is?

Re: ConnectionString property and ToString() method missing from MySQLConnectionStringBuilder?

Posted: Sun 11 Jan 2015 17:16
by dazzknowles
I answered my own question when I went to build my code. I hadn't referenced Devart.Data, only Devart.Data.MySQL.