ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / View Class
Members

In This Topic
    View Class
    In This Topic
    Base class for the View<T> class. Contains members that don't depend on the element type T.
    Object Model
    View Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class View 
    public abstract class View 
    Remarks
    Use this class to type variables that can accept views with different element types or a view with anonymous element type.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.LiveViews.View
          C1.LiveLinq.LiveViews.View<T>

    See Also