Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.DatabaseSchema.Columns

    Provides constants for common database column names.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Constants.DatabaseSchema.Columns

    Fields

    View Source

    NodeIdName

    The node identifier column name.

    Declaration
    public const string NodeIdName = "nodeId"
    Field Value
    Type Description
    string
    View Source

    PrimaryKeyNameId

    The primary key column name "id".

    Declaration
    public const string PrimaryKeyNameId = "id"
    Field Value
    Type Description
    string
    View Source

    PrimaryKeyNameKey

    The primary key column name "key".

    Declaration
    public const string PrimaryKeyNameKey = "key"
    Field Value
    Type Description
    string
    View Source

    PrimaryKeyNamePk

    The primary key column name "pk".

    Declaration
    public const string PrimaryKeyNamePk = "pk"
    Field Value
    Type Description
    string
    View Source

    UniqueIdName

    The unique identifier column name.

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