LoadedDataEventArgs.Entities 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 all the top-level entities that were loaded.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
Syntax
'Declaration
Public ReadOnly Property Entities As IEnumerable(Of Entity)
Get
'Usage
Dim instance As LoadedDataEventArgs
Dim value As IEnumerable(Of Entity)
value = instance.Entities
public IEnumerable<Entity> Entities { get; }
public:
property IEnumerable<Entity^>^ Entities {
IEnumerable<Entity^>^ get ();
}
member Entities : IEnumerable<Entity>
function get Entities () : IEnumerable<Entity>
Property Value
Type: System.Collections.Generic.IEnumerable<Entity>
The top-level entities that were loaded.