ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / C1DataView Constructor / C1DataView Constructor(C1DataViewSet)
A C1DataViewSet object to which new instance of C1DataView will be added. If a null value is specified then C1DataView will not belong to any C1DataViewSet.

In This Topic
    C1DataView Constructor(C1DataViewSet)
    In This Topic
    Initializes a new instance of C1DataView object and adds it to the C1DataViewSet.Views collection of the specified C1DataViewSet.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal viewSet As C1DataViewSet _
    )
    public C1DataView( 
       C1DataViewSet viewSet
    )

    Parameters

    viewSet
    A C1DataViewSet object to which new instance of C1DataView will be added. If a null value is specified then C1DataView will not belong to any C1DataViewSet.
    Remarks
    After C1DataView has been created and added to a C1DataViewSet, you should set its definition statements in the Definition property. See C1DataView Definitions topic for details.
    See Also