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 对象的列表。

注解

如果未跟踪任何资源,则返回具有零个元素的列表。

适用于