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

Gets the information related to the metabase

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

Syntax

C#
public DataTable GetMetaBase(
	MetaConstants..::.MetaEntity ma,
	int externalKeyId
)
Visual Basic (Declaration)
Public Function GetMetaBase ( _
	ma As MetaConstants..::.MetaEntity, _
	externalKeyId As Integer _
) As DataTable
Visual C++
public:
DataTable^ GetMetaBase(
	MetaConstants..::.MetaEntity ma, 
	int externalKeyId
)

Parameters

ma
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity value
externalKeyId
Type: System..::.Int32
The external key id, usually the group id

Return Value

The information related to the metabase

See Also