Gets the parameter values currently set for this criterion

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, Object> Parameters { get; }

Implements

ICriterion..::.Parameters

See Also