[This is preliminary documentation and is subject to change.]
Updates attributes of an entity
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void UpdateMetaParentObject( MetaConstants..::.MetaEntity childMe, MetaConstants..::.MetaEntity parentMe, int primaryId, int objectId ) |
| Visual Basic (Declaration) |
|---|
Public Sub UpdateMetaParentObject ( _ childMe As MetaConstants..::.MetaEntity, _ parentMe As MetaConstants..::.MetaEntity, _ primaryId As Integer, _ objectId As Integer _ ) |
| Visual C++ |
|---|
public: void UpdateMetaParentObject( MetaConstants..::.MetaEntity childMe, MetaConstants..::.MetaEntity parentMe, int primaryId, int objectId ) |
Parameters
- primaryId
- Type: System..::.Int32
- objectId
- Type: System..::.Int32
