DataServiceContext.Entities Właściwość

Definicja

Pobiera listę wszystkich zasobów, które są obecnie śledzone przez DataServiceContextprogram .

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)

Wartość właściwości

Lista EntityDescriptor obiektów reprezentujących wszystkie zasoby, które są obecnie śledzone przez DataServiceContextobiekt .

Uwagi

Jeśli żadne zasoby nie są śledzone, zwracana jest lista zawierająca zero elementów.

Dotyczy