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)];
        }