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

In This Topic
    ViewRow Class
    In This Topic
    Represents a view element (item) for the purposes of dynamic, programmatic access to its properties and data binding.
    Object Model
    ViewRow Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class ViewRow 
       Inherits C1.LiveLinq.Collections.IndexableObject
    public abstract class ViewRow : C1.LiveLinq.Collections.IndexableObject 
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.Collections.IndexableObject
          C1.LiveLinq.LiveViews.ViewRow

    See Also