DataServiceContext.Entities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of all the resources currently being tracked by the 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)
Property Value
A list of EntityDescriptor objects that represent all the resources currently being tracked by the DataServiceContext.
Remarks
If no resources are being tracked, a list that has zero elements is returned.
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.