21 namespace Deveel.Data.Transactions {
43 if (objectName == null)
44 throw new ArgumentNullException(
"objectName");
47 ObjectType = objectType;
An event fired when a database object of the given type is created during the lifetime of a transacti...
Describes the name of an object within a database.
An event that happens within a ITransaction life-cycle.
ObjectCreatedEvent(ObjectName objectName, DbObjectType objectType)
Constructs a new event with the given object name and type.
DbObjectType
The kind of objects that can be handled by a database system and its managers