ComponentOne Data Source for Entity Framework
C1.Win.Data.Entities Namespace / EntityViewSourceCollection Class
Members

In This Topic
    EntityViewSourceCollection Class
    In This Topic
    An observable collection of C1.Data.Entities.EntityViewSource objects.
    Object Model
    EntityViewSourceCollection Class
    Syntax
    'Declaration
     
    
    Public Class EntityViewSourceCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of EntityViewSource)
    public class EntityViewSourceCollection : System.Collections.ObjectModel.ObservableCollection<EntityViewSource> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             C1.Win.Data.Entities.EntityViewSourceCollection

    See Also