Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IScope

    Namespace: Umbraco.Cms.Infrastructure.Scoping
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IScope : ICoreScope, IInstanceIdentifiable

    Properties

    View Source

    Database

    Gets the scope database.

    Declaration
    IUmbracoDatabase Database { get; }
    Property Value
    Type Description
    IUmbracoDatabase
    View Source

    SqlContext

    Gets the Sql context.

    Declaration
    ISqlContext SqlContext { get; }
    Property Value
    Type Description
    ISqlContext
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Database
      • SqlContext
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX