Search Results for

    Show / Hide Table of Contents
    View Source

    Class IndexDefinition

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.DatabaseModelDefinitions
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class IndexDefinition

    Properties

    View Source

    ColumnName

    Declaration
    public virtual string ColumnName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Columns

    Declaration
    public virtual ICollection<IndexColumnDefinition> Columns { get; set; }
    Property Value
    Type Description
    ICollection<IndexColumnDefinition>
    View Source

    IncludeColumns

    Declaration
    public virtual ICollection<IndexColumnDefinition> IncludeColumns { get; set; }
    Property Value
    Type Description
    ICollection<IndexColumnDefinition>
    View Source

    IndexType

    Declaration
    public IndexTypes IndexType { get; set; }
    Property Value
    Type Description
    IndexTypes
    View Source

    Name

    Declaration
    public virtual string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    SchemaName

    Declaration
    public virtual string SchemaName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    TableName

    Declaration
    public virtual string TableName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ColumnName
      • Columns
      • IncludeColumns
      • IndexType
      • Name
      • SchemaName
      • TableName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX