Proprietà EntityObject.EntityKey
[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 o imposta la chiave per questo oggetto.
Spazio dei nomi: System.Data.Entity.Core.Objects.DataClasses
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
<BrowsableAttribute(False)> _
Public Property EntityKey As EntityKey
Get
Set
'Utilizzo
Dim instance As EntityObject
Dim value As EntityKey
value = instance.EntityKey
instance.EntityKey = value
[DataMemberAttribute]
[BrowsableAttribute(false)]
public EntityKey EntityKey { get; set; }
[DataMemberAttribute]
[BrowsableAttribute(false)]
public:
virtual property EntityKey^ EntityKey {
EntityKey^ get () sealed;
void set (EntityKey^ value) sealed;
}
[<DataMemberAttribute>]
[<BrowsableAttribute(false)>]
abstract EntityKey : EntityKey with get, set
[<DataMemberAttribute>]
[<BrowsableAttribute(false)>]
override EntityKey : EntityKey with get, set
final function get EntityKey () : EntityKey
final function set EntityKey (value : EntityKey)
Valore proprietà
Tipo: System.Data.Entity.Core.EntityKey
Oggetto EntityKey per questo oggetto.