RelationshipRemoveRelationshipKey Method

Removes the specified key from the current instance. The operation is allowed only if the relationship category is not Native.

Namespace:  Dundas.BI.Data.Relationships
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public void RemoveRelationshipKey(
	RelationshipKey key
)

Parameters

key
Type: Dundas.BI.Data.RelationshipsRelationshipKey
The key.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
ArgumentExceptionkey is invalid for the current instance.
InvalidOperationExceptionThe operation is not allowed for native relationships.
See Also