[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientViewSource.CurrentClientView

CurrentClientView Property

CurrentClientView

Gets the current client view used to load entities, or null in virtual mode.

Declaration
[Browsable(false)]
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.