[This is preliminary documentation and is subject to change.]

Gets the meta data information by the primary key

Namespace:  OfficeClip.DBLayer.Metabase
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataSet GetDataByPk(
	MetaConstants..::.MetaEntity ma,
	int externalKeyId,
	int pkId,
	bool IsReadOnly,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Function GetDataByPk ( _
	ma As MetaConstants..::.MetaEntity, _
	externalKeyId As Integer, _
	pkId As Integer, _
	IsReadOnly As Boolean, _
	session As ConfigureInfo _
) As DataSet
Visual C++
public:
DataSet^ GetDataByPk(
	MetaConstants..::.MetaEntity ma, 
	int externalKeyId, 
	int pkId, 
	bool IsReadOnly, 
	ConfigureInfo^ session
)

Parameters

ma
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity id
externalKeyId
Type: System..::.Int32
The external key id
pkId
Type: System..::.Int32
The primary key id
IsReadOnly
Type: System..::.Boolean
True if the data is read only
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session

Return Value

The processed meta data

See Also