Gets the currently set criteria for this query with the assigned property name as the dictionary key

Namespace:  EPiServer.Common.Queries
Assembly:  EPiServer.Common.Framework.Impl (in EPiServer.Common.Framework.Impl.dll) Version: 4.1.517.380

Syntax

C#
public virtual Dictionary<string, ICriterion> Criteria { get; }

Implements

IQuery..::.Criteria

See Also