LoadOperation.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 loaded by the operation.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Entities As IEnumerable(Of Entity)
Get
'Usage
Dim instance As LoadOperation
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>
An enumerable that represents all the top-level entities loaded by the operation.
Remarks
The returned collection implements INotifyCollectionChanged.