Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.SqlTemplates.RelationRepository

    Contains SQL template names for relation repository operations.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Constants.SqlTemplates.RelationRepository

    Fields

    View Source

    DeleteByParentAll

    The SQL template name for deleting all relations by parent.

    Declaration
    public const string DeleteByParentAll = "Umbraco.Core.RelationRepository.DeleteByParent"
    Field Value
    Type Description
    string
    View Source

    DeleteByParentIn

    The SQL template name for deleting relations by parent using an IN clause.

    Declaration
    public const string DeleteByParentIn = "Umbraco.Core.RelationRepository.DeleteByParentIn"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX