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