Click or drag to resize

EntityDefinitionGetAllRelationshipsContainingFkField 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.8.0.0 (5.8.21.0208)
Syntax
public IEnumerable<NormalRelationshipEdge> GetAllRelationshipsContainingFkField(
	IFieldElementCore fkField
)

Parameters

fkField
Type: SD.LLBLGen.Pro.ApplicationCoreIFieldElementCore
The fk field.

Return Value

Type: IEnumerableNormalRelationshipEdge
See Also