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. |