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: 6.0.0.0 (6.0.6225.27214)
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