ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / C1DataView Constructor / C1DataView Constructor()

In This Topic
    C1DataView Constructor()
    In This Topic
    Initializes a new instance of C1DataView object.
    Syntax
    'Declaration
     
    Public Function New()
    public C1DataView()
    Remarks
    After C1DataView has been created, you should add it to the C1DataViewSet.Views collection and set its definition statement in the Definition property, see C1DataView Definitions topic for details.
    See Also