Click or drag to resize

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.6.0.0 (5.6.19.0117)
Syntax
public bool ContainsFieldAsFkField(
	IFieldElementCore fkField
)

Parameters

fkField
Type: SD.LLBLGen.Pro.ApplicationCoreIFieldElementCore
The fk field.

Return Value

Type: Boolean
true if this relationship contains a field-field relationship with the specified field as the fk field, otherwise false.
See Also