ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRow Class / View Property

In This Topic
    View Property (C1ViewRow)
    In This Topic
    Gets the C1DataView that this row belongs to.
    Syntax
    'Declaration
     
    Public ReadOnly Property View As C1DataView
    public C1DataView View {get;}
    See Also