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)

속성 값

현재 추적 DataServiceContext중인 모든 리소스를 나타내는 개체 목록 EntityDescriptor 입니다.

설명

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

적용 대상