EntityDescription.IsReadOnly Property

Definition

Indicate if the instance is read-only mode.

public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Property Value

if true, setting any properties of this instance will return in a InvalidOperationException

Applies to