Click or drag to resize
TypedListDefinitionSetAlternativeConnectionRelationshipForEntityAlias 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.3.0.0 (5.3.0)
Syntax
public void SetAlternativeConnectionRelationshipForEntityAlias(
	EntityAlias alias,
	TypedListRelationshipEdge alternativeRelationship
)

Parameters

alias
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedListsEntityAlias
The alias.
alternativeRelationship
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedListsTypedListRelationshipEdge
The alternative relationship.
See Also