AccidentalFish.ApplicationSupport.Core.Components.Implementation.ApplicationResourceSettingProvider.SqlConnectionString C# (CSharp) Метод

SqlConnectionString() публичный Метод

public SqlConnectionString ( IComponentIdentity componentIdentity ) : string
componentIdentity IComponentIdentity
Результат string
        public string SqlConnectionString(IComponentIdentity componentIdentity)
        {
            return _configuration[_nameProvider.SqlConnectionString(componentIdentity)];
        }