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