[This is preliminary documentation and is subject to change.]
Gets the meta owner information
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public DataView GetMetaOwnerInfo( MetaConstants..::.MetaEntity me, int externalKeyId, int pkId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetMetaOwnerInfo ( _ me As MetaConstants..::.MetaEntity, _ externalKeyId As Integer, _ pkId As Integer _ ) As DataView |
| Visual C++ |
|---|
public: DataView^ GetMetaOwnerInfo( MetaConstants..::.MetaEntity me, int externalKeyId, int pkId ) |
Parameters
- me
- 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
