Is it possible to use a MySql User Defined Variable in a .NET MySqlCommand?

I found this blog, which tells, that with newer versions of .net Connector you have to add

;Allow User Variables=True

to the connection string.
Compare my SO question How can I use a MySql User Defined Variable in a .NET MySqlCommand?

Leave a Comment