Search Results for

    Show / Hide Table of Contents

    Enum IndexTypes

    Enum for the 3 types of indexes that can be created

    Namespace: Umbraco.Cms.Infrastructure.Persistence.DatabaseAnnotations
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public enum IndexTypes

    Fields

    Name Description
    Clustered
    NonClustered
    UniqueClustered
    UniqueNonClustered

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<IndexTypes, TProperty>(IndexTypes, Expression<Func<IndexTypes, TProperty>>)
    DictionaryExtensions.MergeLeft<IndexTypes, TK, TV>(IndexTypes, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<IndexTypes, TK, TV>(IndexTypes, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<IndexTypes>(IndexTypes)
    ObjectExtensions.AsEnumerableOfOne<IndexTypes>(IndexTypes)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX