Deveel.Data.QueryContextExtensions.CurrentSchema C# (CSharp) Method

CurrentSchema() public static method

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

Same methods

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