DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
An event fired when a database object of the given type is created during the lifetime of a transaction. More...
Public Member Functions | |
ObjectCreatedEvent (ObjectName objectName, DbObjectType objectType) | |
Constructs a new event with the given object name and type. More... | |
Properties | |
ObjectName | ObjectName [get, private set] |
Gets the ObjectName that uniquely identify the object created. More... | |
DbObjectType | ObjectType [get, private set] |
Gets the type of the object created. More... | |
An event fired when a database object of the given type is created during the lifetime of a transaction.
The object created is identified in a transaction by the given DbObjectType and its unique ObjectName.
Definition at line 32 of file ObjectCreatedEvent.cs.
|
inline |
Constructs a new event with the given object name and type.
objectName | The ObjectName that uniquely identify the object created. |
objectType | The DbObjectType of the object created. |
ArgumentNullException | If the given objectName parameter passed is null . |
Definition at line 42 of file ObjectCreatedEvent.cs.
|
getprivate set |
Gets the ObjectName that uniquely identify the object created.
Definition at line 54 of file ObjectCreatedEvent.cs.
|
getprivate set |
Gets the type of the object created.
Definition at line 59 of file ObjectCreatedEvent.cs.