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

Describes the types of operations that can be performed on an Entity.

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

Syntax

'Declaration
<DataContractAttribute(Namespace := "DomainServices")> _
Public Enumeration EntityOperationType
'Usage
Dim instance As EntityOperationType
[DataContractAttribute(Namespace = "DomainServices")]
public enum EntityOperationType
[DataContractAttribute(Namespace = L"DomainServices")]
public enum class EntityOperationType
[<DataContractAttribute(Namespace = "DomainServices")>]
type EntityOperationType
public enum EntityOperationType

Members

Member name Description
None No operation will be performed on the Entity.
Insert Insert operation for a new Entity.
Update Update operation for an existing Entity.
Delete Delete operation for an existing Entity.

See Also

Reference

System.ServiceModel.DomainServices.Client Namespace