Share via


EdmProperty.ConcurrencyMode Property

Definition

Gets or sets the concurrency mode for the property.

public System.Data.Entity.Core.Metadata.Edm.ConcurrencyMode ConcurrencyMode { get; set; }
member this.ConcurrencyMode : System.Data.Entity.Core.Metadata.Edm.ConcurrencyMode with get, set
Public Property ConcurrencyMode As ConcurrencyMode

Property Value

The concurrency mode for the property.

Applies to