NormalRelationshipEdgeGetPkFieldAssignedToFkField Method |
Gets the pk field assigned to the fk field specified
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 IIdentifyingField GetPkFieldAssignedToFkField(
IFieldElementCore fkField
)
Public Function GetPkFieldAssignedToFkField (
fkField As IFieldElementCore
) As IIdentifyingField
Parameters
- fkField
- Type: SD.LLBLGen.Pro.ApplicationCoreIFieldElementCore
The fk field.
Return Value
Type:
IIdentifyingFieldthe PK field assigned to the fk field or null if not found
See Also