Click or drag to resize

TypedListDefinition.SetAlternativeConnectionRelationshipForEntityAlias Method

Sets the alternative connection relationship for the entity alias specified. It removes an existing connection relationship, if present and also the existing relationship between the two vertices in the alternative, if present.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public void SetAlternativeConnectionRelationshipForEntityAlias(
	EntityAlias alias,
	TypedListRelationshipEdge alternativeRelationship
)

Parameters

alias
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists.EntityAlias
The alias.
alternativeRelationship
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists.TypedListRelationshipEdge
The alternative relationship.
See Also