EntityDefinitionGetFkNavigatorForFirstRelationshipContainingFkField 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.9.0.0 (5.9.0)
Syntax public string GetFkNavigatorForFirstRelationshipContainingFkField(
IFieldElementCore fkField
)
Public Function GetFkNavigatorForFirstRelationshipContainingFkField (
fkField As IFieldElementCore
) As String
Parameters
- fkField
- Type: SD.LLBLGen.Pro.ApplicationCoreIFieldElementCore
Return Value
Type:
StringSee Also