Click or drag to resize

EntityDefinition.GetAllRelationshipsContainingFkField Method (IFieldElementCore)

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.10.0.0 (5.10.0)
Syntax
public IEnumerable<NormalRelationshipEdge> GetAllRelationshipsContainingFkField(
	IFieldElementCore fkField
)

Parameters

fkField
Type: SD.LLBLGen.Pro.ApplicationCore.IFieldElementCore
The fk field.

Return Value

Type: IEnumerable<NormalRelationshipEdge>
See Also