EntitySetOperations Enumeration

[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.]

Enumeration of the types of operations permitted on an EntitySet.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration EntitySetOperations
'Usage
Dim instance As EntitySetOperations
[FlagsAttribute]
public enum EntitySetOperations
[FlagsAttribute]
public enum class EntitySetOperations
[<FlagsAttribute>]
type EntitySetOperations
public enum EntitySetOperations

Members

Member name Description
None Only read operations are permitted. No update operations are allowed.
Add New entities may be added.
Edit Entities may be updated.
Remove Entities may be removed.
All Entities may be added, updated, and removed.

See Also

Reference

System.ServiceModel.DomainServices.Client Namespace