DevForce Help Reference
EntitiesWithErrors Property


A list of any IEntity objects that failed during the save process.
Syntax
'Declaration
 
Public ReadOnly Property EntitiesWithErrors As IList(Of Object)
'Usage
 
Dim instance As EntityManagerSaveException
Dim value As IList(Of Object)
 
value = instance.EntitiesWithErrors
public IList<object> EntitiesWithErrors {get;}
Remarks
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityManagerSaveException Class
EntityManagerSaveException Members

Send Feedback