Search Results for

    Show / Hide Table of Contents

    Class IndexDefinition

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

    Properties

    ColumnName

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

    Columns

    Declaration
    public virtual ICollection<IndexColumnDefinition> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<IndexColumnDefinition>

    IncludeColumns

    Declaration
    public virtual ICollection<IndexColumnDefinition> IncludeColumns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<IndexColumnDefinition>

    IndexType

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

    Name

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

    SchemaName

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

    TableName

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