Class Constants.SqlTemplates.NuCacheDatabaseDataSource
Contains SQL template names for NuCache database data source operations.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.SqlTemplates.NuCacheDatabaseDataSource
Fields
View SourceContentSourcesCount
The SQL template name for counting content sources.
Declaration
public const string ContentSourcesCount = "Umbraco.Web.PublishedCache.NuCache.DataSource.ContentSourcesCount"
Field Value
| Type | Description |
|---|---|
| string |
ContentSourcesSelect
The SQL template name for selecting content sources.
Declaration
public const string ContentSourcesSelect = "Umbraco.Web.PublishedCache.NuCache.DataSource.ContentSourcesSelect"
Field Value
| Type | Description |
|---|---|
| string |
MediaSourcesCount
The SQL template name for counting media sources.
Declaration
public const string MediaSourcesCount = "Umbraco.Web.PublishedCache.NuCache.DataSource.MediaSourcesCount"
Field Value
| Type | Description |
|---|---|
| string |
MediaSourcesSelect
The SQL template name for selecting media sources.
Declaration
public const string MediaSourcesSelect = "Umbraco.Web.PublishedCache.NuCache.DataSource.MediaSourcesSelect"
Field Value
| Type | Description |
|---|---|
| string |
ObjectTypeNotTrashedFilter
The SQL template name for filtering by object type excluding trashed items.
Declaration
public const string ObjectTypeNotTrashedFilter = "Umbraco.Web.PublishedCache.NuCache.DataSource.ObjectTypeNotTrashedFilter"
Field Value
| Type | Description |
|---|---|
| string |
OrderByLevelIdSortOrder
The SQL template name for ordering by level, ID, and sort order.
Declaration
public const string OrderByLevelIdSortOrder = "Umbraco.Web.PublishedCache.NuCache.DataSource.OrderByLevelIdSortOrder"
Field Value
| Type | Description |
|---|---|
| string |
SourcesSelectUmbracoNodeJoin
The SQL template name for selecting sources with an Umbraco node join.
Declaration
public const string SourcesSelectUmbracoNodeJoin = "Umbraco.Web.PublishedCache.NuCache.DataSource.SourcesSelectUmbracoNodeJoin"
Field Value
| Type | Description |
|---|---|
| string |
WhereNodeId
The SQL template name for filtering by node ID.
Declaration
public const string WhereNodeId = "Umbraco.Web.PublishedCache.NuCache.DataSource.WhereNodeId"
Field Value
| Type | Description |
|---|---|
| string |
WhereNodeIdX
The SQL template name for extended node ID filtering.
Declaration
public const string WhereNodeIdX = "Umbraco.Web.PublishedCache.NuCache.DataSource.WhereNodeIdX"
Field Value
| Type | Description |
|---|---|
| string |
WhereNodeKey
The SQL template name for filtering by node key.
Declaration
public const string WhereNodeKey = "Umbraco.Web.PublishedCache.NuCache.DataSource.WhereNodeKey"
Field Value
| Type | Description |
|---|---|
| string |