SubmitOperation.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 any entities that have errors after the submit operation completes.

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

Syntax

'Declaration
Public ReadOnly Property EntitiesInError As IEnumerable(Of Entity)
    Get
'Usage
Dim instance As SubmitOperation
Dim value As IEnumerable(Of Entity)

value = instance.EntitiesInError
public IEnumerable<Entity> EntitiesInError { get; }
public:
property IEnumerable<Entity^>^ EntitiesInError {
    IEnumerable<Entity^>^ get ();
}
member EntitiesInError : IEnumerable<Entity>
function get EntitiesInError () : IEnumerable<Entity>

Property Value

Type: System.Collections.Generic.IEnumerable<Entity>
Entities that have errors after the submit operation completes.

See Also

Reference

SubmitOperation Class

System.ServiceModel.DomainServices.Client Namespace