DataServiceContext.Entities Свойство

Определение

Получает список всех ресурсов, которые в настоящее время отслеживаются с помощью 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)

Значение свойства

Список объектов EntityDescriptor, представляющих все ресурсы, которые в настоящее время отслеживаются с помощью DataServiceContext.

Комментарии

Если ресурсы не отслеживаются, то возвращается пустой список.

Применяется к