EntityDefinitionGetAllRelationshipsContainingFkField Method (IFieldElementCore, Boolean) | 
 
            Gets all relationships containing the field as an fk field.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic IEnumerable<NormalRelationshipEdge> GetAllRelationshipsContainingFkField(
	IFieldElementCore fkField,
	bool includeInherited
)
Public Function GetAllRelationshipsContainingFkField ( 
	fkField As IFieldElementCore,
	includeInherited As Boolean
) As IEnumerable(Of NormalRelationshipEdge)
Parameters
- fkField
 - Type: SD.LLBLGen.Pro.ApplicationCoreIFieldElementCore
The fk field. - includeInherited
 - Type: SystemBoolean
if set to true also relationships which are inherited are included. 
Return Value
Type: 
IEnumerableNormalRelationshipEdge
See Also