Gets or sets the name of an EntityQuery<(Of <<'(T>)>>) to be used a source.

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

Syntax

C#
[DefaultValueAttribute("")]
[CategoryAttribute("Common")]
public string QueryName { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<CategoryAttribute("Common")> _
Public Property QueryName As String
	Get
	Set

Remarks

Changing the value of this property causes the RiaViewSource to reload data if AutoLoad is set to true.

See Also