IRepositoryTryGetRelationship Method |
Retrieves a relationship.
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxbool TryGetRelationship(
string id,
out IRelationship pRelationship
)
Parameters
- id
- Type: SystemString
The relationship ID. - pRelationship
- Type: PDTec.IceNet.Core.ModelIRelationship
The relationship.
Return Value
Type:
Booleantrue if the repository contains a relationship
with this ID; otherwise,
false.
See Also