Click or drag to resize

EntityDefinition.GetFkNavigatorForFirstRelationshipContainingFkField Method

Gets the FK navigator mapped on the first relationship containing the specified FK field as an fk field. If the field isn't an FK field an empty string is returned. Does check inherited relationships as well.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public string GetFkNavigatorForFirstRelationshipContainingFkField(
	IFieldElementCore fkField
)

Parameters

fkField
Type: SD.LLBLGen.Pro.ApplicationCore.IFieldElementCore

Return Value

Type: String
See Also