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

In This Topic
    CurrentClientView Property
    In This Topic
    Gets the current client view used to load entities, or null in virtual mode.
    Syntax
    'Declaration
     
    Public Property CurrentClientView As View
    public View CurrentClientView {get; set;}
    Remarks

    Using CurrentClientView, you can build client views on top of the ClientViewSource by applying live view operators to the CurrentClientView.

    The value of this property changes and the PropertyChanged event is raised whenever the query used to load entities changes.

    See Also