RelatedFieldElement Constructor (IFieldElementCore, NormalRelationshipEdge, Boolean, Boolean, Boolean) |
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 RelatedFieldElement(
IFieldElementCore field,
NormalRelationshipEdge relationshipUsed,
bool viaStartNavigator,
bool removeWhenPkSideOnRelationFlips,
bool removeWhenPkFlagOnRelatedFieldChanges
)
Public Sub New (
field As IFieldElementCore,
relationshipUsed As NormalRelationshipEdge,
viaStartNavigator As Boolean,
removeWhenPkSideOnRelationFlips As Boolean,
removeWhenPkFlagOnRelatedFieldChanges As Boolean
)
Parameters
- field
- Type: SD.LLBLGen.Pro.ApplicationCoreIFieldElementCore
The field. - relationshipUsed
- Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelNormalRelationshipEdge
The relationship used. - viaStartNavigator
- Type: SystemBoolean
if set to true, the field is related via the start navigator of the relationship used - removeWhenPkSideOnRelationFlips
- Type: SystemBoolean
if set to [remove when pk side on relation flips]. - removeWhenPkFlagOnRelatedFieldChanges
- Type: SystemBoolean
if set to [remove when pk flag on related field changes].
See Also