LoadOperation.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 by the operation, including any entities referenced by the top-level entities.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Public ReadOnly Property AllEntities As IEnumerable(Of Entity)
    Get
'Usage
Dim instance As LoadOperation
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>
An enumerable that represents all the entities loaded by the operation, including any entities referenced by the top-level entities.

See Also

Reference

LoadOperation Class

System.ServiceModel.DomainServices.Client Namespace