ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientViewSource Class / DataView Property

In This Topic
    DataView Property
    In This Topic
    Gets the current view of entities resulting from the last load operation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataView As ClientCollectionView
    public ClientCollectionView DataView {get;}
    See Also