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

Updates existing Relation Type with RelationTypeId

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

Syntax

C#
public void UpdateRelationType(
	RelationType rType
)
Visual Basic (Declaration)
Public Sub UpdateRelationType ( _
	rType As RelationType _
)
Visual C++
public:
void UpdateRelationType(
	RelationType^ rType
)

Parameters

rType
Type: OfficeClip.BusinessLayer.Metabase..::.RelationType

Return Value

RelationTyeId

See Also