Search Results for

    Show / Hide Table of Contents

    Enum QueryType

    Specifies the type of base query.

    Namespace: Umbraco.Cms.Infrastructure.Persistence.Repositories.Implement
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public enum QueryType

    Fields

    Name Description
    Count

    Count items.

    Ids

    Get item identifiers only.

    Many

    Get many complete items.

    Single

    Get one single complete item.

    Extension Methods

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