NormalRelationshipEdgeContainsFieldAsFkField Method |
Determines whether this relationship contains the specified field as an fk field
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 bool ContainsFieldAsFkField(
IFieldElementCore fkField
)
Public Function ContainsFieldAsFkField (
fkField As IFieldElementCore
) As Boolean
Parameters
- fkField
- Type: SD.LLBLGen.Pro.ApplicationCoreIFieldElementCore
The fk field.
Return Value
Type:
Booleantrue if this relationship contains a field-field relationship with the specified field as the fk field, otherwise false.
See Also