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

Namespace:  C1.WPF.Data.Entities
Assembly:  C1.WPF.Data.Entity (in C1.WPF.Data.Entity.dll)

Syntax

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

See Also