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

In This Topic
    ViewSet Property (C1DataView)
    In This Topic
    Gets the C1DataViewSet object that this C1DataView belongs to.
    Syntax
    'Declaration
     
    Public ReadOnly Property ViewSet As C1DataViewSet
    public C1DataViewSet ViewSet {get;}

    Property Value

    If this C1DataView is added to the C1DataViewSet.Views collection, returns the C1DataViewSet that this C1DataView belongs to, otherwise returns a null value.
    See Also