Connection | Gets the physical ADO.NET database connection that is used to access the underlying relational database server for the specified persistent object. |
DataDomain | Gets the corresponding UpdateEventArgs.DataDomain of the specified persistent object being updated. |
Transaction | Gets the physical ADO.NET database transaction that is used to perform the current update batch for the specified persistent object. |
UpdateEvent | Gets a value indicating the update method performed or to be performed for the specified persistent object since the last executed update batch in the current logical transaction of the Context. |
Equals (inherited from Object) | Determines whether the specified object is equal to the current object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a string that represents the current object. |
Finalize (inherited from Object) | Allows an object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current object. |
UpdateEventArgs Class | TechTalk.Genome Namespace | Context.BeforeUpdateObject | Context.AfterUpdateObject | UpdateEventHandler