Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ContentSourcesCount

    The SQL template name for counting content sources.

    Declaration
    public const string ContentSourcesCount = "Umbraco.Web.PublishedCache.NuCache.DataSource.ContentSourcesCount"
    Field Value
    Type Description
    string
    View Source

    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
    View Source

    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
    View Source

    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
    View Source

    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
    View Source

    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
    View Source

    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
    View Source

    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
    View Source

    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
    View Source

    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
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX