Click or drag to resize

IDatabaseRepositorySetExtended Method (IRelType, Boolean)

Defines whether a relationship type is extended (implemented using XPM database structures).

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void SetExtended(
	IRelType pRelType,
	bool isExtended
)

Parameters

pRelType
Type: PDTec.IceNet.Core.ModelIRelType
The relationship type.
isExtended
Type: SystemBoolean
true if the relationship type should be extended, otherwise false.
See Also