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.6.0.0 (5.6.19.0117)
Syntax public 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:
IEnumerableNormalRelationshipEdgeSee Also