DomainDataSource.DataView Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets the current view of entities resulting from the last load operation, using a DomainDataSourceView.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
Syntax
'Declaration
Public Property DataView As DomainDataSourceView
Get
Private Set
'Usage
Dim instance As DomainDataSource
Dim value As DomainDataSourceView
value = instance.DataView
public DomainDataSourceView DataView { get; private set; }
public:
property DomainDataSourceView^ DataView {
DomainDataSourceView^ get ();
private: void set (DomainDataSourceView^ value);
}
member DataView : DomainDataSourceView with get, private set
function get DataView () : DomainDataSourceView
private function set DataView (value : DomainDataSourceView)
Property Value
Type: System.Windows.Controls.DomainDataSourceView
The view of the loaded data.
Remarks
The entities returned from this view are the same as those returned from the Data.
See Also
Reference
System.Windows.Controls Namespace