Share via


DataServiceContext.Entities Propriété

Définition

Obtient une liste de toutes les ressources actuellement suivies par DataServiceContext.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Client::EntityDescriptor ^> ^ Entities { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Client::EntityDescriptor ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Client.EntityDescriptor> Entities { get; }
member this.Entities : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Client.EntityDescriptor>
Public ReadOnly Property Entities As ReadOnlyCollection(Of EntityDescriptor)

Valeur de propriété

Liste d'objets EntityDescriptor qui représentent toutes les ressources actuellement suivies par DataServiceContext.

Remarques

Si aucune ressource n'est en cours de suivi, une liste ne contenant aucun élément est retournée.

S’applique à