IRelationshipServiceUpdateRelationship Method (Relationship)

Updates the relationship definition and preserve all other stored definitions, irrespective of the check in status of the primary structure.

Namespace:  Dundas.BI.Data.Relationships
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool UpdateRelationship(
	Relationship relationship
)

Parameters

relationship
Type: Dundas.BI.Data.RelationshipsRelationship
The relationship.

Return Value

Type: Boolean
if the operation was successful; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionrelationship is .
ArgumentExceptionrelationship is defined for a structure that has never been saved.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also