Search Results for

    Show / Hide Table of Contents
    View Source

    Class AmbientEFCoreScopeStack<TDbContext>

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Persistence.EFCore.Scoping
    Assembly: Umbraco.Cms.Persistence.EFCore.dll
    Syntax
    public class AmbientEFCoreScopeStack<TDbContext> : IEFCoreScopeAccessor<TDbContext> where TDbContext : DbContext
    Type Parameters
    Name Description
    TDbContext

    Properties

    View Source

    AmbientScope

    Declaration
    public IEfCoreScope<TDbContext> AmbientScope { get; }
    Property Value
    Type Description
    IEfCoreScope<TDbContext>

    Methods

    View Source

    Pop()

    Declaration
    public IEfCoreScope<TDbContext> Pop()
    Returns
    Type Description
    IEfCoreScope<TDbContext>
    View Source

    Push(IEfCoreScope<TDbContext>)

    Declaration
    public void Push(IEfCoreScope<TDbContext> scope)
    Parameters
    Type Name Description
    IEfCoreScope<TDbContext> scope
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AmbientScope
    • Methods
      • Pop()
      • Push(IEfCoreScope<TDbContext>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX