IRepositoryTryGetRelationship Method |
Retrieves a relationship.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax bool 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