TransactionManagerAddNewlyCreatedDBObject
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void AddNewlyCreatedDBObject(
DBObject obj,
bool add
)
Public Overridable Sub AddNewlyCreatedDBObject (
obj As DBObject,
add As Boolean
)
public:
virtual void AddNewlyCreatedDBObject(
DBObject^ obj,
bool add
)
abstract AddNewlyCreatedDBObject :
obj : DBObject *
add : bool -> unit
override AddNewlyCreatedDBObject :
obj : DBObject *
add : bool -> unit
Parameters
- obj DBObject
-
- add Boolean
-
See Also