ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class
Members

In This Topic
    C1DataView Class
    In This Topic
    Represents a customized view of a DataTable (single or multiple joined tables) destined for user interface controls binding, sorting, filtering, searching, navigation and editing.
    Object Model
    C1DataView Class
    Syntax
    'Declaration
     
    Public Class C1DataView 
       Inherits System.ComponentModel.MarshalByValueComponent
    public class C1DataView : System.ComponentModel.MarshalByValueComponent 
    Remarks
    In order to make C1DataView operable, you should add it to the C1DataViewSet.Views collection and set its definition statement in the Definition property, see C1DataView Definitions topic for details.

    In design time you could use C1DataViewSet Editor to define views and their definitions.

    Inheritance Hierarchy

    System.Object
       System.ComponentModel.MarshalByValueComponent
          C1.C1DataExtender.C1DataView
             C1.C1DataExtender.C1TypedDataView

    See Also