Click or drag to resize

TypedListDefinition.GetAlternativeConnectingEdgesForEntityAlias Method

Gets the alternative connecting edges for entity alias to connect the specified alias to the rest of the typedlist aliases. Every entityalias has to be connected to at least 1 other entity alias element unless the typedlist consists of just 1 entityalias.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public List<TypedListRelationshipEdge> GetAlternativeConnectingEdgesForEntityAlias(
	EntityAlias alias
)

Parameters

alias
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists.EntityAlias
The alias.

Return Value

Type: List<TypedListRelationshipEdge>
list of alternative typedlistrelationshipedge edges to connect alias to one of the other entityalias instances in this typedlist
See Also