Gets a collection of RiaViewSource objects that define views (based on queries) in this C1DataSource.

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

Syntax

C#
[CategoryAttribute("Common")]
public RiaViewSourceCollection ViewSources { get; }
Visual Basic
<CategoryAttribute("Common")> _
Public ReadOnly Property ViewSources As RiaViewSourceCollection
	Get

See Also