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

Gets data for a specified entity

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

Syntax

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

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
metaId
Type: System..::.Int32
primaryKey
Type: System..::.Int32

Return Value

See Also