DataSource for Entity Framework in WPF
C1.Data Namespace / ClientViewLoadedEventArgs Class / Items Property

In This Topic
    Items Property
    In This Topic
    Gets all entities loaded by a client view.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As IEnumerable
    public IEnumerable Items {get;}
    See Also