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

Gets the meta history information

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

Syntax

C#
public DataSet GetMetaHistory(
	MetaConstants..::.MetaEntity me,
	int pkId
)
Visual Basic (Declaration)
Public Function GetMetaHistory ( _
	me As MetaConstants..::.MetaEntity, _
	pkId As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetMetaHistory(
	MetaConstants..::.MetaEntity me, 
	int pkId
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
pkId
Type: System..::.Int32
The primary key id

Return Value

The dataset of the history information

See Also