ObjectStateEntry.IEntityChangeTracker.EntityComplexMemberChanging 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.
Notifica al gestore degli stati la presenza di una modifica in sospeso per una proprietà complessa.
virtual void System.Data.Objects.DataClasses.IEntityChangeTracker.EntityComplexMemberChanging(System::String ^ entityMemberName, System::Object ^ complexObject, System::String ^ complexObjectMemberName) = System::Data::Objects::DataClasses::IEntityChangeTracker::EntityComplexMemberChanging;
void IEntityChangeTracker.EntityComplexMemberChanging (string entityMemberName, object complexObject, string complexObjectMemberName);
abstract member System.Data.Objects.DataClasses.IEntityChangeTracker.EntityComplexMemberChanging : string * obj * string -> unit
override this.System.Data.Objects.DataClasses.IEntityChangeTracker.EntityComplexMemberChanging : string * obj * string -> unit
Sub EntityComplexMemberChanging (entityMemberName As String, complexObject As Object, complexObjectMemberName As String) Implements IEntityChangeTracker.EntityComplexMemberChanging
Parametri
- entityMemberName
- String
Nome della proprietà complessa.
- complexObject
- Object
Oggetto complesso contenente la proprietà in fase di modifica.
- complexObjectMemberName
- String
Nome della proprietà nell'oggetto complesso in fase di modifica.
Implementazioni
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.