| DataObjectControllerSetDataObjectParent Method (Int32, Int32, SqlConnection, SqlTransaction) |
Moves a data object to another location in the tree structure.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static void SetDataObjectParent(
int dataObjId,
int parentId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObjId
- Type: SystemInt32
- parentId
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also