-
I thought it would be ShellSettings.ShellConfiguration["connectionString"], but sometimes this throws an error that the ConnectionString property has not been initialized. The weird thing is that it works on the first hit, and fails on the subsequent requests. I've also tried |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I realised this is only the case if you use SQLite, from looking at the code, the YesSql actually constructs the connection string if the database type is SQLite. |
Beta Was this translation helpful? Give feedback.
I realised this is only the case if you use SQLite, from looking at the code, the YesSql actually constructs the connection string if the database type is SQLite.