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 オブジェクトの一覧。

注釈

追跡されているリソースがない場合は、要素がゼロの一覧が返されます。

適用対象