ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataViewSet Class / Views Property

In This Topic
    Views Property
    In This Topic
    Gets the collection of C1DataView objects constituting this C1DataViewSet.
    Syntax
    'Declaration
     
    Public ReadOnly Property Views As C1DataViewCollection
    public C1DataViewCollection Views {get;}
    See Also