Interface IScope
Namespace: Umbraco.Cms.Infrastructure.Scoping
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IScope : ICoreScope, IInstanceIdentifiable
Properties
View SourceDatabase
Gets the scope database.
Declaration
IUmbracoDatabase Database { get; }
Property Value
Type | Description |
---|---|
IUmbracoDatabase |
SqlContext
Gets the Sql context.
Declaration
ISqlContext SqlContext { get; }
Property Value
Type | Description |
---|---|
ISqlContext |