Gets the current view of entities resulting from the last load operation.

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

Syntax

C#
[BrowsableAttribute(false)]
public ClientCollectionView DataView { get; private set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property DataView As ClientCollectionView
	Get
	Private Set

See Also