[This is preliminary documentation and is subject to change.]
Gets the data information by primary key
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public MetaInfoCollection GetDataInfoByPk( MetaConstants..::.MetaEntity ma, int externalKeyId, int pkId, ConfigureInfo session ) |
Visual Basic (Declaration) |
---|
Public Function GetDataInfoByPk ( _ ma As MetaConstants..::.MetaEntity, _ externalKeyId As Integer, _ pkId As Integer, _ session As ConfigureInfo _ ) As MetaInfoCollection |
Visual C++ |
---|
public: MetaInfoCollection^ GetDataInfoByPk( MetaConstants..::.MetaEntity ma, int externalKeyId, int pkId, ConfigureInfo^ session ) |
Parameters
- ma
- Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
- externalKeyId
- Type: System..::.Int32
The external key id
- pkId
- Type: System..::.Int32
The primary key id
- session
- Type: OfficeClip.Utils..::.ConfigureInfo
The user session