ComponentOne Data Source for Entity Framework
C1.Win.Data.Entities Namespace / C1DataSource Class / ViewSources Property

In This Topic
    ViewSources Property
    In This Topic
    Gets a collection of C1.Data.Entities.EntityViewSource objects that define views (based on queries) in this C1DataSource.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewSources As EntityViewSourceCollection
    public EntityViewSourceCollection ViewSources {get;}
    See Also