Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IEFCoreScopeAccessor<TDbContext>

    Namespace: Umbraco.Cms.Persistence.EFCore.Scoping
    Assembly: Umbraco.Cms.Persistence.EFCore.dll
    Syntax
    public interface IEFCoreScopeAccessor<TDbContext>
    Type Parameters
    Name Description
    TDbContext

    Properties

    View Source

    AmbientScope

    Gets the ambient scope.

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

    Returns null if there is no ambient scope.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AmbientScope
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX