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.10.0.0 (5.10.0)
Syntaxpublic List<NormalRelationshipEdge> GetAllOneToOnePkPkRelationships(
	HashSet<EntityDefinition> entitiesToConsider = null
)
Public Function GetAllOneToOnePkPkRelationships ( 
	Optional entitiesToConsider As HashSet(Of EntityDefinition) = Nothing
) As List(Of NormalRelationshipEdge)
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