Search Results for

    Show / Hide Table of Contents

    Enum QueryType

    Specifies the type of base query.

    Namespace: Umbraco.Cms.Infrastructure.Persistence.Repositories.Implement
    Assembly: cs.temp.dll.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.

    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX