Is it possible to set connection collation within MySql connection string and how, since there\'s a default setting on the server that\'s used for new connections.
We recommend you to implement the OnContextCreated partial method.
You have access to the store connection in it and you can execute ADO.NET command "SET COLLATION = ..." using this connection.