Deveel.Data.QueryContextExtensions.CurrentSchema C# (CSharp) 메소드

CurrentSchema() 공개 정적인 메소드

public static CurrentSchema ( this context ) : string
context this
리턴 string
        public static string CurrentSchema(this IQueryContext context)
        {
            return context.SessionContext.TransactionContext.CurrentSchema();
        }

Same methods

QueryContextExtensions::CurrentSchema ( this context, string value ) : void