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

Inserts a new Relation Type into database and returns RelationTypeId

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

Syntax

C#
public int InsertRelationType(
	RelationType rType
)
Visual Basic (Declaration)
Public Function InsertRelationType ( _
	rType As RelationType _
) As Integer
Visual C++
public:
int InsertRelationType(
	RelationType^ rType
)

Parameters

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

Return Value

RelationTyeId

See Also