Condividi tramite


Proprietà ObjectParameterCollection.ICollection<ObjectParameter>.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 ObjectParameter è di sola lettura.

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

Sintassi

'Dichiarazione
Private ReadOnly Property IsReadOnly As Boolean 
    Implements ICollection(Of ObjectParameter).IsReadOnly 
    Get
'Utilizzo
Dim instance As ObjectParameterCollection 
Dim value As Boolean 

value = CType(instance, ICollection(Of ObjectParameter)).IsReadOnly
bool ICollection<ObjectParameter>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = ICollection<ObjectParameter^>::IsReadOnly::get;
}
private abstract IsReadOnly : bool 
private override IsReadOnly : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Valore proprietà

Tipo: System.Boolean
true se ObjectParameter è di sola lettura; in caso contrario, false.

Implements

ICollection<T>.IsReadOnly

Vedere anche

Riferimento

ObjectParameterCollection Classe

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