IDatabaseRepositorySetExtended Method (IRelType, Boolean) |
Defines whether a relationship type is extended (implemented using XPM database structures).
Namespace: PDTec.IceNet.Core.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxvoid 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