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.1.0.0 (5.1.0)
Syntax public List<TypedListRelationshipEdge> GetAlternativeConnectingEdgesForEntityAlias(
EntityAlias alias
)
Public Function GetAlternativeConnectingEdgesForEntityAlias (
alias As EntityAlias
) As List(Of TypedListRelationshipEdge)
Parameters
- alias
- Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedListsEntityAlias
The alias.
Return Value
Type:
ListTypedListRelationshipEdgelist of alternative typedlistrelationshipedge edges to connect alias to one of the other entityalias instances in this typedlist
See Also