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: 2.3.517.36

Syntax

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

Implements

IQuery..::.ParameterValues

See Also