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

Gets the meta name

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

Syntax

C#
public string GetMetaName(
	MetaConstants..::.MetaEntity me,
	int primaryKey
)
Visual Basic (Declaration)
Public Function GetMetaName ( _
	me As MetaConstants..::.MetaEntity, _
	primaryKey As Integer _
) As String
Visual C++
public:
String^ GetMetaName(
	MetaConstants..::.MetaEntity me, 
	int primaryKey
)

Parameters

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

Return Value

The meta name

See Also