Class Constants.DatabaseSchema
Provides constants related to the Umbraco database schema.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.DatabaseSchema
Fields
View SourceTableNamePrefix
The prefix used for Umbraco database table names.
Declaration
public const string TableNamePrefix = "umbraco"
Field Value
| Type | Description |
|---|---|
| string |