| IObjectGetSingleRelationship Method (String, RelDirection) | 
            Retrieves a single relationship (omit the array overhead).
            
 
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxIRelationship GetSingleRelationship(
	string relTypeName,
	RelDirection direction
)
Parameters
- relTypeName
 - Type: SystemString
The name of the relationship type - direction
 - Type: PDTec.IceNet.Core.ModelRelDirection
The direction. 
Return Value
Type: 
IRelationshipThe relationship (random selection if multiple relationships are available)
See Also