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
    UniqueNonClustered

    Extension Methods

    DictionaryExtensions.MergeLeft<IndexTypes, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<IndexTypes, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<IndexTypes>()
    ObjectExtensions.AsEnumerableOfOne<IndexTypes>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<IndexTypes, TProperty, TVal>(Expression<Func<IndexTypes, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<IndexTypes, TProperty>(Expression<Func<IndexTypes, TProperty>>)
    CollectionExtensions.ToSingleItemCollection<IndexTypes>()
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX