EntityChangeSet.GetChangeSetEntries Method
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets a collection of ChangeSetEntry items for this changeset.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public Function GetChangeSetEntries As IEnumerable(Of ChangeSetEntry)
'Usage
Dim instance As EntityChangeSet
Dim returnValue As IEnumerable(Of ChangeSetEntry)
returnValue = instance.GetChangeSetEntries()
public IEnumerable<ChangeSetEntry> GetChangeSetEntries()
public:
IEnumerable<ChangeSetEntry^>^ GetChangeSetEntries()
member GetChangeSetEntries : unit -> IEnumerable<ChangeSetEntry>
public function GetChangeSetEntries() : IEnumerable<ChangeSetEntry>
Return Value
Type: System.Collections.Generic.IEnumerable<ChangeSetEntry>
A collection of ChangeSetEntry items for this changeset.