NormalRelationshipEdgeGetFkFieldAssignedToPkField Method |
Gets the fk field assigned to the pk field specified
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public FieldElement GetFkFieldAssignedToPkField(
IIdentifyingField pkField
)
Public Function GetFkFieldAssignedToPkField (
pkField As IIdentifyingField
) As FieldElement
Parameters
- pkField
- Type: SD.LLBLGen.Pro.ApplicationCoreIIdentifyingField
The pk field.
Return Value
Type:
FieldElementfk field assigned to the pk field, or null if not found/present
See Also