ConnectionString property and ToString() method missing from MySQLConnectionStringBuilder?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
dazzknowles
Posts: 5
Joined: Thu 02 May 2013 20:19

ConnectionString property and ToString() method missing from MySQLConnectionStringBuilder?

Post by dazzknowles » Sun 11 Jan 2015 15:46

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?

dazzknowles
Posts: 5
Joined: Thu 02 May 2013 20:19

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

Post by dazzknowles » Sun 11 Jan 2015 17:16

I answered my own question when I went to build my code. I hadn't referenced Devart.Data, only Devart.Data.MySQL.

Post Reply