Search Results for

    Show / Hide Table of Contents
    View Source

    Class IndexColumnDefinition

    Represents the definition of a column within a database index.

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.DatabaseModelDefinitions
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class IndexColumnDefinition

    Constructors

    View Source

    IndexColumnDefinition()

    Declaration
    public IndexColumnDefinition()

    Properties

    View Source

    Direction

    Gets or sets the sort direction (ascending or descending) for the index column.

    Declaration
    public virtual Direction Direction { get; set; }
    Property Value
    Type Description
    Direction
    View Source

    Name

    Gets or sets the name of the index column.

    Declaration
    public virtual string? Name { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX