NormalRelationshipEdgeToggleModelOnlyFlag Method |
Toggles the model only flag on this, if the relationship is a normal relationship as the model-only-ness of an indirect
relationship is readonly (as it's determined based on the modelonly flag of the contained relationships in the indirect relationship).
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 override void ToggleModelOnlyFlag()
Public Overrides Sub ToggleModelOnlyFlag
See Also