IRelationshipServiceUpdateRelationship(Relationship) Method

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 (26.2.0.1000)
Syntax
bool UpdateRelationship(
	Relationship relationship
)

Parameters

relationship  Relationship
The relationship.

Return Value

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