Share via


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 개체의 목록입니다.

설명

추적 중인 리소스가 없으면 요소가 없는 목록이 반환됩니다.

적용 대상