Click or drag to resize
TypedListDefinitionGetAlternativeConnectingEdgesForEntityAlias 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.3.0.0 (5.3.0)
Syntax
public List<TypedListRelationshipEdge> GetAlternativeConnectingEdgesForEntityAlias(
	EntityAlias alias
)

Parameters

alias
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedListsEntityAlias
The alias.

Return Value

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