DataSource for Entity Framework in WPF
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