Click or drag to resize
IRepositoryTryGetRelationship Method
Retrieves a relationship.

Namespace: PDTec.IceNet.Core.Model
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
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: Boolean
true if the repository contains a relationship with this ID; otherwise, false.
See Also