Condividi tramite


Proprietà EntityKey.NoEntitySetKey

[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 elemento EntityKey Singleton mediante il quale viene identificata un'entità di sola lettura.

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

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")> _
Public Shared ReadOnly Property NoEntitySetKey As EntityKey 
    Get
'Utilizzo
Dim value As EntityKey 

value = EntityKey.NoEntitySetKey
[SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")]
public static EntityKey NoEntitySetKey { get; }
[SuppressMessageAttribute(L"Microsoft.Security", L"CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")]
public:
static property EntityKey^ NoEntitySetKey {
    EntityKey^ get ();
}
[<SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")>]
static member NoEntitySetKey : EntityKey
static function get NoEntitySetKey () : EntityKey

Valore proprietà

Tipo: System.Data.Entity.Core.EntityKey
Elemento EntityKey Singleton mediante il quale viene identificata un'entità di sola lettura

Vedere anche

Riferimento

EntityKey Classe

Spazio dei nomi System.Data.Entity.Core