Gets the list of parameter values appliable to the whole query.

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

Syntax

C#
public override List<Object> ParameterValues { get; }

Implements

IQuery..::.ParameterValues
IQuery..::.ParameterValues

Remarks

This override calls the parent, which in turn calls its parent until the root query is reached, where the actual list is kept.

See Also