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

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

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