[This is preliminary documentation and is subject to change.]
Updates the meta infomation
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int Update( MetaConstants..::.MetaEntity me, int externalKeyId, int pkId, Hashtable vals, ConfigureInfo session, out DateTime lastUpdatedTime ) |
Visual Basic (Declaration) |
---|
Public Function Update ( _ me As MetaConstants..::.MetaEntity, _ externalKeyId As Integer, _ pkId As Integer, _ vals As Hashtable, _ session As ConfigureInfo, _ <OutAttribute> ByRef lastUpdatedTime As DateTime _ ) As Integer |
Visual C++ |
---|
public: int Update( MetaConstants..::.MetaEntity me, int externalKeyId, int pkId, Hashtable^ vals, ConfigureInfo^ session, [OutAttribute] DateTime% lastUpdatedTime ) |
Parameters
- me
- Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The metaentity
- externalKeyId
- Type: System..::.Int32
The external key id
- pkId
- Type: System..::.Int32
The primary key id
- vals
- Type: System.Collections..::.Hashtable
The hash table of the key value pair for each data element
- session
- Type: OfficeClip.Utils..::.ConfigureInfo
The user session
- lastUpdatedTime
- Type: System..::.DateTime%
The last updated time