Condividi tramite


Proprietà EntityCollection<TEntity>.IsReadOnly

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

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

Spazio dei nomi:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsReadOnly As Boolean 
    Get
'Utilizzo
Dim instance As EntityCollection 
Dim value As Boolean 

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool 
override IsReadOnly : bool
final function get IsReadOnly () : boolean

Valore proprietà

Tipo: System.Boolean
Restituisce sempre false.

Implements

ICollection<T>.IsReadOnly

Vedere anche

Riferimento

EntityCollection<TEntity> Classe

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses