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

Delete the information

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

Syntax

C#
public int Delete(
	MetaConstants..::.MetaEntity me,
	int externalKeyId,
	int pkId
)
Visual Basic (Declaration)
Public Function Delete ( _
	me As MetaConstants..::.MetaEntity, _
	externalKeyId As Integer, _
	pkId As Integer _
) As Integer
Visual C++
public:
int Delete(
	MetaConstants..::.MetaEntity me, 
	int externalKeyId, 
	int pkId
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
externalKeyId
Type: System..::.Int32
The external key id
pkId
Type: System..::.Int32
The primary key id

Return Value

negative value if failed, else succeeded

See Also