ObjectStateEntry.IEntityChangeTracker.EntityMemberChanged(String) Metodo
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.
Usato per segnalare che una proprietà di entità scalare è stata modificata Il valore della proprietà memorizzato nella cache durante EntityMemberChanging viene ora aggiunto a OriginalValues
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
void IEntityChangeTracker.EntityMemberChanged(string entityMemberName);
Sub EntityMemberChanged (entityMemberName As String) Implements IEntityChangeTracker.EntityMemberChanged
Parametri
- entityMemberName
- String
Nome della proprietà dell'entità che ha modificato
Implementazioni
- Attributi