Gets a collection of EntityViewSource objects that define views (based on queries) in this C1DataSource.
Namespace:
C1.Win.Data.EntitiesAssembly: C1.Win.Data.Entity (in C1.Win.Data.Entity.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public EntityViewSourceCollection ViewSources { get; private set; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public Property ViewSources As EntityViewSourceCollection Get Private Set |