Partager via


EntityKey.EntityNotValidKey, 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 qui identifie une entité résultant d'une opération TREAT non réussie.

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

Syntaxe

'Déclaration
<SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")> _
Public Shared ReadOnly Property EntityNotValidKey As EntityKey 
    Get
'Utilisation
Dim value As EntityKey 

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

Valeur de propriété

Type : System.Data.Entity.Core.EntityKey
EntityKey singleton qui identifie une entité résultant d'une opération TREAT non réussie.

Voir aussi

Référence

EntityKey Classe

Espace de noms System.Data.Entity.Core