EntityChangeSet Class
WCF RIA Services
[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.]
Represents a collection of changes to the Entity.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
The EntityChangeSet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddedEntities | Gets the collection of added entities. |
![]() | IsEmpty | Gets a value indicating whether the EntityChangeSet has any changes. |
![]() | ModifiedEntities | Gets the collection of modified entities. |
![]() | RemovedEntities | Gets the collection of removed entities. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetChangeSetEntries | Gets a collection of ChangeSetEntry items for this changeset. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a text representation of the EntityChangeSet. (Overrides Object.ToString.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable(Of Entity).GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() ![]() | IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection. |
Show:
