Hi!
I need to get the main episerver database name to use with entity framework.
I know I could get it from System.Configuration.ConfigurationManager.ConnectionStrings
but I will not have the name of the string so this is useless.
It could be retrieved from EPiServer.Data.Providers.IDatabaseFactory
, but that interface is obsolete :(
Is there a built in method that will return the main episerver database name?