Gets a collection of parameters for the EntityQuery<(Of <<'(T>)>>) specified by the QueryName.

Namespace:  C1.Silverlight.Data.RiaServices
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)

Syntax

C#
public ParameterCollection Parameters { get; private set; }
Visual Basic
Public Property Parameters As ParameterCollection
	Get
	Private Set

Remarks

Changing this collection or properties of Parameter objects in this collection causes the RiaViewSource to reload data if AutoLoad is set to true.

See Also