Interface IDatabaseReadOnlyAccessor
Provides a way to check whether the database is read-only.
Namespace: Umbraco.Cms.Infrastructure.Persistence
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IDatabaseReadOnlyAccessor
Methods
View SourceIsReadOnly()
Gets a value indicating whether the database is read only.
Declaration
bool IsReadOnly()
Returns
| Type | Description |
|---|---|
| bool |