DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientViewSource Class
Members

In This Topic
    ClientViewSource Class
    In This Topic
    Data source object exposing data from C1.Data.ClientCacheBase to which GUI controls can bind. Using a ClientViewSource, you can load, filter, group, and sort data easily.
    Object Model
    ClientViewSource Class
    Syntax
    'Declaration
     
    Public Class ClientViewSource 
       Inherits System.Windows.DependencyObject
    public class ClientViewSource : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.Data.DataSource.ClientViewSource
                C1.Data.Entities.EntityViewSource

    See Also