Deveel.Data.SystemContextExtensions.DefaultSchema C# (CSharp) 메소드

DefaultSchema() 공개 정적인 메소드

public static DefaultSchema ( this context ) : string
context this
리턴 string
        public static string DefaultSchema(this ISystemContext context)
        {
            return context.Configuration.GetString("database.defaultSchema","APP");
        }