Selerix Developer Tools
RelationshipExists Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : RelationshipExists Method
The relationship.
Determines if relationship exists.
Syntax
'Declaration
 
Public Function RelationshipExists( _
   ByVal relationship As Relationship _
) As Boolean
'Usage
 
Dim instance As Product
Dim relationship As Relationship
Dim value As Boolean
 
value = instance.RelationshipExists(relationship)
public bool RelationshipExists( 
   Relationship relationship
)
public function RelationshipExists( 
    relationship: Relationship
): Boolean; 
public function RelationshipExists( 
   relationship : Relationship
) : boolean;
public: bool RelationshipExists( 
   Relationship relationship
) 
public:
bool RelationshipExists( 
   Relationship relationship
) 

Parameters

relationship
The relationship.
See Also

Reference

Product Class
Product Members