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

Gets the meta list value

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

Syntax

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

Parameters

ma
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
externalKeyId
Type: System..::.Int32
The external key id
attributeId
Type: System..::.Int32
The unique id of the attribute

Return Value

The meta entity list values

See Also