Selerix Developer Tools
AddRelationship Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : AddRelationship Method
The relationship.
Adds the relationships.
Syntax
'Declaration
 
Public Sub AddRelationship( _
   ByVal relationship As Relationship _
) 
'Usage
 
Dim instance As Product
Dim relationship As Relationship
 
instance.AddRelationship(relationship)
public void AddRelationship( 
   Relationship relationship
)
public procedure AddRelationship( 
    relationship: Relationship
); 
public function AddRelationship( 
   relationship : Relationship
);
public: void AddRelationship( 
   Relationship relationship
) 
public:
void AddRelationship( 
   Relationship relationship
) 

Parameters

relationship
The relationship.
See Also

Reference

Product Class
Product Members