TechTalk Genome v4.2

UpdateEventArgs Properties

The properties of the UpdateEventArgs class are listed below. For a complete list of UpdateEventArgs class members, see the UpdateEventArgs Members topic.

Public Instance Properties

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.

See Also

UpdateEventArgs Class | TechTalk.Genome Namespace | Context.BeforeUpdateObject | Context.AfterUpdateObject | UpdateEventHandler