EntityConflict.StoreEntity Property

[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 the store Entity instance.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Public ReadOnly Property StoreEntity As Entity
    Get
'Usage
Dim instance As EntityConflict
Dim value As Entity

value = instance.StoreEntity
public Entity StoreEntity { get; }
public:
property Entity^ StoreEntity {
    Entity^ get ();
}
member StoreEntity : Entity
function get StoreEntity () : Entity

Property Value

Type: System.ServiceModel.DomainServices.Client.Entity
The store Entity instance; or nulla null reference (Nothing in Visual Basic) if the entity no longer exists in the store.

Remarks

When the StoreEntity property is nulla null reference (Nothing in Visual Basic), the IsDeleted property will be true.

See Also

Reference

EntityConflict Class

System.ServiceModel.DomainServices.Client Namespace