IEntityWithKey Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Definisce un tipo di entità che espone una chiave di entità.
public interface class IEntityWithKey
public interface IEntityWithKey
type IEntityWithKey = interface
Public Interface IEntityWithKey
- Derivato
Commenti
Questa interfaccia viene utilizzata per esporre la chiave di entità a Object Services.
La proprietà EntityKey viene utilizzata da Object Services per gestire gli oggetti nel contesto dell'oggetto.
Per altre informazioni, vedere Risoluzione delle identità, Gestione stato e Rilevamento modifiche e rilevamento delle modifiche nelle entità POCO.
Proprietà
EntityKey |
Ottiene o imposta l'oggetto EntityKey per istanze dei tipi di entità che implementano questa interfaccia. |