SubmittedChangesEventArgs.EntitiesInError 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 entities that caused the submit operation to fail.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
Syntax
'Declaration
Public Property EntitiesInError As IEnumerable(Of Entity)
Get
Private Set
'Usage
Dim instance As SubmittedChangesEventArgs
Dim value As IEnumerable(Of Entity)
value = instance.EntitiesInError
public IEnumerable<Entity> EntitiesInError { get; private set; }
public:
property IEnumerable<Entity^>^ EntitiesInError {
IEnumerable<Entity^>^ get ();
private: void set (IEnumerable<Entity^>^ value);
}
member EntitiesInError : IEnumerable<Entity> with get, private set
function get EntitiesInError () : IEnumerable<Entity>
private function set EntitiesInError (value : IEnumerable<Entity>)
Property Value
Type: System.Collections.Generic.IEnumerable<Entity>
The entities that caused the submit operation to fail.