Deveel.Data.QueryContextExtensions.CurrentSchema C# (CSharp) Méthode

CurrentSchema() public static méthode

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

Same methods

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