Click or drag to resize

EntityModelGraphGetAllOneToOnePkPkRelationships Method

Gets all one to one pk pk relationships, which can be used to construct e.g. inheritance hierarchies.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public List<NormalRelationshipEdge> GetAllOneToOnePkPkRelationships(
	HashSet<EntityDefinition> entitiesToConsider = null
)

Parameters

entitiesToConsider (Optional)
Type: System.Collections.GenericHashSetEntityDefinition
The entities to consider. Can be null, in which case all entities are considered.

Return Value

Type: ListNormalRelationshipEdge
See Also