A RIA Services-specific version of the ClientViewSource class.

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

Syntax

C#
public class RiaViewSource : ClientViewSource
Visual Basic
Public Class RiaViewSource _
	Inherits ClientViewSource

Remarks

To load data, set the QueryName to the name of the method in the DomainContext that returns an EntityQuery<(Of <<'(T>)>>). Use Parameters to specify query parameters.

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    C1.Data.DataSource..::..ClientViewSource
      C1.Silverlight.Data.RiaServices..::..RiaViewSource

See Also