Interface IScope
Namespace: Umbraco.Cms.Infrastructure.Scoping
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IScope : ICoreScope, IInstanceIdentifiableProperties
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 |