ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientView<T> Class
The type of the elements in the view.
Members

In This Topic
    ClientView<T> Class
    In This Topic
    Represents a client view, that is, a live view that is connected to a remote source, such as an System.Data.Objects.ObjectContext.
    Object Model
    ClientView<T> Class
    Syntax
    Type Parameters
    T
    The type of the elements in the view.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.LiveViews.View
          C1.LiveLinq.LiveViews.View<T>
             C1.Data.ClientView<T>
                C1.Data.FilteredView<T>
                C1.Data.PagingView<T>
                C1.Data.ProgressiveView<T>

    See Also