EntityCollection<TEntity>.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se EntityCollection<TEntity> è di sola lettura.

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

Valore della proprietà

Restituisce sempre false.

Implementazioni

Si applica a