DataServiceContext.Entities Proprietà

Definizione

Ottiene un elenco di tutte le risorse attualmente rilevate dall'oggetto 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)

Valore della proprietà

Elenco di EntityDescriptor oggetti che rappresentano tutte le risorse attualmente rilevate dall'oggetto DataServiceContext.

Commenti

Se non vengono rilevate risorse, viene restituito un elenco con zero elementi.

Si applica a