Partager via


EntityKey.NoEntitySetKey, propriété

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Obtient un EntityKey singleton par lequel une entité en lecture seule est identifiée.

Espace de noms :  System.Data.Entity.Core
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
<SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")> _
Public Shared ReadOnly Property NoEntitySetKey As EntityKey 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Data.Entity.Core.EntityKey
EntityKey singleton par lequel une entité en lecture seule est identifiée.

Voir aussi

Référence

EntityKey Classe

Espace de noms System.Data.Entity.Core