I have three connection strings in my config file. I want to detect the name of the connection string which is connected at the moment.
(All three databases are remote and have different purposes).
I want to detect the name at different places in my project.
Is it possible?