Entity.EntityConflict Property
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.]
Gets conflict information for this entity after a submit operation.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
[DisplayAttribute(AutoGenerateField = false)] public EntityConflict EntityConflict { get; internal set; }
Property Value
Type: System.ServiceModel.DomainServices.Client.EntityConflictA EntityConflict for this entity after a submit operation. Returns null if there are no conflicts.
Show: