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

Gets the data for a child entity

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

Syntax

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

Parameters

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

Return Value

See Also