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

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
[BrowsableAttribute(false)]
public View CurrentClientView { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property CurrentClientView As View
	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